Class GenericValueMetricGroup
- java.lang.Object
-
- org.apache.flink.runtime.metrics.groups.AbstractMetricGroup<AbstractMetricGroup<?>>
-
- org.apache.flink.runtime.metrics.groups.GenericMetricGroup
-
- org.apache.flink.runtime.metrics.groups.GenericValueMetricGroup
-
- All Implemented Interfaces:
org.apache.flink.metrics.MetricGroup
@Internal public class GenericValueMetricGroup extends GenericMetricGroup
AGenericMetricGroupfor representing the value part of a key-value metric group pair.- See Also:
GenericKeyMetricGroup,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 protected StringcreateLogicalScope(org.apache.flink.metrics.CharacterFilter filter, char delimiter)protected voidputVariables(Map<String,String> variables)Enters all variables specific to thisAbstractMetricGroupand their associated values into the map.-
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, addGroup, addMetric, addSpan, close, counter, counter, createChildGroup, gauge, getAllVariables, getAllVariables, getLogicalScope, getLogicalScope, getMetricIdentifier, getMetricIdentifier, getMetricIdentifier, getQueryServiceMetricInfo, getScopeComponents, histogram, isClosed, meter
-
-
-
-
Method Detail
-
putVariables
protected void putVariables(Map<String,String> variables)
Description copied from class:AbstractMetricGroupEnters all variables specific to thisAbstractMetricGroupand their associated values into the map.- Overrides:
putVariablesin classAbstractMetricGroup<AbstractMetricGroup<?>>- Parameters:
variables- map to enter variables and their values into
-
createLogicalScope
protected String createLogicalScope(org.apache.flink.metrics.CharacterFilter filter, char delimiter)
- Overrides:
createLogicalScopein classAbstractMetricGroup<AbstractMetricGroup<?>>
-
-