Uses of Class
org.apache.flink.runtime.io.network.partition.consumer.InputGate
-
-
Uses of InputGate in org.apache.flink.runtime.checkpoint.channel
Methods in org.apache.flink.runtime.checkpoint.channel with parameters of type InputGate Modifier and Type Method Description voidSequentialChannelStateReader. readInputData(InputGate[] inputGates)voidSequentialChannelStateReaderImpl. readInputData(InputGate[] inputGates) -
Uses of InputGate in org.apache.flink.runtime.io.network
Methods in org.apache.flink.runtime.io.network with parameters of type InputGate Modifier and Type Method Description voidNettyShuffleEnvironment. registerLegacyNetworkMetrics(org.apache.flink.metrics.MetricGroup metricGroup, ResultPartitionWriter[] producedPartitions, InputGate[] inputGates)Deprecated.should be removed in future -
Uses of InputGate in org.apache.flink.runtime.io.network.api.reader
Fields in org.apache.flink.runtime.io.network.api.reader declared as InputGate Modifier and Type Field Description protected InputGateAbstractReader. inputGateThe input gate to read from.Constructors in org.apache.flink.runtime.io.network.api.reader with parameters of type InputGate Constructor Description AbstractReader(InputGate inputGate)MutableRecordReader(InputGate inputGate, String[] tmpDirectories)Creates a new MutableRecordReader that de-serializes records from the given input gate and can spill partial records to disk, if they grow large.RecordReader(InputGate inputGate, Class<T> recordType, String[] tmpDirectories)Creates a new RecordReader that de-serializes records from the given input gate and can spill partial records to disk, if they grow large. -
Uses of InputGate in org.apache.flink.runtime.io.network.metrics
Methods in org.apache.flink.runtime.io.network.metrics with parameters of type InputGate Modifier and Type Method Description static voidNettyShuffleMetricFactory. registerLegacyNetworkMetrics(boolean isDetailedMetrics, org.apache.flink.metrics.MetricGroup metricGroup, ResultPartitionWriter[] producedPartitions, InputGate[] inputGates)Deprecated.should be removed in future -
Uses of InputGate in org.apache.flink.runtime.io.network.partition.consumer
Subclasses of InputGate in org.apache.flink.runtime.io.network.partition.consumer Modifier and Type Class Description classIndexedInputGateAnInputGatewith a specific index.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 InputGate in org.apache.flink.runtime.taskmanager
Subclasses of InputGate in org.apache.flink.runtime.taskmanager Modifier and Type Class Description classInputGateWithMetricsThis class wrapsInputGateprovided by shuffle service and it is mainly used for increasing general input metrics fromTaskIOMetricGroup.Methods in org.apache.flink.runtime.taskmanager with parameters of type InputGate Modifier and Type Method Description static voidTask. setupPartitionsAndGates(ResultPartitionWriter[] producedPartitions, InputGate[] inputGates)
-