public static enum ClusterBackup.State extends Enum<ClusterBackup.State>
| Enum Constant and Description |
|---|
BACKING_UP |
BACKUP_QUERY |
INIT |
LIVE_LOG_REPLAY |
RESET_BACKUP |
SNAPSHOT_LENGTH_RETRIEVE |
SNAPSHOT_RETRIEVE |
UPDATE_RECORDING_LOG |
| Modifier and Type | Method and Description |
|---|---|
int |
code()
Code which represents the
ClusterBackup.State as an int. |
static ClusterBackup.State |
get(long code)
Get the
ClusterBackup.State with matching code(). |
static ClusterBackup.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClusterBackup.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClusterBackup.State INIT
public static final ClusterBackup.State BACKUP_QUERY
public static final ClusterBackup.State SNAPSHOT_LENGTH_RETRIEVE
public static final ClusterBackup.State SNAPSHOT_RETRIEVE
public static final ClusterBackup.State LIVE_LOG_REPLAY
public static final ClusterBackup.State UPDATE_RECORDING_LOG
public static final ClusterBackup.State RESET_BACKUP
public static final ClusterBackup.State BACKING_UP
public static ClusterBackup.State[] values()
for (ClusterBackup.State c : ClusterBackup.State.values()) System.out.println(c);
public static ClusterBackup.State 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 int code()
ClusterBackup.State as an int.ClusterBackup.State as an int.public static ClusterBackup.State get(long code)
ClusterBackup.State with matching code().code - to lookup.ClusterBackup.State with matching code().Copyright © 2014-2020 Real Logic Limited. All Rights Reserved.