public enum DseNodeMetric extends Enum<DseNodeMetric> implements NodeMetric
reference.conf
for a description of each metric.Enum Constant and Description |
---|
GRAPH_MESSAGES |
Modifier and Type | Method and Description |
---|---|
static DseNodeMetric |
fromPath(String path) |
String |
getPath() |
static DseNodeMetric |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DseNodeMetric[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DseNodeMetric GRAPH_MESSAGES
public static DseNodeMetric[] values()
for (DseNodeMetric c : DseNodeMetric.values()) System.out.println(c);
public static DseNodeMetric 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 null@NonNull public String getPath()
getPath
in interface NodeMetric
@NonNull public static DseNodeMetric fromPath(@NonNull String path)
Copyright © 2017–2024. All rights reserved.