public static enum MasterProcedureProtos.RestoreSnapshotState extends Enum<MasterProcedureProtos.RestoreSnapshotState> implements org.apache.hbase.thirdparty.com.google.protobuf.ProtocolMessageEnum
hbase.pb.RestoreSnapshotState| 枚举常量和说明 |
|---|
RESTORE_SNAPSHOT_PRE_OPERATION
RESTORE_SNAPSHOT_PRE_OPERATION = 1; |
RESTORE_SNAPSHOT_RESTORE_ACL
RESTORE_SNAPSHOT_RESTORE_ACL = 5; |
RESTORE_SNAPSHOT_UPDATE_META
RESTORE_SNAPSHOT_UPDATE_META = 4; |
RESTORE_SNAPSHOT_UPDATE_TABLE_DESCRIPTOR
RESTORE_SNAPSHOT_UPDATE_TABLE_DESCRIPTOR = 2; |
RESTORE_SNAPSHOT_WRITE_FS_LAYOUT
RESTORE_SNAPSHOT_WRITE_FS_LAYOUT = 3; |
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
RESTORE_SNAPSHOT_PRE_OPERATION_VALUE
RESTORE_SNAPSHOT_PRE_OPERATION = 1; |
static int |
RESTORE_SNAPSHOT_RESTORE_ACL_VALUE
RESTORE_SNAPSHOT_RESTORE_ACL = 5; |
static int |
RESTORE_SNAPSHOT_UPDATE_META_VALUE
RESTORE_SNAPSHOT_UPDATE_META = 4; |
static int |
RESTORE_SNAPSHOT_UPDATE_TABLE_DESCRIPTOR_VALUE
RESTORE_SNAPSHOT_UPDATE_TABLE_DESCRIPTOR = 2; |
static int |
RESTORE_SNAPSHOT_WRITE_FS_LAYOUT_VALUE
RESTORE_SNAPSHOT_WRITE_FS_LAYOUT = 3; |
| 限定符和类型 | 方法和说明 |
|---|---|
static MasterProcedureProtos.RestoreSnapshotState |
forNumber(int value) |
static org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static org.apache.hbase.thirdparty.com.google.protobuf.Internal.EnumLiteMap<MasterProcedureProtos.RestoreSnapshotState> |
internalGetValueMap() |
static MasterProcedureProtos.RestoreSnapshotState |
valueOf(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static MasterProcedureProtos.RestoreSnapshotState |
valueOf(int value)
已过时。
Use
forNumber(int) instead. |
static MasterProcedureProtos.RestoreSnapshotState |
valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static MasterProcedureProtos.RestoreSnapshotState[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final MasterProcedureProtos.RestoreSnapshotState RESTORE_SNAPSHOT_PRE_OPERATION
RESTORE_SNAPSHOT_PRE_OPERATION = 1;public static final MasterProcedureProtos.RestoreSnapshotState RESTORE_SNAPSHOT_UPDATE_TABLE_DESCRIPTOR
RESTORE_SNAPSHOT_UPDATE_TABLE_DESCRIPTOR = 2;public static final MasterProcedureProtos.RestoreSnapshotState RESTORE_SNAPSHOT_WRITE_FS_LAYOUT
RESTORE_SNAPSHOT_WRITE_FS_LAYOUT = 3;public static final MasterProcedureProtos.RestoreSnapshotState RESTORE_SNAPSHOT_UPDATE_META
RESTORE_SNAPSHOT_UPDATE_META = 4;public static final MasterProcedureProtos.RestoreSnapshotState RESTORE_SNAPSHOT_RESTORE_ACL
RESTORE_SNAPSHOT_RESTORE_ACL = 5;public static final int RESTORE_SNAPSHOT_PRE_OPERATION_VALUE
RESTORE_SNAPSHOT_PRE_OPERATION = 1;public static final int RESTORE_SNAPSHOT_UPDATE_TABLE_DESCRIPTOR_VALUE
RESTORE_SNAPSHOT_UPDATE_TABLE_DESCRIPTOR = 2;public static final int RESTORE_SNAPSHOT_WRITE_FS_LAYOUT_VALUE
RESTORE_SNAPSHOT_WRITE_FS_LAYOUT = 3;public static final int RESTORE_SNAPSHOT_UPDATE_META_VALUE
RESTORE_SNAPSHOT_UPDATE_META = 4;public static final int RESTORE_SNAPSHOT_RESTORE_ACL_VALUE
RESTORE_SNAPSHOT_RESTORE_ACL = 5;public static MasterProcedureProtos.RestoreSnapshotState[] values()
for (MasterProcedureProtos.RestoreSnapshotState c : MasterProcedureProtos.RestoreSnapshotState.values()) System.out.println(c);
public static MasterProcedureProtos.RestoreSnapshotState valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值public final int getNumber()
getNumber 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.Internal.EnumLitegetNumber 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.ProtocolMessageEnum@Deprecated public static MasterProcedureProtos.RestoreSnapshotState valueOf(int value)
forNumber(int) instead.public static MasterProcedureProtos.RestoreSnapshotState forNumber(int value)
public static org.apache.hbase.thirdparty.com.google.protobuf.Internal.EnumLiteMap<MasterProcedureProtos.RestoreSnapshotState> internalGetValueMap()
public final org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.ProtocolMessageEnumpublic final org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType 在接口中 org.apache.hbase.thirdparty.com.google.protobuf.ProtocolMessageEnumpublic static final org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static MasterProcedureProtos.RestoreSnapshotState valueOf(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2007–2019. All rights reserved.