Uses of Interface
org.apache.flink.runtime.io.PullingAsyncDataInput
-
Packages that use PullingAsyncDataInput Package Description org.apache.flink.runtime.io.network.partition.consumer org.apache.flink.runtime.taskmanager org.apache.flink.streaming.runtime.io.checkpointing -
-
Uses of PullingAsyncDataInput in org.apache.flink.runtime.io.network.partition.consumer
Classes in org.apache.flink.runtime.io.network.partition.consumer that implement PullingAsyncDataInput Modifier and Type Class Description class
IndexedInputGate
AnInputGate
with a specific index.class
InputGate
An input gate consumes one or more partitions of a single produced intermediate result.class
SingleInputGate
An input gate consumes one or more partitions of a single produced intermediate result.class
UnionInputGate
Input gate wrapper to union the input from multiple input gates. -
Uses of PullingAsyncDataInput in org.apache.flink.runtime.taskmanager
Classes in org.apache.flink.runtime.taskmanager that implement PullingAsyncDataInput Modifier and Type Class Description class
InputGateWithMetrics
This class wrapsInputGate
provided by shuffle service and it is mainly used for increasing general input metrics fromTaskIOMetricGroup
. -
Uses of PullingAsyncDataInput in org.apache.flink.streaming.runtime.io.checkpointing
Classes in org.apache.flink.streaming.runtime.io.checkpointing that implement PullingAsyncDataInput Modifier and Type Class Description class
CheckpointedInputGate
TheCheckpointedInputGate
usesCheckpointBarrierHandler
to handle incomingCheckpointBarrier
from theInputGate
.
-