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
Classes in org.apache.flink.runtime.state with type parameters of type AbstractChannelStateHandle Modifier and Type Class Description class
AbstractMergedChannelStateHandle<Info,ChannelHandle extends AbstractChannelStateHandle<Info>>
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)
-