Uses of Interface
org.apache.flink.runtime.state.v2.internal.InternalMergingState
Packages that use InternalMergingState
Package
Description
-
Uses of InternalMergingState in org.apache.flink.runtime.state.v2
Classes in org.apache.flink.runtime.state.v2 that implement InternalMergingStateModifier and TypeClassDescriptionclassAbstractAggregatingState<K,N, IN, ACC, OUT> The default implementation ofAggregatingState, which delegates all async requests toStateRequestHandler.classAbstractListState<K,N, V> A default implementation ofListStatewhich delegates all async requests toStateRequestHandler.classAbstractReducingState<K,N, V> A default implementation ofReducingStatewhich delegates all async requests toStateRequestHandler. -
Uses of InternalMergingState in org.apache.flink.runtime.state.v2.adaptor
Classes in org.apache.flink.runtime.state.v2.adaptor that implement InternalMergingStateModifier and TypeClassDescriptionclassAggregatingStateAdaptor<K,N, IN, ACC, OUT> An adaptor that transformsInternalAggregatingStateintoInternalAggregatingState.classListStateAdaptor<K,N, V> An adaptor that transformsInternalListStateintoInternalListState.classMergingStateAdaptor<K,N, IN, ACC, OUT, SYNCOUT> An adaptor that transformsInternalMergingStateintoInternalMergingState.classReducingStateAdaptor<K,N, V> An adaptor that transformsInternalReducingStateintoInternalReducingState. -
Uses of InternalMergingState in org.apache.flink.runtime.state.v2.internal
Subinterfaces of InternalMergingState in org.apache.flink.runtime.state.v2.internalModifier and TypeInterfaceDescriptioninterfaceInternalAggregatingState<K,N, IN, ACC, OUT> This class defines the internal interface for aggregating state.interfaceInternalListState<K,N, V> This class defines the internal interface for list state.interfaceInternalReducingState<K,N, T> This class defines the internal interface for reducing state.