Class | Description |
---|---|
ImmutableAggregatingState<IN,OUT> |
A read-only
AggregatingState that does not allow for modifications. |
ImmutableFoldingState<IN,ACC> | Deprecated |
ImmutableListState<V> |
A read-only
ListState that does not allow for modifications. |
ImmutableMapState<K,V> |
A read-only
MapState that does not allow for modifications. |
ImmutableReducingState<V> |
A read-only
ReducingState that does not allow for modifications. |
ImmutableStateBinder |
A
StateBinder used to deserialize the results returned by the
QueryableStateClient . |
ImmutableValueState<V> |
A read-only
ValueState that does not allow for modifications. |
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.