Uses of Interface
org.apache.flink.runtime.state.internal.InternalAppendingState
-
Packages that use InternalAppendingState Package Description org.apache.flink.runtime.state.internal This package holds the classes of the internal state type hierarchy. -
-
Uses of InternalAppendingState in org.apache.flink.runtime.state.internal
Subinterfaces of InternalAppendingState 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.interfaceInternalMergingState<K,N,IN,SV,OUT>The peer to theMergingStatein the internal state type hierarchy.interfaceInternalReducingState<K,N,T>The peer to theReducingStatein the internal state type hierarchy.
-