Uses of Interface
org.apache.flink.runtime.io.PullingAsyncDataInput
Packages that use PullingAsyncDataInput
Package
Description
-
Uses of PullingAsyncDataInput in org.apache.flink.runtime.io.network.partition.consumer
Classes in org.apache.flink.runtime.io.network.partition.consumer that implement PullingAsyncDataInputModifier and TypeClassDescriptionclassAnInputGatewith a specific index.classAn input gate consumes one or more partitions of a single produced intermediate result.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 PullingAsyncDataInput in org.apache.flink.runtime.taskmanager
Classes in org.apache.flink.runtime.taskmanager that implement PullingAsyncDataInputModifier and TypeClassDescriptionclassThis 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 PullingAsyncDataInputModifier and TypeClassDescriptionclassTheCheckpointedInputGateusesCheckpointBarrierHandlerto handle incomingCheckpointBarrierfrom theInputGate.