interface |
AggregatingState<IN,OUT> |
|
interface |
AppendingState<IN,OUT,SYNCOUT> |
Base interface for partitioned state that supports adding elements and inspecting the current
state.
|
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,SYNCOUT> |
|
interface |
ReducingState<T> |
State interface for reducing state.
|
interface |
ValueState<T> |
State interface for partitioned single-value state.
|