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
A
GenericMetricGroup for representing the value part of a key-value metric group pair.- See Also:
-
GenericKeyMetricGroupMetricGroup.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 TypeMethodDescriptionprotected 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, getGroupNameMethods 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, 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
-
Method Details
-
putVariables
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<?>>
-