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 interfaceInputStateHandleempty interface just for mark a state object is input inflight-data.interfaceOutputStateHandleempty 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 classInputChannelStateHandleHandleto anInputChannelstate.classMergedInputChannelStateHandleclassMergedResultSubpartitionStateHandleclassResultSubpartitionStateHandleHandleto aResultSubpartitionstate.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)
-