public enum OperationPriority extends Enum<OperationPriority>
Enum Constant and Description |
---|
CUSTOM |
DIRECT |
LIVENESS |
MONITORING |
REGULAR |
Modifier and Type | Method and Description |
---|---|
static OperationPriority |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperationPriority[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OperationPriority REGULAR
public static final OperationPriority MONITORING
public static final OperationPriority LIVENESS
public static final OperationPriority CUSTOM
public static final OperationPriority DIRECT
public static OperationPriority[] values()
for (OperationPriority c : OperationPriority.values()) System.out.println(c);
public static OperationPriority 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 © GigaSpaces.