Uses of Interface
org.apache.flink.runtime.jobgraph.tasks.CheckpointableTask
Packages that use CheckpointableTask
Package
Description
-
Uses of CheckpointableTask in org.apache.flink.runtime.iterative.task
Classes in org.apache.flink.runtime.iterative.task that implement CheckpointableTaskModifier and TypeClassDescriptionclassAbstractIterativeTask<S extends org.apache.flink.api.common.functions.Function,OT> The abstract base class for all tasks able to participate in an iteration.classIterationHeadTask<X,Y, S extends org.apache.flink.api.common.functions.Function, OT> The head is responsible for coordinating an iteration and can run aDriverinside.classIterationIntermediateTask<S extends org.apache.flink.api.common.functions.Function,OT> An intermediate iteration task, which runs aDriverinside.classThe task responsible for synchronizing all iteration heads, implemented as an output task.classIterationTailTask<S extends org.apache.flink.api.common.functions.Function,OT> An iteration tail, which runs a driver inside. -
Uses of CheckpointableTask in org.apache.flink.runtime.jobgraph.tasks
Classes in org.apache.flink.runtime.jobgraph.tasks that implement CheckpointableTaskModifier and TypeClassDescriptionclassA base implementation ofTaskInvokable,CheckpointableTask, andCoordinatedTaskwith most methods throwingUnsupportedOperationExceptionor doing nothing. -
Uses of CheckpointableTask in org.apache.flink.runtime.operators
Classes in org.apache.flink.runtime.operators that implement CheckpointableTaskModifier and TypeClassDescriptionclassBatchTask<S extends org.apache.flink.api.common.functions.Function,OT> The base class for all batch tasks.classDataSinkTask<IT>DataSinkTask which is executed by a task manager.classDataSourceTask<OT>DataSourceTask which is executed by a task manager. -
Uses of CheckpointableTask in org.apache.flink.streaming.runtime.io.checkpointing
Methods in org.apache.flink.streaming.runtime.io.checkpointing with parameters of type CheckpointableTaskModifier 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) static CheckpointBarrierHandlerInputProcessorUtil.createCheckpointBarrierHandler(CheckpointableTask toNotifyOnCheckpoint, StreamConfig config, SubtaskCheckpointCoordinator checkpointCoordinator, String taskName, List<IndexedInputGate>[] inputGates, List<StreamTaskSourceInput<?>> sourceInputs, org.apache.flink.api.common.operators.MailboxExecutor mailboxExecutor, TimerService timerService) 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) Constructors in org.apache.flink.streaming.runtime.io.checkpointing with parameters of type CheckpointableTaskModifierConstructorDescriptionCheckpointBarrierHandler(CheckpointableTask toNotifyOnCheckpoint, org.apache.flink.util.clock.Clock clock, boolean enableCheckpointAfterTasksFinished) CheckpointBarrierTracker(int totalNumberOfInputChannels, CheckpointableTask toNotifyOnCheckpoint, org.apache.flink.util.clock.Clock clock, boolean enableCheckpointAfterTasksFinished) -
Uses of CheckpointableTask in org.apache.flink.streaming.runtime.tasks
Classes in org.apache.flink.streaming.runtime.tasks that implement CheckpointableTaskModifier and TypeClassDescriptionclassAbstractTwoInputStreamTask<IN1,IN2, OUT> Abstract class for executing aTwoInputStreamOperator.classAStreamTaskfor executing aMultipleInputStreamOperatorand supporting theMultipleInputStreamOperatorto select input for reading.classOneInputStreamTask<IN,OUT> AStreamTaskfor executing aOneInputStreamOperator.classA subclass ofStreamTaskfor executing theSourceOperator.classSourceStreamTask<OUT,SRC extends SourceFunction<OUT>, OP extends StreamSource<OUT, SRC>> Deprecated.classStreamIterationHead<OUT>A specialStreamTaskthat is used for executing feedback edges.classA specialStreamTaskthat is used for executing feedback edges.classStreamTask<OUT,OP extends StreamOperator<OUT>> Base class for all streaming tasks.classTwoInputStreamTask<IN1,IN2, OUT> AStreamTaskfor executing aTwoInputStreamOperatorand supporting theTwoInputStreamOperatorto select input for reading.
SourceFunctionAPI, which is due to be removed.