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