public static enum PersistenceManager.LockPhase extends java.lang.Enum<PersistenceManager.LockPhase>
| Enum Constant and Description |
|---|
GOV_LOCK_CIS |
GOV_LOCK_CIS_TO_REDIS_TRANSITION |
GOV_LOCK_REDIS |
GOV_LOCK_REDIS_TO_CIS_ROLLBACK |
| Modifier and Type | Method and Description |
|---|---|
static PersistenceManager.LockPhase |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PersistenceManager.LockPhase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PersistenceManager.LockPhase GOV_LOCK_CIS
public static final PersistenceManager.LockPhase GOV_LOCK_CIS_TO_REDIS_TRANSITION
public static final PersistenceManager.LockPhase GOV_LOCK_REDIS
public static final PersistenceManager.LockPhase GOV_LOCK_REDIS_TO_CIS_ROLLBACK
public static PersistenceManager.LockPhase[] values()
for (PersistenceManager.LockPhase c : PersistenceManager.LockPhase.values()) System.out.println(c);
public static PersistenceManager.LockPhase valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null