Package | Description |
---|---|
org.apache.flink.runtime.checkpoint | |
org.apache.flink.runtime.operators.coordination |
Modifier and Type | Interface and Description |
---|---|
interface |
OperatorCoordinatorCheckpointContext
This context is the interface through which the
CheckpointCoordinator interacts with an
OperatorCoordinator during checkpointing and checkpoint restoring. |
Modifier and Type | Method and Description |
---|---|
PendingCheckpoint.TaskAcknowledgeResult |
PendingCheckpoint.acknowledgeCoordinatorState(OperatorInfo coordinatorInfo,
ByteStreamStateHandle stateHandle) |
Modifier and Type | Class and Description |
---|---|
class |
OperatorCoordinatorHolder
The
OperatorCoordinatorHolder holds the OperatorCoordinator and manages all its
interactions with the remaining components. |
Modifier and Type | Method and Description |
---|---|
static Collection<OperatorID> |
OperatorInfo.getIds(Collection<? extends OperatorInfo> infos) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.