Uses of Class
org.apache.flink.runtime.state.AbstractChannelStateHandle
-
Packages that use AbstractChannelStateHandle Package Description org.apache.flink.runtime.state -
-
Uses of AbstractChannelStateHandle in org.apache.flink.runtime.state
Subclasses of AbstractChannelStateHandle in org.apache.flink.runtime.state Modifier and Type Class Description class
InputChannelStateHandle
Handle
to anInputChannel
state.class
ResultSubpartitionStateHandle
Handle
to aResultSubpartition
state.Method parameters in org.apache.flink.runtime.state with type arguments of type AbstractChannelStateHandle Modifier and Type Method Description static Stream<StreamStateHandle>
AbstractChannelStateHandle. collectUniqueDelegates(Stream<StateObjectCollection<? extends AbstractChannelStateHandle<?>>> collections)
-