| Package | Description |
|---|---|
| org.apache.flink.runtime.metrics.groups | |
| org.apache.flink.runtime.metrics.scope |
| Constructor and Description |
|---|
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 |
|---|---|
TaskScopeFormat |
ScopeFormats.getTaskFormat() |
| Constructor and Description |
|---|
OperatorScopeFormat(String format,
TaskScopeFormat parentFormat) |
ScopeFormats(JobManagerScopeFormat jobManagerFormat,
JobManagerJobScopeFormat jobManagerJobFormat,
TaskManagerScopeFormat taskManagerFormat,
TaskManagerJobScopeFormat taskManagerJobFormat,
TaskScopeFormat taskFormat,
OperatorScopeFormat operatorFormat)
Creates a
ScopeFormats with the given scope formats. |
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.