Uses of Class
org.apache.flink.runtime.rest.messages.job.metrics.IOMetricsInfo
Packages that use IOMetricsInfo
Package
Description
-
Uses of IOMetricsInfo in org.apache.flink.runtime.rest.messages
Method parameters in org.apache.flink.runtime.rest.messages with type arguments of type IOMetricsInfoModifier and TypeMethodDescriptionstatic AggregatedTaskDetailsInfoAggregatedTaskDetailsInfo.create(List<IOMetricsInfo> ioMetricsInfos, List<Map<ExecutionState, Long>> statusDurations) Constructors in org.apache.flink.runtime.rest.messages with parameters of type IOMetricsInfoModifierConstructorDescriptionTaskManagersInfo(String endpoint, ExecutionState status, long startTime, long endTime, long duration, IOMetricsInfo metrics, Map<ExecutionState, Integer> statusCounts, String taskmanagerId, AggregatedTaskDetailsInfo aggregated) -
Uses of IOMetricsInfo in org.apache.flink.runtime.rest.messages.job
Methods in org.apache.flink.runtime.rest.messages.job that return IOMetricsInfoModifier and TypeMethodDescriptionSubtaskExecutionAttemptDetailsInfo.getIoMetricsInfo()JobDetailsInfo.JobVertexDetailsInfo.getJobVertexMetrics()Constructors in org.apache.flink.runtime.rest.messages.job with parameters of type IOMetricsInfoModifierConstructorDescriptionJobVertexDetailsInfo(JobVertexID jobVertexID, SlotSharingGroupId slotSharingGroupId, String name, int maxParallelism, int parallelism, ExecutionState executionState, long startTime, long endTime, long duration, Map<ExecutionState, Integer> tasksPerState, IOMetricsInfo jobVertexMetrics) SubtaskExecutionAttemptDetailsInfo(int subtaskIndex, ExecutionState status, int attempt, String endpoint, long startTime, long endTime, long duration, IOMetricsInfo ioMetricsInfo, String taskmanagerId, Map<ExecutionState, Long> statusDuration, List<SubtaskExecutionAttemptDetailsInfo> otherConcurrentAttempts)