Uses of Class
org.apache.flink.runtime.io.network.api.CheckpointBarrier
-
Packages that use CheckpointBarrier Package Description org.apache.flink.runtime.io.network.api org.apache.flink.runtime.io.network.partition.consumer -
-
Uses of CheckpointBarrier in org.apache.flink.runtime.io.network.api
Methods in org.apache.flink.runtime.io.network.api that return CheckpointBarrier Modifier and Type Method Description CheckpointBarrierCheckpointBarrier. asUnaligned()CheckpointBarrierCheckpointBarrier. withOptions(CheckpointOptions checkpointOptions) -
Uses of CheckpointBarrier in org.apache.flink.runtime.io.network.partition.consumer
Methods in org.apache.flink.runtime.io.network.partition.consumer with parameters of type CheckpointBarrier Modifier and Type Method Description voidCheckpointableInput. checkpointStarted(CheckpointBarrier barrier)voidIndexedInputGate. checkpointStarted(CheckpointBarrier barrier)voidInputChannel. checkpointStarted(CheckpointBarrier barrier)Called by task thread when checkpointing is started (e.g., any input channel received barrier).voidLocalInputChannel. checkpointStarted(CheckpointBarrier barrier)voidRecoveredInputChannel. checkpointStarted(CheckpointBarrier barrier)voidRemoteInputChannel. checkpointStarted(CheckpointBarrier barrier)Spills all queued buffers on checkpoint start.
-