| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.master.assignment | |
| org.apache.hadoop.hbase.master.procedure | |
| org.apache.hadoop.hbase.master.replication | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | GCMergedRegionsProcedureDeprecated. 
 2.3.0 Use  GCMultipleMergedRegionsProcedure. | 
| class  | GCMultipleMergedRegionsProcedureGC regions that have been Merged. | 
| class  | GCRegionProcedureGC a Region that is no longer in use. | 
| class  | MergeTableRegionsProcedureThe procedure to Merge regions in a table. | 
| class  | MoveRegionProcedureDeprecated. 
 Do not use any more. | 
| class  | SplitTableRegionProcedureThe procedure to split a region in a table. | 
| class  | TransitRegionStateProcedureThe procedure to deal with the state transition of a region. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractStateMachineNamespaceProcedure<TState>Base class for all the Namespace procedures that want to use a StateMachineProcedure. | 
| class  | AbstractStateMachineRegionProcedure<TState>Base class for all the Region procedures that want to use a StateMachine. | 
| class  | AbstractStateMachineTableProcedure<TState>Base class for all the Table procedures that want to use a StateMachineProcedure. | 
| class  | CloneSnapshotProcedure | 
| class  | CreateNamespaceProcedureThe procedure to create a new namespace. | 
| class  | CreateTableProcedure | 
| class  | DeleteNamespaceProcedureThe procedure to remove a namespace. | 
| class  | DeleteTableProcedure | 
| class  | DisableTableProcedure | 
| class  | EnableTableProcedure | 
| class  | HBCKServerCrashProcedureActs like the super class in all cases except when no Regions found in the
 current Master in-memory context. | 
| class  | InitMetaProcedureThis procedure is used to initialize meta table for a new hbase deploy. | 
| class  | ModifyNamespaceProcedureThe procedure to add a namespace to an existing table. | 
| class  | ModifyTableProcedure | 
| class  | RecoverMetaProcedureDeprecated. 
 Do not use any more, leave it here only for compatible. The recovery work will be
             done in  ServerCrashProceduredirectly, and the initial work for meta table
             will be done byInitMetaProcedure. | 
| class  | ReopenTableRegionsProcedureUsed for reopening the regions for a table. | 
| class  | RestoreSnapshotProcedure | 
| class  | ServerCrashProcedureHandle crashed server. | 
| class  | SplitWALProcedureThe procedure is to split a WAL. | 
| class  | SwitchRpcThrottleProcedureThe procedure to switch rpc throttle | 
| class  | TruncateTableProcedure | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractPeerProcedure<TState>The base class for all replication peer related procedure. | 
| class  | AddPeerProcedureThe procedure for adding a new replication peer. | 
| class  | DisablePeerProcedureThe procedure for disabling a replication peer. | 
| class  | EnablePeerProcedureThe procedure for enabling a replication peer. | 
| class  | ModifyPeerProcedureThe base class for all replication peer related procedure except sync replication state
 transition. | 
| class  | RemovePeerProcedureThe procedure for removing a replication peer. | 
| class  | UpdatePeerConfigProcedureThe procedure for updating the config for a replication peer. | 
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.