| Package | Description |
|---|---|
| org.apache.hadoop.hbase.master.procedure | |
| org.apache.hadoop.hbase.shaded.protobuf.generated |
| Modifier and Type | Method and Description |
|---|---|
protected MasterProcedureProtos.DeleteTableState |
DeleteTableProcedure.getInitialState() |
protected MasterProcedureProtos.DeleteTableState |
DeleteTableProcedure.getState(int stateId) |
| Modifier and Type | Method and Description |
|---|---|
protected StateMachineProcedure.Flow |
DeleteTableProcedure.executeFromState(MasterProcedureEnv env,
MasterProcedureProtos.DeleteTableState state) |
protected int |
DeleteTableProcedure.getStateId(MasterProcedureProtos.DeleteTableState state) |
protected boolean |
DeleteTableProcedure.isRollbackSupported(MasterProcedureProtos.DeleteTableState state) |
protected void |
DeleteTableProcedure.rollbackState(MasterProcedureEnv env,
MasterProcedureProtos.DeleteTableState state) |
| Modifier and Type | Method and Description |
|---|---|
static MasterProcedureProtos.DeleteTableState |
MasterProcedureProtos.DeleteTableState.forNumber(int value) |
static MasterProcedureProtos.DeleteTableState |
MasterProcedureProtos.DeleteTableState.valueOf(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static MasterProcedureProtos.DeleteTableState |
MasterProcedureProtos.DeleteTableState.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static MasterProcedureProtos.DeleteTableState |
MasterProcedureProtos.DeleteTableState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MasterProcedureProtos.DeleteTableState[] |
MasterProcedureProtos.DeleteTableState.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.DeleteTableState> |
MasterProcedureProtos.DeleteTableState.internalGetValueMap() |
Copyright © 2007–2019 Cloudera. All rights reserved.