Class UnregisteredMetricGroups.UnregisteredTaskManagerJobMetricGroup
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<TaskManagerMetricGroup>
org.apache.flink.runtime.metrics.groups.TaskManagerJobMetricGroup
org.apache.flink.runtime.metrics.groups.UnregisteredMetricGroups.UnregisteredTaskManagerJobMetricGroup
- All Implemented Interfaces:
org.apache.flink.metrics.MetricGroup
- Enclosing class:
- UnregisteredMetricGroups
public static class UnregisteredMetricGroups.UnregisteredTaskManagerJobMetricGroup
extends TaskManagerJobMetricGroup
A safe drop-in replacement for
TaskManagerJobMetricGroups.-
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, jobNameFields inherited from class org.apache.flink.runtime.metrics.groups.AbstractMetricGroup
LOG, parent, queryServiceScopeInfo, registry, variables -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddTask(ExecutionAttemptID executionAttemptID, String taskName) Methods inherited from class org.apache.flink.runtime.metrics.groups.TaskManagerJobMetricGroup
parent, removeTaskMetricGroup, subComponentsMethods inherited from class org.apache.flink.runtime.metrics.groups.JobMetricGroup
addSpan, createQueryServiceMetricInfo, getGroupName, jobId, jobName, putVariablesMethods inherited from class org.apache.flink.runtime.metrics.groups.ComponentMetricGroup
closeMethods 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, 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
-
UnregisteredTaskManagerJobMetricGroup
public UnregisteredTaskManagerJobMetricGroup()
-
-
Method Details
-
addTask
- Overrides:
addTaskin classTaskManagerJobMetricGroup
-