public static enum StreamSummaryContainer.Stat extends Enum<StreamSummaryContainer.Stat>
Enum Constant and Description |
---|
LOCAL_GET |
LOCAL_PUT |
MOST_CONTENDED_KEYS |
MOST_FAILED_KEYS |
MOST_LOCKED_KEYS |
MOST_WRITE_SKEW_FAILED_KEYS |
REMOTE_GET |
REMOTE_PUT |
Modifier and Type | Method and Description |
---|---|
static StreamSummaryContainer.Stat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StreamSummaryContainer.Stat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StreamSummaryContainer.Stat REMOTE_GET
public static final StreamSummaryContainer.Stat LOCAL_GET
public static final StreamSummaryContainer.Stat REMOTE_PUT
public static final StreamSummaryContainer.Stat LOCAL_PUT
public static final StreamSummaryContainer.Stat MOST_LOCKED_KEYS
public static final StreamSummaryContainer.Stat MOST_CONTENDED_KEYS
public static final StreamSummaryContainer.Stat MOST_FAILED_KEYS
public static final StreamSummaryContainer.Stat MOST_WRITE_SKEW_FAILED_KEYS
public static StreamSummaryContainer.Stat[] values()
for (StreamSummaryContainer.Stat c : StreamSummaryContainer.Stat.values()) System.out.println(c);
public static StreamSummaryContainer.Stat 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 © 2014 JBoss, a division of Red Hat. All Rights Reserved.