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
Deprecated.
Do not use any more.
|
class |
CloseRegionProcedure
The remote procedure used to close a region.
|
class |
GCMergedRegionsProcedure
Deprecated.
2.3.0 Use
GCMultipleMergedRegionsProcedure . |
class |
GCMultipleMergedRegionsProcedure
GC regions that have been Merged.
|
class |
GCRegionProcedure
GC a Region that is no longer in use.
|
class |
MergeTableRegionsProcedure
The procedure to Merge regions in a table.
|
class |
MoveRegionProcedure
Deprecated.
Do not use any more.
|
class |
OpenRegionProcedure
The remote procedure used to open a region.
|
class |
RegionRemoteProcedureBase
The base class for the remote procedures used to open/close a region.
|
class |
RegionTransitionProcedure
Deprecated.
Do not use any more.
|
class |
SplitTableRegionProcedure
The procedure to split a region in a table.
|
class |
TransitRegionStateProcedure
The procedure to deal with the state transition of a region.
|
class |
UnassignProcedure
Deprecated.
Do not use any more.
|
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 |
InitMetaProcedure
This procedure is used to initialize meta table for a new hbase deploy.
|
class |
ModifyNamespaceProcedure
The procedure to add a namespace to an existing table.
|
class |
ModifyTableProcedure |
class |
ReopenTableRegionsProcedure
Used for reopening the regions for a table.
|
class |
RestoreSnapshotProcedure |
class |
TruncateTableProcedure |
Modifier and Type | Method and Description |
---|---|
private static boolean |
TableQueue.requireTableExclusiveLock(TableProcedureInterface proc) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.