Class JobManagerJobMetricGroup
- java.lang.Object
-
- org.apache.flink.runtime.metrics.groups.AbstractMetricGroup<P>
-
- org.apache.flink.runtime.metrics.groups.ComponentMetricGroup<C>
-
- org.apache.flink.runtime.metrics.groups.JobMetricGroup<JobManagerMetricGroup>
-
- org.apache.flink.runtime.metrics.groups.JobManagerJobMetricGroup
-
- All Implemented Interfaces:
MetricGroup
- Direct Known Subclasses:
UnregisteredMetricGroups.UnregisteredJobManagerJobMetricGroup
@Internal public class JobManagerJobMetricGroup extends JobMetricGroup<JobManagerMetricGroup>
SpecialMetricGroup
representing everything belonging to a specific job, running on the JobManager.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.flink.runtime.metrics.groups.AbstractMetricGroup
AbstractMetricGroup.ChildType
-
-
Field Summary
-
Fields inherited from class org.apache.flink.runtime.metrics.groups.JobMetricGroup
jobId, jobName
-
Fields inherited from class org.apache.flink.runtime.metrics.groups.AbstractMetricGroup
LOG, parent, queryServiceScopeInfo, registry, variables
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JobManagerOperatorMetricGroup
getOrAddOperator(AbstractID vertexId, String taskName, OperatorID operatorID, String operatorName)
JobManagerMetricGroup
parent()
protected Iterable<? extends ComponentMetricGroup>
subComponents()
Gets all component metric groups that are contained in this component metric group.-
Methods inherited from class org.apache.flink.runtime.metrics.groups.JobMetricGroup
addSpan, createQueryServiceMetricInfo, getGroupName, jobId, jobName, putVariables
-
Methods inherited from class org.apache.flink.runtime.metrics.groups.ComponentMetricGroup
close
-
Methods inherited from class org.apache.flink.runtime.metrics.groups.AbstractMetricGroup
addGroup, addGroup, addMetric, counter, counter, createChildGroup, createLogicalScope, gauge, getAllVariables, getAllVariables, getLogicalScope, getLogicalScope, getMetricIdentifier, getMetricIdentifier, getMetricIdentifier, getQueryServiceMetricInfo, getScopeComponents, histogram, isClosed, meter
-
-
-
-
Method Detail
-
parent
public final JobManagerMetricGroup parent()
-
getOrAddOperator
public JobManagerOperatorMetricGroup getOrAddOperator(AbstractID vertexId, String taskName, OperatorID operatorID, String operatorName)
-
subComponents
protected Iterable<? extends ComponentMetricGroup> subComponents()
Description copied from class:ComponentMetricGroup
Gets all component metric groups that are contained in this component metric group.- Specified by:
subComponents
in classComponentMetricGroup<JobManagerMetricGroup>
- Returns:
- All component metric groups that are contained in this component metric group.
-
-