| Package | Description |
|---|---|
| org.apache.hadoop.hbase.master.procedure | |
| org.apache.hadoop.hbase.shaded.protobuf.generated |
| Modifier and Type | Method and Description |
|---|---|
protected MasterProcedureProtos.ServerCrashState |
ServerCrashProcedure.getInitialState() |
protected MasterProcedureProtos.ServerCrashState |
ServerCrashProcedure.getState(int stateId) |
| Modifier and Type | Method and Description |
|---|---|
protected StateMachineProcedure.Flow |
ServerCrashProcedure.executeFromState(MasterProcedureEnv env,
MasterProcedureProtos.ServerCrashState state) |
protected int |
ServerCrashProcedure.getStateId(MasterProcedureProtos.ServerCrashState state) |
protected boolean |
ServerCrashProcedure.isYieldBeforeExecuteFromState(MasterProcedureEnv env,
MasterProcedureProtos.ServerCrashState state)
For this procedure, yield at end of each successful flow step so that all crashed servers
can make progress rather than do the default which has each procedure running to completion
before we move to the next.
|
protected void |
ServerCrashProcedure.rollbackState(MasterProcedureEnv env,
MasterProcedureProtos.ServerCrashState state) |
| Modifier and Type | Method and Description |
|---|---|
static MasterProcedureProtos.ServerCrashState |
MasterProcedureProtos.ServerCrashState.forNumber(int value) |
static MasterProcedureProtos.ServerCrashState |
MasterProcedureProtos.ServerCrashState.valueOf(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static MasterProcedureProtos.ServerCrashState |
MasterProcedureProtos.ServerCrashState.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static MasterProcedureProtos.ServerCrashState |
MasterProcedureProtos.ServerCrashState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MasterProcedureProtos.ServerCrashState[] |
MasterProcedureProtos.ServerCrashState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.hbase.thirdparty.com.google.protobuf.Internal.EnumLiteMap<MasterProcedureProtos.ServerCrashState> |
MasterProcedureProtos.ServerCrashState.internalGetValueMap() |
Copyright © 2007–2019 Cloudera. All rights reserved.