public static enum VoldemortConnection.Statistic extends java.lang.Enum<VoldemortConnection.Statistic>
Enum Constant and Description |
---|
NUMBER_OF_CTEQ_AUDIO_FILES |
NUMBER_OF_CTEQ_FINGERPRINTS |
NUMBER_OF_CTEQ_SECONDS_FINGERPRINTED |
Modifier and Type | Method and Description |
---|---|
static VoldemortConnection.Statistic |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VoldemortConnection.Statistic[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VoldemortConnection.Statistic NUMBER_OF_CTEQ_FINGERPRINTS
public static final VoldemortConnection.Statistic NUMBER_OF_CTEQ_SECONDS_FINGERPRINTED
public static final VoldemortConnection.Statistic NUMBER_OF_CTEQ_AUDIO_FILES
public static VoldemortConnection.Statistic[] values()
for (VoldemortConnection.Statistic c : VoldemortConnection.Statistic.values()) System.out.println(c);
public static VoldemortConnection.Statistic valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is null