Uses of Class
org.apache.flink.runtime.state.v2.InternalKeyedState
-
Packages that use InternalKeyedState Package Description org.apache.flink.runtime.state.v2 -
-
Uses of InternalKeyedState in org.apache.flink.runtime.state.v2
Subclasses of InternalKeyedState in org.apache.flink.runtime.state.v2 Modifier and Type Class Description classInternalAggregatingState<K,IN,ACC,OUT>The default implementation ofAggregatingState, which delegates all async requests toStateRequestHandler.classInternalListState<K,V>A default implementation ofListStatewhich delegates all async requests toStateRequestHandler.classInternalMapState<K,UK,V>A default implementation ofMapStatewhich delegates all async requests toStateRequestHandler.classInternalReducingState<K,V>A default implementation ofReducingStatewhich delegates all async requests toStateRequestHandler.classInternalValueState<K,V>A default implementation ofValueStatewhich delegates all async requests toAsyncExecutionController.
-