| Package | Description |
|---|---|
| org.apache.flink.runtime.jobmaster.event | |
| org.apache.flink.runtime.shuffle |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ShuffleMasterSnapshot> |
ExecutionVertexFinishedEvent.getShuffleMasterSnapshotFuture() |
| Constructor and Description |
|---|
ExecutionVertexFinishedEvent(ExecutionAttemptID executionAttemptId,
TaskManagerLocation location,
Map<OperatorID,CompletableFuture<byte[]>> operatorCoordinatorSnapshotFutures,
CompletableFuture<ShuffleMasterSnapshot> shuffleMasterSnapshotFuture,
IOMetrics ioMetrics,
Map<String,org.apache.flink.api.common.accumulators.Accumulator<?,?>> userAccumulators) |
| Modifier and Type | Class and Description |
|---|---|
class |
EmptyShuffleMasterSnapshot
A singleton implementation of
ShuffleMasterSnapshot that represents an empty snapshot of
shuffle master. |
| Modifier and Type | Method and Description |
|---|---|
default void |
ShuffleMaster.restoreState(List<ShuffleMasterSnapshot> snapshots)
Restores the state of the shuffle master from the provided snapshots.
|
void |
NettyShuffleMaster.snapshotState(CompletableFuture<ShuffleMasterSnapshot> snapshotFuture,
ShuffleMasterSnapshotContext context) |
default void |
ShuffleMaster.snapshotState(CompletableFuture<ShuffleMasterSnapshot> snapshotFuture,
ShuffleMasterSnapshotContext context)
Triggers a snapshot of the shuffle master's state.
|
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.