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