public static enum MasterProcedureProtos.ServerCrashState extends Enum<MasterProcedureProtos.ServerCrashState> implements org.apache.hbase.thirdparty.com.google.protobuf.ProtocolMessageEnum
hbase.pb.ServerCrashState| Enum Constant and Description |
|---|
SERVER_CRASH_ASSIGN
Removed SERVER_CRASH_PREPARE_LOG_REPLAY = 6;
Removed SERVER_CRASH_CALC_REGIONS_TO_ASSIGN = 7;
|
SERVER_CRASH_ASSIGN_META
SERVER_CRASH_ASSIGN_META = 11; |
SERVER_CRASH_FINISH
SERVER_CRASH_FINISH = 100; |
SERVER_CRASH_GET_REGIONS
SERVER_CRASH_GET_REGIONS = 3; |
SERVER_CRASH_HANDLE_RIT2
Deprecated.
|
SERVER_CRASH_NO_SPLIT_LOGS
Deprecated.
|
SERVER_CRASH_PROCESS_META
Deprecated.
|
SERVER_CRASH_SPLIT_LOGS
SERVER_CRASH_SPLIT_LOGS = 5; |
SERVER_CRASH_SPLIT_META_LOGS
SERVER_CRASH_SPLIT_META_LOGS = 10; |
SERVER_CRASH_START
SERVER_CRASH_START = 1; |
SERVER_CRASH_WAIT_ON_ASSIGN
SERVER_CRASH_WAIT_ON_ASSIGN = 9; |
| Modifier and Type | Field and Description |
|---|---|
static int |
SERVER_CRASH_ASSIGN_META_VALUE
SERVER_CRASH_ASSIGN_META = 11; |
static int |
SERVER_CRASH_ASSIGN_VALUE
Removed SERVER_CRASH_PREPARE_LOG_REPLAY = 6;
Removed SERVER_CRASH_CALC_REGIONS_TO_ASSIGN = 7;
|
static int |
SERVER_CRASH_FINISH_VALUE
SERVER_CRASH_FINISH = 100; |
static int |
SERVER_CRASH_GET_REGIONS_VALUE
SERVER_CRASH_GET_REGIONS = 3; |
static int |
SERVER_CRASH_HANDLE_RIT2_VALUE
SERVER_CRASH_HANDLE_RIT2 = 20 [deprecated = true]; |
static int |
SERVER_CRASH_NO_SPLIT_LOGS_VALUE
SERVER_CRASH_NO_SPLIT_LOGS = 4 [deprecated = true]; |
static int |
SERVER_CRASH_PROCESS_META_VALUE
SERVER_CRASH_PROCESS_META = 2 [deprecated = true]; |
static int |
SERVER_CRASH_SPLIT_LOGS_VALUE
SERVER_CRASH_SPLIT_LOGS = 5; |
static int |
SERVER_CRASH_SPLIT_META_LOGS_VALUE
SERVER_CRASH_SPLIT_META_LOGS = 10; |
static int |
SERVER_CRASH_START_VALUE
SERVER_CRASH_START = 1; |
static int |
SERVER_CRASH_WAIT_ON_ASSIGN_VALUE
SERVER_CRASH_WAIT_ON_ASSIGN = 9; |
| Modifier and Type | Method and Description |
|---|---|
static MasterProcedureProtos.ServerCrashState |
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.ServerCrashState> |
internalGetValueMap() |
static MasterProcedureProtos.ServerCrashState |
valueOf(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static MasterProcedureProtos.ServerCrashState |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static MasterProcedureProtos.ServerCrashState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MasterProcedureProtos.ServerCrashState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MasterProcedureProtos.ServerCrashState SERVER_CRASH_START
SERVER_CRASH_START = 1;@Deprecated public static final MasterProcedureProtos.ServerCrashState SERVER_CRASH_PROCESS_META
SERVER_CRASH_PROCESS_META = 2 [deprecated = true];public static final MasterProcedureProtos.ServerCrashState SERVER_CRASH_GET_REGIONS
SERVER_CRASH_GET_REGIONS = 3;@Deprecated public static final MasterProcedureProtos.ServerCrashState SERVER_CRASH_NO_SPLIT_LOGS
SERVER_CRASH_NO_SPLIT_LOGS = 4 [deprecated = true];public static final MasterProcedureProtos.ServerCrashState SERVER_CRASH_SPLIT_LOGS
SERVER_CRASH_SPLIT_LOGS = 5;public static final MasterProcedureProtos.ServerCrashState SERVER_CRASH_ASSIGN
Removed SERVER_CRASH_PREPARE_LOG_REPLAY = 6; Removed SERVER_CRASH_CALC_REGIONS_TO_ASSIGN = 7;
SERVER_CRASH_ASSIGN = 8;public static final MasterProcedureProtos.ServerCrashState SERVER_CRASH_WAIT_ON_ASSIGN
SERVER_CRASH_WAIT_ON_ASSIGN = 9;public static final MasterProcedureProtos.ServerCrashState SERVER_CRASH_SPLIT_META_LOGS
SERVER_CRASH_SPLIT_META_LOGS = 10;public static final MasterProcedureProtos.ServerCrashState SERVER_CRASH_ASSIGN_META
SERVER_CRASH_ASSIGN_META = 11;@Deprecated public static final MasterProcedureProtos.ServerCrashState SERVER_CRASH_HANDLE_RIT2
SERVER_CRASH_HANDLE_RIT2 = 20 [deprecated = true];public static final MasterProcedureProtos.ServerCrashState SERVER_CRASH_FINISH
SERVER_CRASH_FINISH = 100;public static final int SERVER_CRASH_START_VALUE
SERVER_CRASH_START = 1;public static final int SERVER_CRASH_PROCESS_META_VALUE
SERVER_CRASH_PROCESS_META = 2 [deprecated = true];public static final int SERVER_CRASH_GET_REGIONS_VALUE
SERVER_CRASH_GET_REGIONS = 3;public static final int SERVER_CRASH_NO_SPLIT_LOGS_VALUE
SERVER_CRASH_NO_SPLIT_LOGS = 4 [deprecated = true];public static final int SERVER_CRASH_SPLIT_LOGS_VALUE
SERVER_CRASH_SPLIT_LOGS = 5;public static final int SERVER_CRASH_ASSIGN_VALUE
Removed SERVER_CRASH_PREPARE_LOG_REPLAY = 6; Removed SERVER_CRASH_CALC_REGIONS_TO_ASSIGN = 7;
SERVER_CRASH_ASSIGN = 8;public static final int SERVER_CRASH_WAIT_ON_ASSIGN_VALUE
SERVER_CRASH_WAIT_ON_ASSIGN = 9;public static final int SERVER_CRASH_SPLIT_META_LOGS_VALUE
SERVER_CRASH_SPLIT_META_LOGS = 10;public static final int SERVER_CRASH_ASSIGN_META_VALUE
SERVER_CRASH_ASSIGN_META = 11;public static final int SERVER_CRASH_HANDLE_RIT2_VALUE
SERVER_CRASH_HANDLE_RIT2 = 20 [deprecated = true];public static final int SERVER_CRASH_FINISH_VALUE
SERVER_CRASH_FINISH = 100;public static MasterProcedureProtos.ServerCrashState[] values()
for (MasterProcedureProtos.ServerCrashState c : MasterProcedureProtos.ServerCrashState.values()) System.out.println(c);
public static MasterProcedureProtos.ServerCrashState 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 org.apache.hbase.thirdparty.com.google.protobuf.Internal.EnumLitegetNumber in interface org.apache.hbase.thirdparty.com.google.protobuf.ProtocolMessageEnum@Deprecated public static MasterProcedureProtos.ServerCrashState valueOf(int value)
forNumber(int) instead.public static MasterProcedureProtos.ServerCrashState forNumber(int value)
public static org.apache.hbase.thirdparty.com.google.protobuf.Internal.EnumLiteMap<MasterProcedureProtos.ServerCrashState> internalGetValueMap()
public final org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface org.apache.hbase.thirdparty.com.google.protobuf.ProtocolMessageEnumpublic final org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface org.apache.hbase.thirdparty.com.google.protobuf.ProtocolMessageEnumpublic static final org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static MasterProcedureProtos.ServerCrashState valueOf(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2007–2019 Cloudera. All rights reserved.