Uses of Interface
org.apache.flink.runtime.state.v2.internal.InternalKeyedState
-
Packages that use InternalKeyedState Package Description org.apache.flink.runtime.state.v2 org.apache.flink.runtime.state.v2.adaptor org.apache.flink.runtime.state.v2.internal -
-
Uses of InternalKeyedState in org.apache.flink.runtime.state.v2
Classes in org.apache.flink.runtime.state.v2 that implement InternalKeyedState Modifier and Type Class Description classAbstractAggregatingState<K,N,IN,ACC,OUT>The default implementation ofAggregatingState, which delegates all async requests toStateRequestHandler.classAbstractKeyedState<K,N,V>TheAbstractKeyedStateis the root of the abstract state implementation hierarchy, similar to theStatebeing the root of the public API state hierarchy.classAbstractListState<K,N,V>A default implementation ofListStatewhich delegates all async requests toStateRequestHandler.classAbstractMapState<K,N,UK,V>A default implementation ofMapStatewhich delegates all async requests toStateRequestHandler.classAbstractReducingState<K,N,V>A default implementation ofReducingStatewhich delegates all async requests toStateRequestHandler.classAbstractValueState<K,N,V>A default implementation ofValueStatewhich delegates all async requests toAsyncExecutionController. -
Uses of InternalKeyedState in org.apache.flink.runtime.state.v2.adaptor
Classes in org.apache.flink.runtime.state.v2.adaptor that implement InternalKeyedState Modifier and Type Class Description classAggregatingStateAdaptor<K,N,IN,ACC,OUT>An adaptor that transformsInternalAggregatingStateintoInternalAggregatingState.classListStateAdaptor<K,N,V>An adaptor that transformsInternalListStateintoInternalListState.classMapStateAdaptor<K,N,UK,UV>An adaptor that transformsInternalMapStateintoInternalMapState.classMergingStateAdaptor<K,N,IN,ACC,OUT,SYNCOUT>An adaptor that transformsInternalMergingStateintoInternalMergingState.classReducingStateAdaptor<K,N,V>An adaptor that transformsInternalReducingStateintoInternalReducingState.classValueStateAdaptor<K,N,V>An adaptor that transformsInternalValueStateintoInternalValueState. -
Uses of InternalKeyedState in org.apache.flink.runtime.state.v2.internal
Subinterfaces of InternalKeyedState in org.apache.flink.runtime.state.v2.internal Modifier and Type Interface Description interfaceInternalAggregatingState<K,N,IN,ACC,OUT>This class defines the internal interface for aggregating state.interfaceInternalAppendingState<K,N,IN,SV,OUT,SYNCOUT>This class defines the internal interface for appending state.interfaceInternalListState<K,N,V>This class defines the internal interface for list state.interfaceInternalMapState<K,N,UK,UV>This class defines the internal interface for map state.interfaceInternalMergingState<K,N,IN,SV,OUT,SYNCOUT>This class defines the internal interface for merging state.interfaceInternalReducingState<K,N,T>This class defines the internal interface for reducing state.interfaceInternalValueState<K,N,V>This class defines the internal interface for value state.
-