Uses of Interface
org.apache.flink.runtime.state.internal.InternalMergingState
Packages that use InternalMergingState
Package
Description
This package holds the classes of the internal state type hierarchy.
-
Uses of InternalMergingState in org.apache.flink.runtime.state.internal
Subinterfaces of InternalMergingState in org.apache.flink.runtime.state.internalModifier and TypeInterfaceDescriptioninterfaceInternalAggregatingState<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 InternalMergingStateModifierConstructorDescriptionMergingStateAdaptor(InternalMergingState<K, N, IN, ACC, SYNCOUT> mergingState)