Uses of Interface
org.apache.flink.runtime.io.network.partition.consumer.CheckpointableInput
Packages that use CheckpointableInput
Package
Description
-
Uses of CheckpointableInput in org.apache.flink.runtime.io.network.partition.consumer
Classes in org.apache.flink.runtime.io.network.partition.consumer that implement CheckpointableInputModifier and TypeClassDescriptionclassAnInputGatewith a specific index.classAn input gate consumes one or more partitions of a single produced intermediate result. -
Uses of CheckpointableInput in org.apache.flink.runtime.taskmanager
Classes in org.apache.flink.runtime.taskmanager that implement CheckpointableInputModifier and TypeClassDescriptionclassThis class wrapsInputGateprovided by shuffle service and it is mainly used for increasing general input metrics fromTaskIOMetricGroup. -
Uses of CheckpointableInput in org.apache.flink.streaming.runtime.io
Classes in org.apache.flink.streaming.runtime.io that implement CheckpointableInputModifier and TypeClassDescriptionclassA subclass ofStreamTaskSourceInputforExternallyInducedSourceReader.classImplementation ofStreamTaskInputthat reads data from theSourceOperatorand returns theDataInputStatusto indicate whether the source state is available, unavailable or finished. -
Uses of CheckpointableInput in org.apache.flink.streaming.runtime.io.checkpointing
Methods in org.apache.flink.streaming.runtime.io.checkpointing with parameters of type CheckpointableInputModifier and TypeMethodDescriptionSingleCheckpointBarrierHandler.aligned(String taskName, CheckpointableTask toNotifyOnCheckpoint, org.apache.flink.util.clock.Clock clock, int numOpenChannels, BarrierAlignmentUtil.DelayableTimer registerTimer, boolean enableCheckpointAfterTasksFinished, CheckpointableInput... inputs) SingleCheckpointBarrierHandler.alternating(String taskName, CheckpointableTask toNotifyOnCheckpoint, SubtaskCheckpointCoordinator checkpointCoordinator, org.apache.flink.util.clock.Clock clock, int numOpenChannels, BarrierAlignmentUtil.DelayableTimer registerTimer, boolean enableCheckpointAfterTasksFinished, CheckpointableInput... inputs) SingleCheckpointBarrierHandler.createUnalignedCheckpointBarrierHandler(SubtaskCheckpointCoordinator checkpointCoordinator, String taskName, CheckpointableTask toNotifyOnCheckpoint, org.apache.flink.util.clock.Clock clock, boolean enableCheckpointsAfterTasksFinish, CheckpointableInput... inputs) SingleCheckpointBarrierHandler.unaligned(String taskName, CheckpointableTask toNotifyOnCheckpoint, SubtaskCheckpointCoordinator checkpointCoordinator, org.apache.flink.util.clock.Clock clock, int numOpenChannels, BarrierAlignmentUtil.DelayableTimer registerTimer, boolean enableCheckpointAfterTasksFinished, CheckpointableInput... inputs) -
Uses of CheckpointableInput in org.apache.flink.streaming.runtime.tasks
Classes in org.apache.flink.streaming.runtime.tasks that implement CheckpointableInputModifier and TypeClassDescriptionclassA special source input implementation that immediately emit END_OF_INPUT.