| Package | Description |
|---|---|
| org.apache.flink.runtime.state.v2 |
| Modifier and Type | Class and Description |
|---|---|
class |
InternalAggregatingState<K,IN,ACC,OUT>
The default implementation of
AggregatingState, which delegates all async requests to
StateRequestHandler. |
class |
InternalListState<K,V>
A default implementation of
ListState which delegates all async requests to StateRequestHandler. |
class |
InternalMapState<K,UK,V>
A default implementation of
MapState which delegates all async requests to StateRequestHandler. |
class |
InternalReducingState<K,V>
A default implementation of
ReducingState which delegates all async requests to StateRequestHandler. |
class |
InternalValueState<K,V>
A default implementation of
ValueState which delegates all async requests to AsyncExecutionController. |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.