Class UnregisteredMetricGroups.UnregisteredJobMangerOperatorMetricGroup
java.lang.Object
org.apache.flink.runtime.metrics.groups.AbstractMetricGroup<P>
org.apache.flink.runtime.metrics.groups.ComponentMetricGroup<JobManagerJobMetricGroup>
org.apache.flink.runtime.metrics.groups.JobManagerOperatorMetricGroup
org.apache.flink.runtime.metrics.groups.UnregisteredMetricGroups.UnregisteredJobMangerOperatorMetricGroup
- All Implemented Interfaces:
org.apache.flink.metrics.MetricGroup
- Enclosing class:
- UnregisteredMetricGroups
public static class UnregisteredMetricGroups.UnregisteredJobMangerOperatorMetricGroup
extends JobManagerOperatorMetricGroup
A safe drop-in replacement for
JobManagerOperatorMetricGroups.-
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.AbstractMetricGroup
LOG, parent, queryServiceScopeInfo, registry, variables -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.flink.runtime.metrics.groups.JobManagerOperatorMetricGroup
close, createQueryServiceMetricInfo, getGroupName, putVariables, subComponentsMethods inherited from class org.apache.flink.runtime.metrics.groups.AbstractMetricGroup
addGroup, addGroup, addMetric, addSpan, counter, counter, createChildGroup, createLogicalScope, gauge, getAllVariables, getAllVariables, getLogicalScope, getLogicalScope, getMetricIdentifier, getMetricIdentifier, getMetricIdentifier, getQueryServiceMetricInfo, getScopeComponents, histogram, isClosed, meterMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.flink.metrics.MetricGroup
addGroup, counter, counter, gauge, histogram, meter
-
Constructor Details
-
UnregisteredJobMangerOperatorMetricGroup
protected UnregisteredJobMangerOperatorMetricGroup()
-