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 interface
InternalAggregatingState<K,N,IN,SV,OUT>
The peer to theAggregatingState
in the internal state type hierarchy.interface
InternalListState<K,N,T>
The peer to theListState
in the internal state type hierarchy.interface
InternalReducingState<K,N,T>
The peer to theReducingState
in 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)
-