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