Class MetricStore.TaskMetricStore
- java.lang.Object
-
- org.apache.flink.runtime.rest.handler.legacy.metrics.MetricStore.ComponentMetricStore
-
- org.apache.flink.runtime.rest.handler.legacy.metrics.MetricStore.TaskMetricStore
-
- Enclosing class:
- MetricStore
@ThreadSafe public static class MetricStore.TaskMetricStore extends MetricStore.ComponentMetricStore
Sub-structure containing metrics of a single Task.
-
-
Field Summary
-
Fields inherited from class org.apache.flink.runtime.rest.handler.legacy.metrics.MetricStore.ComponentMetricStore
metrics
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<Integer,MetricStore.SubtaskMetricStore>
getAllSubtaskMetricStores()
MetricStore.ComponentMetricStore
getJobManagerOperatorMetricStore()
MetricStore.SubtaskMetricStore
getSubtaskMetricStore(int subtaskIndex)
-
Methods inherited from class org.apache.flink.runtime.rest.handler.legacy.metrics.MetricStore.ComponentMetricStore
getMetric, getMetric
-
-
-
-
Method Detail
-
getSubtaskMetricStore
public MetricStore.SubtaskMetricStore getSubtaskMetricStore(int subtaskIndex)
-
getAllSubtaskMetricStores
public Map<Integer,MetricStore.SubtaskMetricStore> getAllSubtaskMetricStores()
-
getJobManagerOperatorMetricStore
public MetricStore.ComponentMetricStore getJobManagerOperatorMetricStore()
-
-