public static enum BackupProtos.FullTableBackupState extends Enum<BackupProtos.FullTableBackupState>
FullTableBackupState| Enum Constant and Description | 
|---|
BACKUP_COMPLETE
BACKUP_COMPLETE = 4; | 
PRE_SNAPSHOT_TABLE
PRE_SNAPSHOT_TABLE = 1; | 
SNAPSHOT_COPY
SNAPSHOT_COPY = 3; | 
SNAPSHOT_TABLES
SNAPSHOT_TABLES = 2; | 
| Modifier and Type | Field and Description | 
|---|---|
static int | 
BACKUP_COMPLETE_VALUE
BACKUP_COMPLETE = 4; | 
static int | 
PRE_SNAPSHOT_TABLE_VALUE
PRE_SNAPSHOT_TABLE = 1; | 
static int | 
SNAPSHOT_COPY_VALUE
SNAPSHOT_COPY = 3; | 
static int | 
SNAPSHOT_TABLES_VALUE
SNAPSHOT_TABLES = 2; | 
| Modifier and Type | Method and Description | 
|---|---|
static com.google.protobuf.Descriptors.EnumDescriptor | 
getDescriptor()  | 
com.google.protobuf.Descriptors.EnumDescriptor | 
getDescriptorForType()  | 
int | 
getNumber()  | 
com.google.protobuf.Descriptors.EnumValueDescriptor | 
getValueDescriptor()  | 
static <any> | 
internalGetValueMap()  | 
static BackupProtos.FullTableBackupState | 
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)  | 
static BackupProtos.FullTableBackupState | 
valueOf(int value)  | 
static BackupProtos.FullTableBackupState | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static BackupProtos.FullTableBackupState[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final BackupProtos.FullTableBackupState PRE_SNAPSHOT_TABLE
PRE_SNAPSHOT_TABLE = 1;public static final BackupProtos.FullTableBackupState SNAPSHOT_TABLES
SNAPSHOT_TABLES = 2;public static final BackupProtos.FullTableBackupState SNAPSHOT_COPY
SNAPSHOT_COPY = 3;public static final BackupProtos.FullTableBackupState BACKUP_COMPLETE
BACKUP_COMPLETE = 4;public static final int PRE_SNAPSHOT_TABLE_VALUE
PRE_SNAPSHOT_TABLE = 1;public static final int SNAPSHOT_TABLES_VALUE
SNAPSHOT_TABLES = 2;public static final int SNAPSHOT_COPY_VALUE
SNAPSHOT_COPY = 3;public static final int BACKUP_COMPLETE_VALUE
BACKUP_COMPLETE = 4;public static BackupProtos.FullTableBackupState[] values()
for (BackupProtos.FullTableBackupState c : BackupProtos.FullTableBackupState.values()) System.out.println(c);
public static BackupProtos.FullTableBackupState 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 final int getNumber()
public static BackupProtos.FullTableBackupState valueOf(int value)
public static <any> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static BackupProtos.FullTableBackupState valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)