Uses of Class
org.apache.flink.runtime.metrics.groups.AbstractMetricGroup.ChildType
-
Packages that use AbstractMetricGroup.ChildType Package Description org.apache.flink.runtime.metrics.groups -
-
Uses of AbstractMetricGroup.ChildType in org.apache.flink.runtime.metrics.groups
Methods in org.apache.flink.runtime.metrics.groups that return AbstractMetricGroup.ChildType Modifier and Type Method Description static AbstractMetricGroup.ChildTypeAbstractMetricGroup.ChildType. valueOf(String name)Returns the enum constant of this type with the specified name.static AbstractMetricGroup.ChildType[]AbstractMetricGroup.ChildType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.flink.runtime.metrics.groups with parameters of type AbstractMetricGroup.ChildType Modifier and Type Method Description protected GenericMetricGroupAbstractMetricGroup. createChildGroup(String name, AbstractMetricGroup.ChildType childType)protected GenericMetricGroupGenericKeyMetricGroup. createChildGroup(String name, AbstractMetricGroup.ChildType childType)
-