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