Uses of Interface
org.apache.flink.runtime.state.v2.internal.InternalPartitionedState
Packages that use InternalPartitionedState
Package
Description
-
Uses of InternalPartitionedState in org.apache.flink.runtime.asyncprocessing
Methods in org.apache.flink.runtime.asyncprocessing with parameters of type InternalPartitionedStateModifier and TypeMethodDescription<N> NRecordContext.getNamespace(InternalPartitionedState<N> state) <N> voidAsyncExecutionController.setCurrentNamespaceForState(InternalPartitionedState<N> state, N namespace) <N> voidStateRequestHandler.setCurrentNamespaceForState(InternalPartitionedState<N> state, N namespace) Set current namespace for a state.<N> voidRecordContext.setNamespace(InternalPartitionedState<N> state, N namespace) -
Uses of InternalPartitionedState in org.apache.flink.runtime.asyncprocessing.declare.state
Classes in org.apache.flink.runtime.asyncprocessing.declare.state that implement InternalPartitionedStateModifier and TypeClassDescriptionclassStateWithDeclaredNamespace<K,N, V> A partitioned state that wraps a declared namespace and hide the namespace switching from user. -
Uses of InternalPartitionedState in org.apache.flink.runtime.state.v2
Classes in org.apache.flink.runtime.state.v2 that implement InternalPartitionedStateModifier and TypeClassDescriptionclassAbstractAggregatingState<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 InternalPartitionedState in org.apache.flink.runtime.state.v2.adaptor
Classes in org.apache.flink.runtime.state.v2.adaptor that implement InternalPartitionedStateModifier and TypeClassDescriptionclassAggregatingStateAdaptor<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.classStateAdaptor<K,N, S extends InternalKvState<K, N, ?>> An base implementation of state adaptor from v1 to v2.classValueStateAdaptor<K,N, V> An adaptor that transformsInternalValueStateintoInternalValueState. -
Uses of InternalPartitionedState in org.apache.flink.runtime.state.v2.internal
Subinterfaces of InternalPartitionedState in org.apache.flink.runtime.state.v2.internalModifier and TypeInterfaceDescriptioninterfaceInternalAggregatingState<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.interfaceInternalKeyedState<K,N, V> This class defines the internal interface for all keyed 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.