Class GenericKeyMetricGroup
java.lang.Object
org.apache.flink.runtime.metrics.groups.AbstractMetricGroup<AbstractMetricGroup<?>>
org.apache.flink.runtime.metrics.groups.GenericMetricGroup
org.apache.flink.runtime.metrics.groups.GenericKeyMetricGroup
- All Implemented Interfaces:
org.apache.flink.metrics.MetricGroup
A
GenericMetricGroup for representing the key part of a key-value metric group pair.- See Also:
-
GenericValueMetricGroupMetricGroup.addGroup(String, String)
-
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 -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.flink.metrics.MetricGroupprotected GenericMetricGroupcreateChildGroup(String name, AbstractMetricGroup.ChildType childType) Methods inherited from class org.apache.flink.runtime.metrics.groups.GenericMetricGroup
createQueryServiceMetricInfo, getGroupNameMethods inherited from class org.apache.flink.runtime.metrics.groups.AbstractMetricGroup
addGroup, addMetric, addSpan, close, counter, counter, createLogicalScope, gauge, getAllVariables, getAllVariables, getLogicalScope, getLogicalScope, getMetricIdentifier, getMetricIdentifier, getMetricIdentifier, getQueryServiceMetricInfo, getScopeComponents, histogram, isClosed, meter, putVariablesMethods 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
-
Method Details
-
addGroup
- Specified by:
addGroupin interfaceorg.apache.flink.metrics.MetricGroup- Overrides:
addGroupin classAbstractMetricGroup<AbstractMetricGroup<?>>
-
createChildGroup
- Overrides:
createChildGroupin classAbstractMetricGroup<AbstractMetricGroup<?>>
-