Package | Description |
---|---|
org.apache.flink.runtime.metrics.groups |
Modifier and Type | Method and Description |
---|---|
static AbstractMetricGroup.ChildType |
AbstractMetricGroup.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.
|
Modifier and Type | Method and Description |
---|---|
protected GenericMetricGroup |
AbstractMetricGroup.createChildGroup(String name,
AbstractMetricGroup.ChildType childType) |
protected GenericMetricGroup |
GenericKeyMetricGroup.createChildGroup(String name,
AbstractMetricGroup.ChildType childType) |
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.