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 TheCheckpointBarrierHandlerreacts to checkpoint barrier arriving from the input channels.CheckpointBarrierTracker TheCheckpointBarrierTrackerkeeps track of what checkpoint barriers have been received from which input channels.CheckpointedInputGate TheCheckpointedInputGateusesCheckpointBarrierHandlerto handle incomingCheckpointBarrierfrom theInputGate.InputProcessorUtil Utility for creatingCheckpointedInputGatebased on checkpoint mode forStreamOneInputProcessor.SingleCheckpointBarrierHandler SingleCheckpointBarrierHandleris used for triggering checkpoint while reading the first barrier and keeping track of the number of received barriers and consumed barriers.