| Package | Description |
|---|---|
| org.apache.hadoop.hbase.master.assignment | |
| org.apache.hadoop.hbase.master.locking | |
| org.apache.hadoop.hbase.master.procedure |
| Modifier and Type | Class and Description |
|---|---|
class |
AssignProcedure
Procedure that describe the assignment of a single region.
|
class |
GCMergedRegionsProcedure
GC regions that have been Merged.
|
class |
GCRegionProcedure
GC a Region that is no longer in use.
|
class |
MergeTableRegionsProcedure
The procedure to Merge a region in a table.
|
class |
MoveRegionProcedure
Procedure that implements a RegionPlan.
|
class |
RegionTransitionProcedure
Base class for the Assign and Unassign Procedure.
|
class |
SplitTableRegionProcedure
The procedure to split a region in a table.
|
class |
UnassignProcedure
Procedure that describes the unassignment of a single region.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LockProcedure
Procedure to allow blessed clients and external admin tools to take our internal Schema locks
used by the procedure framework isolating procedures doing creates/deletes etc.
|
| 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 |
CreateNamespaceProcedure
The procedure to create a new namespace.
|
class |
CreateTableProcedure |
class |
DeleteNamespaceProcedure
The procedure to remove a namespace.
|
class |
DeleteTableProcedure |
class |
DisableTableProcedure |
class |
EnableTableProcedure |
class |
ModifyNamespaceProcedure
The procedure to add a namespace to an existing table.
|
class |
ModifyTableProcedure |
class |
RecoverMetaProcedure
This procedure recovers meta from prior shutdown/ crash of a server, and brings meta online by
assigning meta region/s.
|
class |
RestoreSnapshotProcedure |
class |
TruncateTableProcedure |
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.