Modifier and Type | Method and Description |
---|---|
protected StateMachineProcedure.Flow |
GCMergedRegionsProcedure.executeFromState(MasterProcedureEnv env,
MasterProcedureProtos.GCMergedRegionsState state) |
protected StateMachineProcedure.Flow |
GCRegionProcedure.executeFromState(MasterProcedureEnv env,
MasterProcedureProtos.GCRegionState state) |
protected StateMachineProcedure.Flow |
MergeTableRegionsProcedure.executeFromState(MasterProcedureEnv env,
MasterProcedureProtos.MergeTableRegionsState state) |
protected StateMachineProcedure.Flow |
MoveRegionProcedure.executeFromState(MasterProcedureEnv env,
MasterProcedureProtos.MoveRegionState state) |
protected StateMachineProcedure.Flow |
SplitTableRegionProcedure.executeFromState(MasterProcedureEnv env,
MasterProcedureProtos.SplitTableRegionState state) |
Modifier and Type | Method and Description |
---|---|
protected StateMachineProcedure.Flow |
ModifyPeerProcedure.executeFromState(MasterProcedureEnv env,
MasterProcedureProtos.PeerModificationState state) |
Modifier and Type | Method and Description |
---|---|
protected abstract StateMachineProcedure.Flow |
StateMachineProcedure.executeFromState(TEnvironment env,
TState state)
called to perform a single step of the specified 'state' of the procedure
|
static StateMachineProcedure.Flow |
StateMachineProcedure.Flow.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StateMachineProcedure.Flow[] |
StateMachineProcedure.Flow.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2007–2019 Cloudera. All rights reserved.