Uses of Class
org.apache.flink.runtime.io.network.partition.consumer.InputGate
Packages that use InputGate
Package
Description
-
Uses of InputGate in org.apache.flink.runtime.checkpoint.channel
Methods in org.apache.flink.runtime.checkpoint.channel with parameters of type InputGateModifier and TypeMethodDescriptionvoidSequentialChannelStateReader.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 InputGateModifier and TypeFieldDescriptionprotected final InputGateAbstractReader.inputGateThe input gate to read from.Constructors in org.apache.flink.runtime.io.network.api.reader with parameters of type InputGateModifierConstructorDescriptionprotectedAbstractReader(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.consumerModifier and TypeClassDescriptionclassAnInputGatewith a specific index.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 InputGate in org.apache.flink.runtime.taskmanager
Subclasses of InputGate in org.apache.flink.runtime.taskmanagerModifier and TypeClassDescriptionclassThis 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 InputGateModifier and TypeMethodDescriptionstatic 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 InputGateModifier and TypeMethodDescriptionstatic 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 InputGateModifier and TypeMethodDescriptionstatic UpstreamRecoveryTrackerUpstreamRecoveryTracker.forInputGate(InputGate inputGate) Constructors in org.apache.flink.streaming.runtime.io.checkpointing with parameters of type InputGateModifierConstructorDescriptionCheckpointedInputGate(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)