Class MetricStore.SubtaskMetricStore
- java.lang.Object
-
- org.apache.flink.runtime.rest.handler.legacy.metrics.MetricStore.ComponentMetricStore
-
- org.apache.flink.runtime.rest.handler.legacy.metrics.MetricStore.SubtaskMetricStore
-
- Enclosing class:
- MetricStore
@ThreadSafe public static class MetricStore.SubtaskMetricStore extends MetricStore.ComponentMetricStore
Sub-structure containing metrics of a single subtask.
-
-
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.ComponentMetricStore>getAllAttemptsMetricStores()MetricStore.ComponentMetricStoregetAttemptsMetricStore(int attemptNumber)-
Methods inherited from class org.apache.flink.runtime.rest.handler.legacy.metrics.MetricStore.ComponentMetricStore
getMetric, getMetric
-
-
-
-
Method Detail
-
getAttemptsMetricStore
public MetricStore.ComponentMetricStore getAttemptsMetricStore(int attemptNumber)
-
getAllAttemptsMetricStores
public Map<Integer,MetricStore.ComponentMetricStore> getAllAttemptsMetricStores()
-
-