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 classIndexedInputGateAnInputGatewith a specific index.classInputGateAn input gate consumes one or more partitions of a single produced intermediate result.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 PullingAsyncDataInput in org.apache.flink.runtime.taskmanager
Classes in org.apache.flink.runtime.taskmanager that implement PullingAsyncDataInput Modifier and Type Class Description classInputGateWithMetricsThis class wrapsInputGateprovided 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 classCheckpointedInputGateTheCheckpointedInputGateusesCheckpointBarrierHandlerto handle incomingCheckpointBarrierfrom theInputGate.
-