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.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.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) -
Uses of InputGate in org.apache.flink.streaming.runtime.io
Methods in org.apache.flink.streaming.runtime.io that return InputGate Modifier and Type Method Description static InputGateInputGateUtil. createInputGate(List<IndexedInputGate> inputGates) -
Uses of InputGate in org.apache.flink.streaming.runtime.io.checkpointing
Methods in org.apache.flink.streaming.runtime.io.checkpointing with parameters of type InputGate Modifier and Type Method Description static UpstreamRecoveryTrackerUpstreamRecoveryTracker. forInputGate(InputGate inputGate)Constructors in org.apache.flink.streaming.runtime.io.checkpointing with parameters of type InputGate Constructor Description CheckpointedInputGate(InputGate inputGate, CheckpointBarrierHandler barrierHandler, org.apache.flink.api.common.operators.MailboxExecutor mailboxExecutor)Creates a new checkpoint stream aligner.CheckpointedInputGate(InputGate inputGate, CheckpointBarrierHandler barrierHandler, org.apache.flink.api.common.operators.MailboxExecutor mailboxExecutor, UpstreamRecoveryTracker upstreamRecoveryTracker)
-