public static enum MasterProcedureProtos.ServerCrashState extends Enum<MasterProcedureProtos.ServerCrashState> implements com.google.protobuf.ProtocolMessageEnum
ServerCrashState| Enum Constant and Description |
|---|
SERVER_CRASH_ASSIGN
SERVER_CRASH_ASSIGN = 8; |
SERVER_CRASH_FINISH
SERVER_CRASH_FINISH = 100; |
SERVER_CRASH_GET_REGIONS
SERVER_CRASH_GET_REGIONS = 3; |
SERVER_CRASH_NO_SPLIT_LOGS
SERVER_CRASH_NO_SPLIT_LOGS = 4; |
SERVER_CRASH_PREPARE_LOG_REPLAY
SERVER_CRASH_PREPARE_LOG_REPLAY = 6; |
SERVER_CRASH_PROCESS_META
SERVER_CRASH_PROCESS_META = 2; |
SERVER_CRASH_SPLIT_LOGS
SERVER_CRASH_SPLIT_LOGS = 5; |
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_VALUE
SERVER_CRASH_ASSIGN = 8; |
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_NO_SPLIT_LOGS_VALUE
SERVER_CRASH_NO_SPLIT_LOGS = 4; |
static int |
SERVER_CRASH_PREPARE_LOG_REPLAY_VALUE
SERVER_CRASH_PREPARE_LOG_REPLAY = 6; |
static int |
SERVER_CRASH_PROCESS_META_VALUE
SERVER_CRASH_PROCESS_META = 2; |
static int |
SERVER_CRASH_SPLIT_LOGS_VALUE
SERVER_CRASH_SPLIT_LOGS = 5; |
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 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.ServerCrashState> |
internalGetValueMap() |
static MasterProcedureProtos.ServerCrashState |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static MasterProcedureProtos.ServerCrashState |
valueOf(int value) |
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;public static final MasterProcedureProtos.ServerCrashState SERVER_CRASH_PROCESS_META
SERVER_CRASH_PROCESS_META = 2;public static final MasterProcedureProtos.ServerCrashState SERVER_CRASH_GET_REGIONS
SERVER_CRASH_GET_REGIONS = 3;public static final MasterProcedureProtos.ServerCrashState SERVER_CRASH_NO_SPLIT_LOGS
SERVER_CRASH_NO_SPLIT_LOGS = 4;public static final MasterProcedureProtos.ServerCrashState SERVER_CRASH_SPLIT_LOGS
SERVER_CRASH_SPLIT_LOGS = 5;public static final MasterProcedureProtos.ServerCrashState SERVER_CRASH_PREPARE_LOG_REPLAY
SERVER_CRASH_PREPARE_LOG_REPLAY = 6;public static final MasterProcedureProtos.ServerCrashState SERVER_CRASH_ASSIGN
SERVER_CRASH_ASSIGN = 8;
Removed SERVER_CRASH_CALC_REGIONS_TO_ASSIGN = 7;
public static final MasterProcedureProtos.ServerCrashState SERVER_CRASH_WAIT_ON_ASSIGN
SERVER_CRASH_WAIT_ON_ASSIGN = 9;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;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;public static final int SERVER_CRASH_SPLIT_LOGS_VALUE
SERVER_CRASH_SPLIT_LOGS = 5;public static final int SERVER_CRASH_PREPARE_LOG_REPLAY_VALUE
SERVER_CRASH_PREPARE_LOG_REPLAY = 6;public static final int SERVER_CRASH_ASSIGN_VALUE
SERVER_CRASH_ASSIGN = 8;
Removed SERVER_CRASH_CALC_REGIONS_TO_ASSIGN = 7;
public static final int SERVER_CRASH_WAIT_ON_ASSIGN_VALUE
SERVER_CRASH_WAIT_ON_ASSIGN = 9;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 com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnumpublic static MasterProcedureProtos.ServerCrashState valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<MasterProcedureProtos.ServerCrashState> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static MasterProcedureProtos.ServerCrashState valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2007–2016 Cloudera. All rights reserved.