Package | Description |
---|---|
org.apache.flink.runtime.metrics.groups | |
org.apache.flink.runtime.metrics.scope |
Modifier and Type | Class and Description |
---|---|
static class |
UnregisteredMetricGroups.UnregisteredTaskManagerJobMetricGroup
A safe drop-in replacement for
TaskManagerJobMetricGroup s. |
Modifier and Type | Method and Description |
---|---|
static TaskManagerJobMetricGroup |
UnregisteredMetricGroups.createUnregisteredTaskManagerJobMetricGroup() |
TaskManagerJobMetricGroup |
TaskMetricGroup.parent() |
Modifier and Type | Method and Description |
---|---|
void |
TaskManagerMetricGroup.removeJobMetricsGroup(JobID jobId,
TaskManagerJobMetricGroup group) |
Constructor and Description |
---|
TaskMetricGroup(MetricRegistry registry,
TaskManagerJobMetricGroup parent,
JobVertexID vertexId,
AbstractID executionId,
String taskName,
int subtaskIndex,
int attemptNumber) |
Modifier and Type | Method and Description |
---|---|
String[] |
TaskScopeFormat.formatScope(TaskManagerJobMetricGroup parent,
AbstractID vertexId,
AbstractID attemptId,
String taskName,
int subtask,
int attemptNumber) |
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.