| Modifier and Type | Method and Description |
|---|---|
IOMetrics |
AccessExecution.getIOMetrics() |
IOMetrics |
ArchivedExecution.getIOMetrics() |
IOMetrics |
TaskExecutionStateTransition.getIOMetrics() |
IOMetrics |
Execution.getIOMetrics() |
| Modifier and Type | Method and Description |
|---|---|
void |
Execution.recoverExecution(ExecutionAttemptID attemptId,
TaskManagerLocation location,
Map<String,org.apache.flink.api.common.accumulators.Accumulator<?,?>> userAccumulators,
IOMetrics metrics)
Recover the execution attempt status after JM failover.
|
| Constructor and Description |
|---|
ArchivedExecution(StringifiedAccumulatorResult[] userAccumulators,
IOMetrics ioMetrics,
ExecutionAttemptID attemptId,
ExecutionState state,
ErrorInfo failureCause,
TaskManagerLocation assignedResourceLocation,
AllocationID assignedAllocationID,
long[] stateTimestamps,
long[] stateEndTimestamps) |
| Modifier and Type | Method and Description |
|---|---|
IOMetrics |
ExecutionVertexFinishedEvent.getIOMetrics() |
| 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 |
|---|---|
IOMetrics |
TaskIOMetricGroup.createSnapshot() |
| Modifier and Type | Class and Description |
|---|---|
class |
MutableIOMetrics
This class is a mutable version of the
IOMetrics class that allows adding up IO-related
metrics. |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
SchedulerBase.onTaskFinished(Execution execution,
IOMetrics ioMetrics) |
protected void |
DefaultScheduler.onTaskFinished(Execution execution,
IOMetrics ioMetrics) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AdaptiveBatchScheduler.onTaskFinished(Execution execution,
IOMetrics ioMetrics) |
| Modifier and Type | Method and Description |
|---|---|
IOMetrics |
TaskExecutionState.getIOMetrics() |
| Constructor and Description |
|---|
TaskExecutionState(ExecutionAttemptID executionId,
ExecutionState executionState,
Throwable error,
AccumulatorSnapshot accumulators,
IOMetrics ioMetrics)
Creates a new task execution state update, with an attached exception.
|
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.