interface |
AggregatingState<IN,OUT> |
|
interface |
AppendingState<IN,OUT> |
Base interface for partitioned state that supports adding elements and inspecting the current
state.
|
interface |
BroadcastState<K,V> |
A type of state that can be created to store the state of a BroadcastStream.
|
interface |
ListState<T> |
State interface for partitioned list state in Operations.
|
interface |
MapState<UK,UV> |
State interface for partitioned key-value state.
|
interface |
MergingState<IN,OUT> |
|
interface |
ReadOnlyBroadcastState<K,V> |
|
interface |
ReducingState<T> |
State interface for reducing state.
|
interface |
ValueState<T> |
State interface for partitioned single-value state.
|