Package org.apache.flink.queryablestate.client.state
-
Class Summary Class Description ImmutableAggregatingState<IN,OUT> A read-onlyAggregatingStatethat does not allow for modifications.ImmutableListState<V> A read-onlyListStatethat does not allow for modifications.ImmutableMapState<K,V> A read-onlyMapStatethat does not allow for modifications.ImmutableReducingState<V> A read-onlyReducingStatethat does not allow for modifications.ImmutableValueState<V> A read-onlyValueStatethat does not allow for modifications.