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