Uses of Interface
org.apache.flink.runtime.state.ChannelState
-
Packages that use ChannelState Package Description org.apache.flink.runtime.state -
-
Uses of ChannelState in org.apache.flink.runtime.state
Subinterfaces of ChannelState in org.apache.flink.runtime.state Modifier and Type Interface Description interface
InputStateHandle
empty interface just for mark a state object is input inflight-data.interface
OutputStateHandle
empty interface just for mark a state object is output inflight-data.Classes in org.apache.flink.runtime.state that implement ChannelState Modifier and Type Class Description class
InputChannelStateHandle
Handle
to anInputChannel
state.class
MergedInputChannelStateHandle
class
MergedResultSubpartitionStateHandle
class
ResultSubpartitionStateHandle
Handle
to aResultSubpartition
state.Method parameters in org.apache.flink.runtime.state with type arguments of type ChannelState Modifier and Type Method Description static Stream<StreamStateHandle>
ChannelStateHelper. collectUniqueDisposableInChannelState(Stream<StateObjectCollection<? extends ChannelState>> stateCollections)
-