public static enum ReplUtils.MetricName extends Enum<ReplUtils.MetricName>
| Enum Constant and Description |
|---|
ENTITIES |
EVENTS |
FUNCTIONS |
POLICIES |
TABLES |
| Modifier and Type | Method and Description |
|---|---|
static ReplUtils.MetricName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReplUtils.MetricName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReplUtils.MetricName TABLES
public static final ReplUtils.MetricName FUNCTIONS
public static final ReplUtils.MetricName EVENTS
public static final ReplUtils.MetricName POLICIES
public static final ReplUtils.MetricName ENTITIES
public static ReplUtils.MetricName[] values()
for (ReplUtils.MetricName c : ReplUtils.MetricName.values()) System.out.println(c);
public static ReplUtils.MetricName valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2022 The Apache Software Foundation. All rights reserved.