protected static enum QuiesceHandler.Status extends Enum<QuiesceHandler.Status>
| Enum Constant and Description | 
|---|
DEMOTING  | 
DISCONNECTED  | 
QUIESCED  | 
| Modifier and Type | Method and Description | 
|---|---|
static QuiesceHandler.Status | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static QuiesceHandler.Status[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final QuiesceHandler.Status DISCONNECTED
public static final QuiesceHandler.Status DEMOTING
public static final QuiesceHandler.Status QUIESCED
public static QuiesceHandler.Status[] values()
for (QuiesceHandler.Status c : QuiesceHandler.Status.values()) System.out.println(c);
public static QuiesceHandler.Status 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.