|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<MigrationEvent.MigrationStatus> com.hazelcast.core.MigrationEvent.MigrationStatus
public static enum MigrationEvent.MigrationStatus
Migration status: Started, completed or failed
Enum Constant Summary | |
---|---|
COMPLETED
Migration has been completed |
|
FAILED
Migration has failed |
|
STARTED
Migration has been started |
Method Summary | |
---|---|
static MigrationEvent.MigrationStatus |
readFrom(DataInput in)
|
static MigrationEvent.MigrationStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static MigrationEvent.MigrationStatus[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
static void |
writeTo(MigrationEvent.MigrationStatus status,
DataOutput out)
|
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final MigrationEvent.MigrationStatus STARTED
public static final MigrationEvent.MigrationStatus COMPLETED
public static final MigrationEvent.MigrationStatus FAILED
Method Detail |
---|
public static MigrationEvent.MigrationStatus[] values()
for (MigrationEvent.MigrationStatus c : MigrationEvent.MigrationStatus.values()) System.out.println(c);
public static MigrationEvent.MigrationStatus valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic static void writeTo(MigrationEvent.MigrationStatus status, DataOutput out) throws IOException
IOException
public static MigrationEvent.MigrationStatus readFrom(DataInput in) throws IOException
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |