| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.rest.handler.job.metrics | |
| org.apache.flink.runtime.rest.handler.legacy.metrics |
| 限定符和类型 | 类和说明 |
|---|---|
static class |
MetricStore.SubtaskMetricStore
Sub-structure containing metrics of a single subtask.
|
static class |
MetricStore.TaskManagerMetricStore
Sub-structure containing metrics of a single TaskManager.
|
static class |
MetricStore.TaskMetricStore
Sub-structure containing metrics of a single Task.
|
| 限定符和类型 | 方法和说明 |
|---|---|
MetricStore.ComponentMetricStore |
MetricStore.SubtaskMetricStore.getAttemptsMetricStore(int attemptNumber) |
MetricStore.ComponentMetricStore |
MetricStore.getJobManager()
已过时。
Use semantically equivalent
MetricStore.getJobManagerMetricStore(). |
MetricStore.ComponentMetricStore |
MetricStore.getJobManagerMetricStore()
Returns the
MetricStore.ComponentMetricStore for the JobManager. |
MetricStore.ComponentMetricStore |
MetricStore.getJobMetricStore(String jobID)
Returns the
MetricStore.ComponentMetricStore for the given job ID. |
MetricStore.ComponentMetricStore |
MetricStore.getSubtaskAttemptMetricStore(String jobID,
String taskID,
int subtaskIndex,
int attemptNumber) |
MetricStore.ComponentMetricStore |
MetricStore.getSubtaskMetricStore(String jobID,
String taskID,
int subtaskIndex)
Returns the
MetricStore.ComponentMetricStore for the given job/task ID and subtask index. |
| 限定符和类型 | 方法和说明 |
|---|---|
Map<Integer,MetricStore.ComponentMetricStore> |
MetricStore.SubtaskMetricStore.getAllAttemptsMetricStores() |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.