Uses of Interface
org.apache.flink.runtime.io.network.partition.ChannelStateHolder
-
Packages that use ChannelStateHolder Package Description org.apache.flink.runtime.io.network.partition org.apache.flink.runtime.io.network.partition.consumer org.apache.flink.runtime.taskmanager -
-
Uses of ChannelStateHolder in org.apache.flink.runtime.io.network.partition
Classes in org.apache.flink.runtime.io.network.partition that implement ChannelStateHolder Modifier and Type Class Description classPipelinedApproximateSubpartitionA pipelined in-memory only subpartition, which allows to reconnect after failure.classPipelinedResultPartitionA result output of a task, pipelined (streamed) to the receivers.classPipelinedSubpartitionA pipelined in-memory only subpartition, which can be consumed once. -
Uses of ChannelStateHolder in org.apache.flink.runtime.io.network.partition.consumer
Classes in org.apache.flink.runtime.io.network.partition.consumer that implement ChannelStateHolder Modifier and Type Class Description classIndexedInputGateAnInputGatewith a specific index.classInputGateAn input gate consumes one or more partitions of a single produced intermediate result.classLocalRecoveredInputChannelAn input channel reads recovered state from previous unaligned checkpoint snapshots and then converts intoLocalInputChannelfinally.classRecoveredInputChannelAn input channel reads recovered state from previous unaligned checkpoint snapshots.classRemoteRecoveredInputChannelAn input channel reads recovered state from previous unaligned checkpoint snapshots and then converts intoRemoteInputChannelfinally.classSingleInputGateAn input gate consumes one or more partitions of a single produced intermediate result.classUnionInputGateInput gate wrapper to union the input from multiple input gates. -
Uses of ChannelStateHolder in org.apache.flink.runtime.taskmanager
Classes in org.apache.flink.runtime.taskmanager that implement ChannelStateHolder Modifier and Type Class Description classInputGateWithMetricsThis class wrapsInputGateprovided by shuffle service and it is mainly used for increasing general input metrics fromTaskIOMetricGroup.
-