| Interface | Description |
|---|---|
| KeyedStateStoreV2 |
This interface contains methods for registering
State. |
| Class | Description |
|---|---|
| AggregatingStateDescriptor<IN,ACC,OUT> |
A
StateDescriptor for AggregatingState. |
| 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> |
A default implementation of
ValueState which delegates all async requests to AsyncExecutionController. |
| ListStateDescriptor<T> |
StateDescriptor for ListState. |
| MapStateDescriptor<UK,UV> |
StateDescriptor for MapState. |
| ReducingStateDescriptor<T> |
StateDescriptor for ReducingState. |
| StateDescriptor<T> |
Base class for state descriptors.
|
| ValueStateDescriptor<T> |
StateDescriptor for ValueState. |
| Enum | Description |
|---|---|
| StateDescriptor.Type |
An enumeration of the types of supported states.
|
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.