Uses of Interface
org.apache.flink.runtime.io.network.partition.ChannelStateHolder
Packages that use ChannelStateHolder
Package
Description
-
Uses of ChannelStateHolder in org.apache.flink.runtime.io.network.partition
Classes in org.apache.flink.runtime.io.network.partition that implement ChannelStateHolderModifier and TypeClassDescriptionclassA pipelined in-memory only subpartition, which allows to reconnect after failure.classA result output of a task, pipelined (streamed) to the receivers.classA 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 ChannelStateHolderModifier and TypeClassDescriptionclassAnInputGatewith a specific index.classAn input gate consumes one or more partitions of a single produced intermediate result.classAn input channel reads recovered state from previous unaligned checkpoint snapshots and then converts intoLocalInputChannelfinally.classAn input channel reads recovered state from previous unaligned checkpoint snapshots.classAn input channel reads recovered state from previous unaligned checkpoint snapshots and then converts intoRemoteInputChannelfinally.classAn input gate consumes one or more partitions of a single produced intermediate result.classInput 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 ChannelStateHolderModifier and TypeClassDescriptionclassThis class wrapsInputGateprovided by shuffle service and it is mainly used for increasing general input metrics fromTaskIOMetricGroup.