Uses of Class
org.apache.flink.runtime.rest.handler.legacy.metrics.MetricStore.JobMetricStoreSnapshot
-
-
Uses of MetricStore.JobMetricStoreSnapshot in org.apache.flink.runtime.rest.handler.legacy.metrics
Methods in org.apache.flink.runtime.rest.handler.legacy.metrics that return MetricStore.JobMetricStoreSnapshot Modifier and Type Method Description MetricStore.JobMetricStoreSnapshotMetricStore. getJobs() -
Uses of MetricStore.JobMetricStoreSnapshot in org.apache.flink.runtime.rest.handler.util
Methods in org.apache.flink.runtime.rest.handler.util with parameters of type MetricStore.JobMetricStoreSnapshot Modifier and Type Method Description voidMutableIOMetrics. addIOMetrics(AccessExecution attempt, MetricStore.JobMetricStoreSnapshot jobMetrics, String jobID, String taskID)Adds the IO metrics for the given attempt to this object. -
Uses of MetricStore.JobMetricStoreSnapshot in org.apache.flink.runtime.rest.messages.job
Methods in org.apache.flink.runtime.rest.messages.job with parameters of type MetricStore.JobMetricStoreSnapshot Modifier and Type Method Description static SubtaskExecutionAttemptDetailsInfoSubtaskExecutionAttemptDetailsInfo. create(AccessExecution execution, MetricStore.JobMetricStoreSnapshot jobMetrics, org.apache.flink.api.common.JobID jobID, JobVertexID jobVertexID, List<SubtaskExecutionAttemptDetailsInfo> otherConcurrentAttempts)
-