@Internal public abstract class JobMetricGroup extends ComponentMetricGroup
MetricGroup representing everything belonging to
a specific job.| Modifier and Type | Field and Description |
|---|---|
protected org.apache.flink.api.common.JobID |
jobId
The ID of the job represented by this metrics group
|
protected String |
jobName
The name of the job represented by this metrics group
|
registry| Modifier | Constructor and Description |
|---|---|
protected |
JobMetricGroup(MetricRegistry registry,
org.apache.flink.api.common.JobID jobId,
String jobName,
String[] scope) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.api.common.JobID |
jobId() |
String |
jobName() |
close, subComponentsaddGroup, addGroup, addMetric, counter, counter, counter, counter, gauge, gauge, getMetricIdentifier, getMetricIdentifier, getScopeComponents, histogram, histogram, isClosedprotected final org.apache.flink.api.common.JobID jobId
protected JobMetricGroup(MetricRegistry registry, org.apache.flink.api.common.JobID jobId, @Nullable String jobName, String[] scope)
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.