| Package | Description |
|---|---|
| org.apache.flink.runtime.metrics.groups | |
| org.apache.flink.runtime.metrics.scope |
| Modifier and Type | Method and Description |
|---|---|
TaskManagerJobMetricGroup |
TaskMetricGroup.parent() |
| Modifier and Type | Method and Description |
|---|---|
void |
TaskManagerMetricGroup.removeJobMetricsGroup(org.apache.flink.api.common.JobID jobId,
TaskManagerJobMetricGroup group) |
| Constructor and Description |
|---|
TaskMetricGroup(MetricRegistry registry,
TaskManagerJobMetricGroup parent,
org.apache.flink.util.AbstractID vertexId,
org.apache.flink.util.AbstractID executionId,
String taskName,
int subtaskIndex,
int attemptNumber) |
TaskMetricGroup(MetricRegistry registry,
TaskManagerJobMetricGroup parent,
TaskScopeFormat scopeFormat,
org.apache.flink.util.AbstractID vertexId,
org.apache.flink.util.AbstractID executionId,
String taskName,
int subtaskIndex,
int attemptNumber) |
| Modifier and Type | Method and Description |
|---|---|
String[] |
TaskScopeFormat.formatScope(TaskManagerJobMetricGroup parent,
org.apache.flink.util.AbstractID vertexId,
org.apache.flink.util.AbstractID attemptId,
String taskName,
int subtask,
int attemptNumber) |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.