| Package | Description |
|---|---|
| org.apache.flink.runtime.io.network.api | |
| org.apache.flink.runtime.io.network.partition.consumer |
| Modifier and Type | Method and Description |
|---|---|
CheckpointBarrier |
CheckpointBarrier.asUnaligned() |
CheckpointBarrier |
CheckpointBarrier.withOptions(CheckpointOptions checkpointOptions) |
| Modifier and Type | Method and Description |
|---|---|
void |
RecoveredInputChannel.checkpointStarted(CheckpointBarrier barrier) |
void |
IndexedInputGate.checkpointStarted(CheckpointBarrier barrier) |
void |
RemoteInputChannel.checkpointStarted(CheckpointBarrier barrier)
Spills all queued buffers on checkpoint start.
|
void |
InputChannel.checkpointStarted(CheckpointBarrier barrier)
Called by task thread when checkpointing is started (e.g., any input channel received
barrier).
|
void |
CheckpointableInput.checkpointStarted(CheckpointBarrier barrier) |
void |
LocalInputChannel.checkpointStarted(CheckpointBarrier barrier) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.