Uses of Interface
org.apache.flink.runtime.state.internal.InternalMergingState
-
Packages that use InternalMergingState Package Description org.apache.flink.runtime.state.internal This package holds the classes of the internal state type hierarchy.org.apache.flink.runtime.state.v2.adaptor -
-
Uses of InternalMergingState in org.apache.flink.runtime.state.internal
Subinterfaces of InternalMergingState in org.apache.flink.runtime.state.internal Modifier and Type Interface Description interfaceInternalAggregatingState<K,N,IN,SV,OUT>The peer to theAggregatingStatein the internal state type hierarchy.interfaceInternalListState<K,N,T>The peer to theListStatein the internal state type hierarchy.interfaceInternalReducingState<K,N,T>The peer to theReducingStatein the internal state type hierarchy. -
Uses of InternalMergingState in org.apache.flink.runtime.state.v2.adaptor
Constructors in org.apache.flink.runtime.state.v2.adaptor with parameters of type InternalMergingState Constructor Description MergingStateAdaptor(InternalMergingState<K,N,IN,ACC,SYNCOUT> mergingState)
-