public class JobManagerJobMetricGroup extends JobMetricGroup
MetricGroup representing everything belonging to
a specific job, running on the JobManager.jobId, jobNameregistry| Constructor and Description |
|---|
JobManagerJobMetricGroup(MetricRegistry registry,
JobManagerMetricGroup parent,
org.apache.flink.api.common.JobID jobId,
String jobName) |
JobManagerJobMetricGroup(MetricRegistry registry,
JobManagerMetricGroup parent,
JobManagerJobScopeFormat scopeFormat,
org.apache.flink.api.common.JobID jobId,
String jobName) |
| Modifier and Type | Method and Description |
|---|---|
JobManagerMetricGroup |
parent() |
protected Iterable<? extends ComponentMetricGroup> |
subComponents()
Gets all component metric groups that are contained in this component metric group.
|
jobId, jobNamecloseaddGroup, addGroup, addMetric, counter, counter, counter, counter, gauge, gauge, getMetricIdentifier, getMetricIdentifier, getScopeComponents, histogram, histogram, isClosedpublic JobManagerJobMetricGroup(MetricRegistry registry, JobManagerMetricGroup parent, org.apache.flink.api.common.JobID jobId, @Nullable String jobName)
public JobManagerJobMetricGroup(MetricRegistry registry, JobManagerMetricGroup parent, JobManagerJobScopeFormat scopeFormat, org.apache.flink.api.common.JobID jobId, @Nullable String jobName)
public final JobManagerMetricGroup parent()
protected Iterable<? extends ComponentMetricGroup> subComponents()
ComponentMetricGroupsubComponents in class ComponentMetricGroupCopyright © 2014–2016 The Apache Software Foundation. All rights reserved.