Uses of Class
org.apache.flink.runtime.rest.messages.job.metrics.IOMetricsInfo
-
Packages that use IOMetricsInfo Package Description org.apache.flink.runtime.rest.messages org.apache.flink.runtime.rest.messages.job -
-
Uses of IOMetricsInfo in org.apache.flink.runtime.rest.messages
Method parameters in org.apache.flink.runtime.rest.messages with type arguments of type IOMetricsInfo Modifier and Type Method Description static AggregatedTaskDetailsInfoAggregatedTaskDetailsInfo. create(List<IOMetricsInfo> ioMetricsInfos, List<Map<ExecutionState,Long>> statusDurations)Constructors in org.apache.flink.runtime.rest.messages with parameters of type IOMetricsInfo Constructor Description TaskManagersInfo(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 IOMetricsInfo Modifier and Type Method Description IOMetricsInfoSubtaskExecutionAttemptDetailsInfo. getIoMetricsInfo()IOMetricsInfoJobDetailsInfo.JobVertexDetailsInfo. getJobVertexMetrics()Constructors in org.apache.flink.runtime.rest.messages.job with parameters of type IOMetricsInfo Constructor Description JobVertexDetailsInfo(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)
-