public class ExecutionVertexFinishedEvent extends Object implements JobEvent
ExecutionVertex.| 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 | Method and Description |
|---|---|
int |
getAttemptNumber() |
ExecutionAttemptID |
getExecutionAttemptId() |
ExecutionVertexID |
getExecutionVertexId() |
IOMetrics |
getIOMetrics() |
Map<OperatorID,CompletableFuture<byte[]>> |
getOperatorCoordinatorSnapshotFutures() |
CompletableFuture<ShuffleMasterSnapshot> |
getShuffleMasterSnapshotFuture() |
TaskManagerLocation |
getTaskManagerLocation() |
Map<String,org.apache.flink.api.common.accumulators.Accumulator<?,?>> |
getUserAccumulators() |
boolean |
hasOperatorCoordinatorAndShuffleMasterSnapshots() |
String |
toString() |
public ExecutionVertexFinishedEvent(ExecutionAttemptID executionAttemptId, TaskManagerLocation location, Map<OperatorID,CompletableFuture<byte[]>> operatorCoordinatorSnapshotFutures, @Nullable CompletableFuture<ShuffleMasterSnapshot> shuffleMasterSnapshotFuture, IOMetrics ioMetrics, @Nullable Map<String,org.apache.flink.api.common.accumulators.Accumulator<?,?>> userAccumulators)
public ExecutionAttemptID getExecutionAttemptId()
public ExecutionVertexID getExecutionVertexId()
public int getAttemptNumber()
public TaskManagerLocation getTaskManagerLocation()
public Map<OperatorID,CompletableFuture<byte[]>> getOperatorCoordinatorSnapshotFutures()
@Nullable public CompletableFuture<ShuffleMasterSnapshot> getShuffleMasterSnapshotFuture()
public IOMetrics getIOMetrics()
@Nullable public Map<String,org.apache.flink.api.common.accumulators.Accumulator<?,?>> getUserAccumulators()
public boolean hasOperatorCoordinatorAndShuffleMasterSnapshots()
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.