Package org.apache.flink.streaming.runtime.io.checkpointing
-
Interface Summary Interface Description BarrierAlignmentUtil.Cancellable A handle to a delayed action which can be cancelled.BarrierAlignmentUtil.DelayableTimer It can register a task to be executed some time later.UpstreamRecoveryTracker Tracks status of upstream channels while they recover. -
Class Summary Class Description BarrierAlignmentUtil Utility for barrier alignment.CheckpointBarrierHandler TheCheckpointBarrierHandler
reacts to checkpoint barrier arriving from the input channels.CheckpointBarrierTracker TheCheckpointBarrierTracker
keeps track of what checkpoint barriers have been received from which input channels.CheckpointedInputGate TheCheckpointedInputGate
usesCheckpointBarrierHandler
to handle incomingCheckpointBarrier
from theInputGate
.InputProcessorUtil Utility for creatingCheckpointedInputGate
based on checkpoint mode forStreamOneInputProcessor
.SingleCheckpointBarrierHandler SingleCheckpointBarrierHandler
is used for triggering checkpoint while reading the first barrier and keeping track of the number of received barriers and consumed barriers.