| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.state.v2 |
| 限定符和类型 | 方法和说明 |
|---|---|
<IN,ACC,OUT> |
DefaultKeyedStateStoreV2.getAggregatingState(AggregatingStateDescriptor<IN,ACC,OUT> stateProperties) |
<IN,ACC,OUT> |
KeyedStateStoreV2.getAggregatingState(AggregatingStateDescriptor<IN,ACC,OUT> stateProperties)
Gets a handle to the system's key/value aggregating state.
|
| 构造器和说明 |
|---|
InternalAggregatingState(StateRequestHandler stateRequestHandler,
AggregatingStateDescriptor<IN,ACC,OUT> stateDescriptor)
Creates a new InternalKeyedState with the given asyncExecutionController and stateDescriptor.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.