Uses of Class
org.apache.flink.streaming.runtime.io.checkpointing.CheckpointBarrierHandler
Packages that use CheckpointBarrierHandler
Package
Description
-
Uses of CheckpointBarrierHandler in org.apache.flink.streaming.runtime.io.checkpointing
Modifier and TypeClassDescriptionclassTheCheckpointBarrierTrackerkeeps track of what checkpoint barriers have been received from which input channels.classSingleCheckpointBarrierHandleris used for triggering checkpoint while reading the first barrier and keeping track of the number of received barriers and consumed barriers.Methods in org.apache.flink.streaming.runtime.io.checkpointing that return CheckpointBarrierHandlerModifier and TypeMethodDescriptionstatic 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) Methods in org.apache.flink.streaming.runtime.io.checkpointing with parameters of type CheckpointBarrierHandlerModifier and TypeMethodDescriptionstatic CheckpointedInputGate[]InputProcessorUtil.createCheckpointedMultipleInputGate(org.apache.flink.api.common.operators.MailboxExecutor mailboxExecutor, List<IndexedInputGate>[] inputGates, TaskIOMetricGroup taskIOMetricGroup, CheckpointBarrierHandler barrierHandler, StreamConfig config) Constructors in org.apache.flink.streaming.runtime.io.checkpointing with parameters of type CheckpointBarrierHandlerModifierConstructorDescriptionCheckpointedInputGate(InputGate inputGate, CheckpointBarrierHandler barrierHandler, org.apache.flink.api.common.operators.MailboxExecutor mailboxExecutor) Creates a new checkpoint stream aligner.CheckpointedInputGate(InputGate inputGate, CheckpointBarrierHandler barrierHandler, org.apache.flink.api.common.operators.MailboxExecutor mailboxExecutor, UpstreamRecoveryTracker upstreamRecoveryTracker) -
Uses of CheckpointBarrierHandler in org.apache.flink.streaming.runtime.tasks
Methods in org.apache.flink.streaming.runtime.tasks that return types with arguments of type CheckpointBarrierHandlerModifier and TypeMethodDescriptionprotected Optional<CheckpointBarrierHandler>MultipleInputStreamTask.getCheckpointBarrierHandler()protected Optional<CheckpointBarrierHandler>OneInputStreamTask.getCheckpointBarrierHandler()protected Optional<CheckpointBarrierHandler>StreamTask.getCheckpointBarrierHandler()Acquires the optionalCheckpointBarrierHandlerassociated with this stream task.protected Optional<CheckpointBarrierHandler>TwoInputStreamTask.getCheckpointBarrierHandler()