Package org.apache.flink.runtime.rest.handler.legacy.metrics
-
Interface Summary Interface Description MetricFetcher The MetricFetcher can be used to fetch metrics from the JobManager and all registered TaskManagers. -
Class Summary Class Description MetricFetcherImpl<T extends RestfulGateway> Implementation ofMetricFetcherwhich fetches metrics from theMetricQueryServiceGateway.MetricStore Nested data-structure to store metrics.MetricStore.ComponentMetricStore Structure containing metrics of a single component.MetricStore.SubtaskMetricStore Sub-structure containing metrics of a single subtask.MetricStore.TaskManagerMetricStore Sub-structure containing metrics of a single TaskManager.MetricStore.TaskMetricStore Sub-structure containing metrics of a single Task. -
Enum Summary Enum Description VoidMetricFetcher No-op implementation of theMetricFetcher.