public static enum MasterProcedureProtos.DeleteTableState extends Enum<MasterProcedureProtos.DeleteTableState> implements com.google.protobuf.ProtocolMessageEnum
DeleteTableState
Enum Constant and Description |
---|
DELETE_TABLE_CLEAR_FS_LAYOUT
DELETE_TABLE_CLEAR_FS_LAYOUT = 3; |
DELETE_TABLE_POST_OPERATION
DELETE_TABLE_POST_OPERATION = 6; |
DELETE_TABLE_PRE_OPERATION
DELETE_TABLE_PRE_OPERATION = 1; |
DELETE_TABLE_REMOVE_FROM_META
DELETE_TABLE_REMOVE_FROM_META = 2; |
DELETE_TABLE_UNASSIGN_REGIONS
DELETE_TABLE_UNASSIGN_REGIONS = 5; |
DELETE_TABLE_UPDATE_DESC_CACHE
DELETE_TABLE_UPDATE_DESC_CACHE = 4; |
Modifier and Type | Field and Description |
---|---|
static int |
DELETE_TABLE_CLEAR_FS_LAYOUT_VALUE
DELETE_TABLE_CLEAR_FS_LAYOUT = 3; |
static int |
DELETE_TABLE_POST_OPERATION_VALUE
DELETE_TABLE_POST_OPERATION = 6; |
static int |
DELETE_TABLE_PRE_OPERATION_VALUE
DELETE_TABLE_PRE_OPERATION = 1; |
static int |
DELETE_TABLE_REMOVE_FROM_META_VALUE
DELETE_TABLE_REMOVE_FROM_META = 2; |
static int |
DELETE_TABLE_UNASSIGN_REGIONS_VALUE
DELETE_TABLE_UNASSIGN_REGIONS = 5; |
static int |
DELETE_TABLE_UPDATE_DESC_CACHE_VALUE
DELETE_TABLE_UPDATE_DESC_CACHE = 4; |
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.DeleteTableState> |
internalGetValueMap() |
static MasterProcedureProtos.DeleteTableState |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static MasterProcedureProtos.DeleteTableState |
valueOf(int value) |
static MasterProcedureProtos.DeleteTableState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MasterProcedureProtos.DeleteTableState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MasterProcedureProtos.DeleteTableState DELETE_TABLE_PRE_OPERATION
DELETE_TABLE_PRE_OPERATION = 1;
public static final MasterProcedureProtos.DeleteTableState DELETE_TABLE_REMOVE_FROM_META
DELETE_TABLE_REMOVE_FROM_META = 2;
public static final MasterProcedureProtos.DeleteTableState DELETE_TABLE_CLEAR_FS_LAYOUT
DELETE_TABLE_CLEAR_FS_LAYOUT = 3;
public static final MasterProcedureProtos.DeleteTableState DELETE_TABLE_UPDATE_DESC_CACHE
DELETE_TABLE_UPDATE_DESC_CACHE = 4;
public static final MasterProcedureProtos.DeleteTableState DELETE_TABLE_UNASSIGN_REGIONS
DELETE_TABLE_UNASSIGN_REGIONS = 5;
public static final MasterProcedureProtos.DeleteTableState DELETE_TABLE_POST_OPERATION
DELETE_TABLE_POST_OPERATION = 6;
public static final int DELETE_TABLE_PRE_OPERATION_VALUE
DELETE_TABLE_PRE_OPERATION = 1;
public static final int DELETE_TABLE_REMOVE_FROM_META_VALUE
DELETE_TABLE_REMOVE_FROM_META = 2;
public static final int DELETE_TABLE_CLEAR_FS_LAYOUT_VALUE
DELETE_TABLE_CLEAR_FS_LAYOUT = 3;
public static final int DELETE_TABLE_UPDATE_DESC_CACHE_VALUE
DELETE_TABLE_UPDATE_DESC_CACHE = 4;
public static final int DELETE_TABLE_UNASSIGN_REGIONS_VALUE
DELETE_TABLE_UNASSIGN_REGIONS = 5;
public static final int DELETE_TABLE_POST_OPERATION_VALUE
DELETE_TABLE_POST_OPERATION = 6;
public static MasterProcedureProtos.DeleteTableState[] values()
for (MasterProcedureProtos.DeleteTableState c : MasterProcedureProtos.DeleteTableState.values()) System.out.println(c);
public static MasterProcedureProtos.DeleteTableState 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.DeleteTableState valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<MasterProcedureProtos.DeleteTableState> 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.DeleteTableState valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.