Uses of Class
org.apache.flink.runtime.metrics.groups.GenericMetricGroup
-
Packages that use GenericMetricGroup Package Description org.apache.flink.runtime.metrics.groups -
-
Uses of GenericMetricGroup in org.apache.flink.runtime.metrics.groups
Subclasses of GenericMetricGroup in org.apache.flink.runtime.metrics.groups Modifier and Type Class Description classGenericKeyMetricGroupAGenericMetricGroupfor representing the key part of a key-value metric group pair.classGenericValueMetricGroupAGenericMetricGroupfor representing the value part of a key-value metric group pair.Methods in org.apache.flink.runtime.metrics.groups that return GenericMetricGroup Modifier and Type Method Description protected GenericMetricGroupAbstractMetricGroup. createChildGroup(String name, AbstractMetricGroup.ChildType childType)protected GenericMetricGroupGenericKeyMetricGroup. createChildGroup(String name, AbstractMetricGroup.ChildType childType)
-