public enum Step extends Enum<Step>
Enum Constant and Description |
---|
COPY_CHUNKS |
CREATE_NEW_TOPOLOGY |
DELETE_CHUNKS |
Drain |
INFORM_TOPOLOGY_CHANGE |
KILL_INSTANCES |
Quiesce |
REVERT_PU_METADATA |
REVERT_TOPOLOGY |
SET_NEW_TOPOLOGY |
Start |
TRIGGER_INSTANCES_INITIATION |
UNQUIESCE |
UNQUIESCE_ON_ROLLBACK |
Modifier and Type | Method and Description |
---|---|
static Step |
convertToStep(int ordinal) |
static Step |
convertToStep(String step) |
String |
getName() |
String |
toString() |
static Step |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Step[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Step Start
public static final Step Quiesce
public static final Step Drain
public static final Step CREATE_NEW_TOPOLOGY
public static final Step TRIGGER_INSTANCES_INITIATION
public static final Step COPY_CHUNKS
public static final Step DELETE_CHUNKS
public static final Step SET_NEW_TOPOLOGY
public static final Step INFORM_TOPOLOGY_CHANGE
public static final Step UNQUIESCE
public static final Step REVERT_PU_METADATA
public static final Step KILL_INSTANCES
public static final Step REVERT_TOPOLOGY
public static final Step UNQUIESCE_ON_ROLLBACK
public static Step[] values()
for (Step c : Step.values()) System.out.println(c);
public static Step 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 getName()
public static Step convertToStep(int ordinal)
Copyright © GigaSpaces.