public static enum Statistics.Label extends Enum<Statistics.Label>
Enum Constant and Description |
---|
INDICES_ADDED |
INDICES_DELETED |
LABELS_ADDED |
NODES_CREATED |
NODES_DELETED |
PROPERTIES_SET |
QUERY_INTERNAL_EXECUTION_TIME |
RELATIONSHIPS_CREATED |
RELATIONSHIPS_DELETED |
Modifier and Type | Method and Description |
---|---|
static Statistics.Label |
getEnum(String value)
Get a Label by label text
|
String |
toString() |
static Statistics.Label |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Statistics.Label[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Statistics.Label LABELS_ADDED
public static final Statistics.Label INDICES_ADDED
public static final Statistics.Label INDICES_DELETED
public static final Statistics.Label NODES_CREATED
public static final Statistics.Label NODES_DELETED
public static final Statistics.Label RELATIONSHIPS_DELETED
public static final Statistics.Label PROPERTIES_SET
public static final Statistics.Label RELATIONSHIPS_CREATED
public static final Statistics.Label QUERY_INTERNAL_EXECUTION_TIME
public static Statistics.Label[] values()
for (Statistics.Label c : Statistics.Label.values()) System.out.println(c);
public static Statistics.Label 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 nullpublic String toString()
toString
in class Enum<Statistics.Label>
public static Statistics.Label getEnum(String value)
value
- label textCopyright © 2020 RedisLabs. All rights reserved.