Uses of Class
org.apache.flink.runtime.executiongraph.IOMetrics
Packages that use IOMetrics
Package
Description
-
Uses of IOMetrics in org.apache.flink.runtime.executiongraph
Methods in org.apache.flink.runtime.executiongraph that return IOMetricsModifier and TypeMethodDescriptionAccessExecution.getIOMetrics()ArchivedExecution.getIOMetrics()Execution.getIOMetrics()TaskExecutionStateTransition.getIOMetrics()Methods in org.apache.flink.runtime.executiongraph with parameters of type IOMetricsModifier and TypeMethodDescriptionvoidExecution.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.Constructors in org.apache.flink.runtime.executiongraph with parameters of type IOMetricsModifierConstructorDescriptionArchivedExecution(StringifiedAccumulatorResult[] userAccumulators, IOMetrics ioMetrics, ExecutionAttemptID attemptId, ExecutionState state, ErrorInfo failureCause, TaskManagerLocation assignedResourceLocation, AllocationID assignedAllocationID, long[] stateTimestamps, long[] stateEndTimestamps) -
Uses of IOMetrics in org.apache.flink.runtime.jobmaster.event
Methods in org.apache.flink.runtime.jobmaster.event that return IOMetricsConstructors in org.apache.flink.runtime.jobmaster.event with parameters of type IOMetricsModifierConstructorDescriptionExecutionVertexFinishedEvent(ExecutionAttemptID executionAttemptId, TaskManagerLocation location, Map<OperatorID, CompletableFuture<byte[]>> operatorCoordinatorSnapshotFutures, CompletableFuture<ShuffleMasterSnapshot> shuffleMasterSnapshotFuture, IOMetrics ioMetrics, Map<String, org.apache.flink.api.common.accumulators.Accumulator<?, ?>> userAccumulators) -
Uses of IOMetrics in org.apache.flink.runtime.metrics.groups
Methods in org.apache.flink.runtime.metrics.groups that return IOMetrics -
Uses of IOMetrics in org.apache.flink.runtime.rest.handler.util
Subclasses of IOMetrics in org.apache.flink.runtime.rest.handler.utilModifier and TypeClassDescriptionclassThis class is a mutable version of theIOMetricsclass that allows adding up IO-related metrics. -
Uses of IOMetrics in org.apache.flink.runtime.scheduler
Methods in org.apache.flink.runtime.scheduler with parameters of type IOMetricsModifier and TypeMethodDescriptionprotected voidDefaultScheduler.onTaskFinished(Execution execution, IOMetrics ioMetrics) protected abstract voidSchedulerBase.onTaskFinished(Execution execution, IOMetrics ioMetrics) -
Uses of IOMetrics in org.apache.flink.runtime.scheduler.adaptivebatch
Methods in org.apache.flink.runtime.scheduler.adaptivebatch with parameters of type IOMetricsModifier and TypeMethodDescriptionprotected voidAdaptiveBatchScheduler.onTaskFinished(Execution execution, IOMetrics ioMetrics) -
Uses of IOMetrics in org.apache.flink.runtime.taskmanager
Methods in org.apache.flink.runtime.taskmanager that return IOMetricsConstructors in org.apache.flink.runtime.taskmanager with parameters of type IOMetricsModifierConstructorDescriptionTaskExecutionState(ExecutionAttemptID executionId, ExecutionState executionState, Throwable error, AccumulatorSnapshot accumulators, IOMetrics ioMetrics) Creates a new task execution state update, with an attached exception.