Class | Description |
---|---|
ImmutableAggregatingState<IN,OUT> |
A read-only
AggregatingState that does not allow for modifications. |
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. |
ImmutableValueState<V> |
A read-only
ValueState that does not allow for modifications. |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.