Uses of Interface
org.apache.flink.runtime.state.v2.internal.InternalKeyedState
-
-
Uses of InternalKeyedState in org.apache.flink.runtime.asyncprocessing.declare.state
Classes in org.apache.flink.runtime.asyncprocessing.declare.state that implement InternalKeyedState Modifier and Type Class Description classStateWithDeclaredNamespace<K,N,V>A partitioned state that wraps a declared namespace and hide the namespace switching from user.Constructors in org.apache.flink.runtime.asyncprocessing.declare.state with parameters of type InternalKeyedState Constructor Description StateWithDeclaredNamespace(InternalKeyedState<K,N,V> state, DeclaredVariable<N> declaredNamespace) -
Uses of InternalKeyedState in org.apache.flink.runtime.state
Methods in org.apache.flink.runtime.state with type parameters of type InternalKeyedState Modifier and Type Method Description <N,S extends InternalKeyedState,SV>
SAsyncKeyedStateBackend. createStateInternal(N defaultNamespace, org.apache.flink.api.common.typeutils.TypeSerializer<N> namespaceSerializer, org.apache.flink.api.common.state.v2.StateDescriptor<SV> stateDesc)Creates and returns a new state for internal usage. -
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.Methods in org.apache.flink.runtime.state.v2.adaptor with type parameters of type InternalKeyedState Modifier and Type Method Description <N,S extends InternalKeyedState,SV>
SAsyncKeyedStateBackendAdaptor. createStateInternal(N defaultNamespace, org.apache.flink.api.common.typeutils.TypeSerializer<N> namespaceSerializer, org.apache.flink.api.common.state.v2.StateDescriptor<SV> stateDesc) -
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.
-