Uses of Interface
org.apache.flink.runtime.state.v2.internal.InternalMergingState
-
Packages that use InternalMergingState Package Description org.apache.flink.runtime.state.v2 org.apache.flink.runtime.state.v2.adaptor org.apache.flink.runtime.state.v2.internal -
-
Uses of InternalMergingState in org.apache.flink.runtime.state.v2
Classes in org.apache.flink.runtime.state.v2 that implement InternalMergingState Modifier and Type Class Description classAbstractAggregatingState<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 InternalMergingState Modifier and Type Class Description classAggregatingStateAdaptor<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.internal Modifier and Type Interface Description interfaceInternalAggregatingState<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.
-