public static enum SharedNothingBackupQuorum.BACKUP_ACTIVATION extends Enum<SharedNothingBackupQuorum.BACKUP_ACTIVATION>
| Enum Constant and Description |
|---|
ALREADY_REPLICATING |
FAIL_OVER |
FAILURE_REPLICATING |
STOP |
| Modifier and Type | Method and Description |
|---|---|
static SharedNothingBackupQuorum.BACKUP_ACTIVATION |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SharedNothingBackupQuorum.BACKUP_ACTIVATION[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SharedNothingBackupQuorum.BACKUP_ACTIVATION FAIL_OVER
public static final SharedNothingBackupQuorum.BACKUP_ACTIVATION FAILURE_REPLICATING
public static final SharedNothingBackupQuorum.BACKUP_ACTIVATION ALREADY_REPLICATING
public static final SharedNothingBackupQuorum.BACKUP_ACTIVATION STOP
public static SharedNothingBackupQuorum.BACKUP_ACTIVATION[] values()
for (SharedNothingBackupQuorum.BACKUP_ACTIVATION c : SharedNothingBackupQuorum.BACKUP_ACTIVATION.values()) System.out.println(c);
public static SharedNothingBackupQuorum.BACKUP_ACTIVATION 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 © 2018 JBoss by Red Hat. All rights reserved.