AbstractAggregatingState<K,N,IN,ACC,OUT> |
The default implementation of AggregatingState , which delegates all async requests to
StateRequestHandler .
|
AbstractKeyedState<K,N,V> |
The AbstractKeyedState is the root of the abstract state implementation hierarchy,
similar to the State being the root of the public API state hierarchy.
|
AbstractListState<K,N,V> |
A default implementation of ListState which delegates all async requests to StateRequestHandler .
|
AbstractMapState<K,N,UK,V> |
A default implementation of MapState which delegates all async requests to StateRequestHandler .
|
AbstractReducingState<K,N,V> |
A default implementation of ReducingState which delegates all async requests to StateRequestHandler .
|
AbstractValueState<K,N,V> |
|
RegisteredKeyAndUserKeyValueStateBackendMetaInfo<N,UK,S> |
Compound meta information for a registered state in a keyed state backend.
|
RegisteredKeyValueStateBackendMetaInfo<N,S> |
Compound meta information for a registered state in a keyed state backend.
|
StateDescriptorUtils |
Utilities for transforming StateDescriptor to StateDescriptor .
|
SyncIteratorWrapper<T> |
|