Package | Description |
---|---|
org.apache.hadoop.hbase.master.procedure | |
org.apache.hadoop.hbase.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 void |
DeleteTableProcedure.rollbackState(MasterProcedureEnv env,
MasterProcedureProtos.DeleteTableState state) |
Modifier and Type | Method and Description |
---|---|
static MasterProcedureProtos.DeleteTableState |
MasterProcedureProtos.DeleteTableState.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static MasterProcedureProtos.DeleteTableState |
MasterProcedureProtos.DeleteTableState.valueOf(int value) |
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 com.google.protobuf.Internal.EnumLiteMap<MasterProcedureProtos.DeleteTableState> |
MasterProcedureProtos.DeleteTableState.internalGetValueMap() |
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.