Uses of Interface
org.apache.flink.runtime.io.network.partition.consumer.CheckpointableInput
-
-
Uses of CheckpointableInput in org.apache.flink.runtime.io.network.partition.consumer
Classes in org.apache.flink.runtime.io.network.partition.consumer that implement CheckpointableInput Modifier and Type Class Description classIndexedInputGateAnInputGatewith a specific index.classSingleInputGateAn 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 CheckpointableInput Modifier and Type Class Description classInputGateWithMetricsThis 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 CheckpointableInput Modifier and Type Class Description classStreamTaskExternallyInducedSourceInput<T>A subclass ofStreamTaskSourceInputforExternallyInducedSourceReader.classStreamTaskSourceInput<T>Implementation 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 CheckpointableInput Modifier and Type Method Description static SingleCheckpointBarrierHandlerSingleCheckpointBarrierHandler. aligned(String taskName, CheckpointableTask toNotifyOnCheckpoint, org.apache.flink.util.clock.Clock clock, int numOpenChannels, BarrierAlignmentUtil.DelayableTimer registerTimer, boolean enableCheckpointAfterTasksFinished, CheckpointableInput... inputs)static SingleCheckpointBarrierHandlerSingleCheckpointBarrierHandler. alternating(String taskName, CheckpointableTask toNotifyOnCheckpoint, SubtaskCheckpointCoordinator checkpointCoordinator, org.apache.flink.util.clock.Clock clock, int numOpenChannels, BarrierAlignmentUtil.DelayableTimer registerTimer, boolean enableCheckpointAfterTasksFinished, CheckpointableInput... inputs)static SingleCheckpointBarrierHandlerSingleCheckpointBarrierHandler. createUnalignedCheckpointBarrierHandler(SubtaskCheckpointCoordinator checkpointCoordinator, String taskName, CheckpointableTask toNotifyOnCheckpoint, org.apache.flink.util.clock.Clock clock, boolean enableCheckpointsAfterTasksFinish, CheckpointableInput... inputs)static SingleCheckpointBarrierHandlerSingleCheckpointBarrierHandler. 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 CheckpointableInput Modifier and Type Class Description classStreamTaskFinishedOnRestoreSourceInput<T>A special source input implementation that immediately emit END_OF_INPUT.
-