Uses of Package
org.apache.flink.streaming.runtime.io.checkpointing
Packages that use org.apache.flink.streaming.runtime.io.checkpointing
Package
Description
-
Classes in org.apache.flink.streaming.runtime.io.checkpointing used by org.apache.flink.streaming.runtime.ioClassDescriptionThe
CheckpointedInputGateusesCheckpointBarrierHandlerto handle incomingCheckpointBarrierfrom theInputGate. -
Classes in org.apache.flink.streaming.runtime.io.checkpointing used by org.apache.flink.streaming.runtime.io.checkpointingClassDescriptionA handle to a delayed action which can be cancelled.It can register a task to be executed some time later.The
CheckpointBarrierHandlerreacts to checkpoint barrier arriving from the input channels.TheCheckpointedInputGateusesCheckpointBarrierHandlerto handle incomingCheckpointBarrierfrom theInputGate.SingleCheckpointBarrierHandleris used for triggering checkpoint while reading the first barrier and keeping track of the number of received barriers and consumed barriers.Tracks status of upstream channels while they recover. -
Classes in org.apache.flink.streaming.runtime.io.checkpointing used by org.apache.flink.streaming.runtime.io.recoveryClassDescriptionThe
CheckpointedInputGateusesCheckpointBarrierHandlerto handle incomingCheckpointBarrierfrom theInputGate. -
Classes in org.apache.flink.streaming.runtime.io.checkpointing used by org.apache.flink.streaming.runtime.tasksClassDescriptionThe
CheckpointBarrierHandlerreacts to checkpoint barrier arriving from the input channels. -
Classes in org.apache.flink.streaming.runtime.io.checkpointing used by org.apache.flink.streaming.runtime.watermarkstatusClassDescriptionThe
CheckpointedInputGateusesCheckpointBarrierHandlerto handle incomingCheckpointBarrierfrom theInputGate.