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
@Internal public class GenericKeyMetricGroup extends GenericMetricGroup
AGenericMetricGroup
for representing the key part of a key-value metric group pair.- See Also:
GenericValueMetricGroup
,MetricGroup.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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.flink.metrics.MetricGroup
addGroup(String key, String value)
protected GenericMetricGroup
createChildGroup(String name, AbstractMetricGroup.ChildType childType)
-
Methods inherited from class org.apache.flink.runtime.metrics.groups.GenericMetricGroup
createQueryServiceMetricInfo, getGroupName
-
Methods 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, putVariables
-
-
-
-
Method Detail
-
addGroup
public org.apache.flink.metrics.MetricGroup addGroup(String key, String value)
- Specified by:
addGroup
in interfaceorg.apache.flink.metrics.MetricGroup
- Overrides:
addGroup
in classAbstractMetricGroup<AbstractMetricGroup<?>>
-
createChildGroup
protected GenericMetricGroup createChildGroup(String name, AbstractMetricGroup.ChildType childType)
- Overrides:
createChildGroup
in classAbstractMetricGroup<AbstractMetricGroup<?>>
-
-