Package org.apache.flink.runtime.state.v2
package org.apache.flink.runtime.state.v2
-
ClassesClassDescriptionAbstractAggregatingState<K,
N, IN, ACC, OUT> The default implementation ofAggregatingState, which delegates all async requests toStateRequestHandler.AbstractKeyedState<K,N, V> TheAbstractKeyedStateis the root of the abstract state implementation hierarchy, similar to theStatebeing the root of the public API state hierarchy.AbstractListState<K,N, V> A default implementation ofListStatewhich delegates all async requests toStateRequestHandler.AbstractMapState<K,N, UK, V> A default implementation ofMapStatewhich delegates all async requests toStateRequestHandler.AbstractReducingState<K,N, V> A default implementation ofReducingStatewhich delegates all async requests toStateRequestHandler.AbstractValueState<K,N, V> A default implementation ofValueStatewhich delegates all async requests toAsyncExecutionController.Compound meta information for a registered state in a keyed state backend.Utilities for transformingStateDescriptortoStateDescriptor.