| AggregatingStateDescriptor<IN,ACC,OUT> |
|
| DefaultKeyedStateStoreV2 |
Default implementation of KeyedStateStoreV2.
|
| InternalAggregatingState<K,IN,ACC,OUT> |
The default implementation of AggregatingState, which delegates all async requests to
StateRequestHandler.
|
| InternalKeyedState<K,V> |
The InternalKeyedState is the root of the internal state type hierarchy, similar to the
State being the root of the public API state hierarchy.
|
| InternalListState<K,V> |
A default implementation of ListState which delegates all async requests to StateRequestHandler.
|
| InternalMapState<K,UK,V> |
A default implementation of MapState which delegates all async requests to StateRequestHandler.
|
| InternalReducingState<K,V> |
A default implementation of ReducingState which delegates all async requests to StateRequestHandler.
|
| InternalValueState<K,V> |
|
| ListStateDescriptor<T> |
|
| MapStateDescriptor<UK,UV> |
|
| ReducingStateDescriptor<T> |
|
| StateDescriptor<T> |
Base class for state descriptors.
|
| ValueStateDescriptor<T> |
|