Uses of Class
org.apache.flink.runtime.rest.handler.legacy.metrics.MetricStore.TaskMetricStore
-
Packages that use MetricStore.TaskMetricStore Package Description org.apache.flink.runtime.rest.handler.legacy.metrics -
-
Uses of MetricStore.TaskMetricStore in org.apache.flink.runtime.rest.handler.legacy.metrics
Methods in org.apache.flink.runtime.rest.handler.legacy.metrics that return MetricStore.TaskMetricStore Modifier and Type Method Description MetricStore.TaskMetricStoreMetricStore. getTaskMetricStore(String jobID, String taskID)Returns theMetricStore.ComponentMetricStorefor the given job/task ID.
-