| Package | Description |
|---|---|
| org.apache.flink.runtime.state.v2 |
| Modifier and Type | Method and Description |
|---|---|
<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.
|
| Constructor and Description |
|---|
InternalAggregatingState(StateRequestHandler stateRequestHandler,
AggregatingStateDescriptor<IN,ACC,OUT> stateDescriptor)
Creates a new InternalKeyedState with the given asyncExecutionController and stateDescriptor.
|
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.