public static enum Constants.RedoType extends Enum<Constants.RedoType>
Modifier and Type | Method and Description |
---|---|
byte |
getCode() |
static Constants.RedoType |
getRedoType(int code) |
static Constants.RedoType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Constants.RedoType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Constants.RedoType REDO_UNKNOWN
public static final Constants.RedoType REDO_PARTITION_MIGRATING
public static final Constants.RedoType REDO_MEMBER_UNKNOWN
public static final Constants.RedoType REDO_TARGET_WRONG
public static final Constants.RedoType REDO_TARGET_UNKNOWN
public static final Constants.RedoType REDO_TARGET_DEAD
public static final Constants.RedoType REDO_CONNECTION_NOT_ALIVE
public static final Constants.RedoType REDO_PACKET_NOT_SENT
public static final Constants.RedoType REDO_MAP_LOCKED
public static final Constants.RedoType REDO_MAP_OVER_CAPACITY
public static final Constants.RedoType REDO_QUEUE_NOT_MASTER
public static final Constants.RedoType REDO_QUEUE_NOT_READY
public static Constants.RedoType[] values()
for (Constants.RedoType c : Constants.RedoType.values()) System.out.println(c);
public static Constants.RedoType 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 static Constants.RedoType getRedoType(int code)
public byte getCode()
Copyright © 2013 Hazelcast, Inc.. All rights reserved.