public static enum MasterProcedureProtos.ModifyTableState extends Enum<MasterProcedureProtos.ModifyTableState> implements com.google.protobuf.ProtocolMessageEnum
ModifyTableState
Enum Constant and Description |
---|
MODIFY_TABLE_DELETE_FS_LAYOUT
MODIFY_TABLE_DELETE_FS_LAYOUT = 5; |
MODIFY_TABLE_POST_OPERATION
MODIFY_TABLE_POST_OPERATION = 6; |
MODIFY_TABLE_PRE_OPERATION
MODIFY_TABLE_PRE_OPERATION = 2; |
MODIFY_TABLE_PREPARE
MODIFY_TABLE_PREPARE = 1; |
MODIFY_TABLE_REMOVE_REPLICA_COLUMN
MODIFY_TABLE_REMOVE_REPLICA_COLUMN = 4; |
MODIFY_TABLE_REOPEN_ALL_REGIONS
MODIFY_TABLE_REOPEN_ALL_REGIONS = 7; |
MODIFY_TABLE_UPDATE_TABLE_DESCRIPTOR
MODIFY_TABLE_UPDATE_TABLE_DESCRIPTOR = 3; |
Modifier and Type | Field and Description |
---|---|
static int |
MODIFY_TABLE_DELETE_FS_LAYOUT_VALUE
MODIFY_TABLE_DELETE_FS_LAYOUT = 5; |
static int |
MODIFY_TABLE_POST_OPERATION_VALUE
MODIFY_TABLE_POST_OPERATION = 6; |
static int |
MODIFY_TABLE_PRE_OPERATION_VALUE
MODIFY_TABLE_PRE_OPERATION = 2; |
static int |
MODIFY_TABLE_PREPARE_VALUE
MODIFY_TABLE_PREPARE = 1; |
static int |
MODIFY_TABLE_REMOVE_REPLICA_COLUMN_VALUE
MODIFY_TABLE_REMOVE_REPLICA_COLUMN = 4; |
static int |
MODIFY_TABLE_REOPEN_ALL_REGIONS_VALUE
MODIFY_TABLE_REOPEN_ALL_REGIONS = 7; |
static int |
MODIFY_TABLE_UPDATE_TABLE_DESCRIPTOR_VALUE
MODIFY_TABLE_UPDATE_TABLE_DESCRIPTOR = 3; |
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 com.google.protobuf.Internal.EnumLiteMap<MasterProcedureProtos.ModifyTableState> |
internalGetValueMap() |
static MasterProcedureProtos.ModifyTableState |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static MasterProcedureProtos.ModifyTableState |
valueOf(int value) |
static MasterProcedureProtos.ModifyTableState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MasterProcedureProtos.ModifyTableState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MasterProcedureProtos.ModifyTableState MODIFY_TABLE_PREPARE
MODIFY_TABLE_PREPARE = 1;
public static final MasterProcedureProtos.ModifyTableState MODIFY_TABLE_PRE_OPERATION
MODIFY_TABLE_PRE_OPERATION = 2;
public static final MasterProcedureProtos.ModifyTableState MODIFY_TABLE_UPDATE_TABLE_DESCRIPTOR
MODIFY_TABLE_UPDATE_TABLE_DESCRIPTOR = 3;
public static final MasterProcedureProtos.ModifyTableState MODIFY_TABLE_REMOVE_REPLICA_COLUMN
MODIFY_TABLE_REMOVE_REPLICA_COLUMN = 4;
public static final MasterProcedureProtos.ModifyTableState MODIFY_TABLE_DELETE_FS_LAYOUT
MODIFY_TABLE_DELETE_FS_LAYOUT = 5;
public static final MasterProcedureProtos.ModifyTableState MODIFY_TABLE_POST_OPERATION
MODIFY_TABLE_POST_OPERATION = 6;
public static final MasterProcedureProtos.ModifyTableState MODIFY_TABLE_REOPEN_ALL_REGIONS
MODIFY_TABLE_REOPEN_ALL_REGIONS = 7;
public static final int MODIFY_TABLE_PREPARE_VALUE
MODIFY_TABLE_PREPARE = 1;
public static final int MODIFY_TABLE_PRE_OPERATION_VALUE
MODIFY_TABLE_PRE_OPERATION = 2;
public static final int MODIFY_TABLE_UPDATE_TABLE_DESCRIPTOR_VALUE
MODIFY_TABLE_UPDATE_TABLE_DESCRIPTOR = 3;
public static final int MODIFY_TABLE_REMOVE_REPLICA_COLUMN_VALUE
MODIFY_TABLE_REMOVE_REPLICA_COLUMN = 4;
public static final int MODIFY_TABLE_DELETE_FS_LAYOUT_VALUE
MODIFY_TABLE_DELETE_FS_LAYOUT = 5;
public static final int MODIFY_TABLE_POST_OPERATION_VALUE
MODIFY_TABLE_POST_OPERATION = 6;
public static final int MODIFY_TABLE_REOPEN_ALL_REGIONS_VALUE
MODIFY_TABLE_REOPEN_ALL_REGIONS = 7;
public static MasterProcedureProtos.ModifyTableState[] values()
for (MasterProcedureProtos.ModifyTableState c : MasterProcedureProtos.ModifyTableState.values()) System.out.println(c);
public static MasterProcedureProtos.ModifyTableState 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()
getNumber
in interface com.google.protobuf.Internal.EnumLite
getNumber
in interface com.google.protobuf.ProtocolMessageEnum
public static MasterProcedureProtos.ModifyTableState valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<MasterProcedureProtos.ModifyTableState> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor
in interface com.google.protobuf.ProtocolMessageEnum
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.ProtocolMessageEnum
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static MasterProcedureProtos.ModifyTableState valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.