Package | Description |
---|---|
org.apache.hadoop.hbase.master.procedure | |
org.apache.hadoop.hbase.protobuf.generated |
Modifier and Type | Method and Description |
---|---|
protected MasterProcedureProtos.DisableTableState |
DisableTableProcedure.getInitialState() |
protected MasterProcedureProtos.DisableTableState |
DisableTableProcedure.getState(int stateId) |
Modifier and Type | Method and Description |
---|---|
protected StateMachineProcedure.Flow |
DisableTableProcedure.executeFromState(MasterProcedureEnv env,
MasterProcedureProtos.DisableTableState state) |
protected int |
DisableTableProcedure.getStateId(MasterProcedureProtos.DisableTableState state) |
protected void |
DisableTableProcedure.postDisable(MasterProcedureEnv env,
MasterProcedureProtos.DisableTableState state)
Action after disabling table.
|
protected void |
DisableTableProcedure.preDisable(MasterProcedureEnv env,
MasterProcedureProtos.DisableTableState state)
Action before disabling table.
|
protected void |
DisableTableProcedure.rollbackState(MasterProcedureEnv env,
MasterProcedureProtos.DisableTableState state) |
protected void |
DisableTableProcedure.setNextState(MasterProcedureProtos.DisableTableState state) |
Modifier and Type | Method and Description |
---|---|
static MasterProcedureProtos.DisableTableState |
MasterProcedureProtos.DisableTableState.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static MasterProcedureProtos.DisableTableState |
MasterProcedureProtos.DisableTableState.valueOf(int value) |
static MasterProcedureProtos.DisableTableState |
MasterProcedureProtos.DisableTableState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MasterProcedureProtos.DisableTableState[] |
MasterProcedureProtos.DisableTableState.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.DisableTableState> |
MasterProcedureProtos.DisableTableState.internalGetValueMap() |
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.