Modifier and Type | Class and Description |
---|---|
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 |
SplitTableRegionProcedure
The procedure to split a region in a table.
|
class |
TransitRegionStateProcedure
The 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 |
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 |
HBCKServerCrashProcedure
Acts like the super class in all cases except when no Regions found in the current Master
in-memory context.
|
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 |
ModifyTableDescriptorProcedure
The procedure will only update the table descriptor without reopening all the regions.
|
class |
ModifyTableProcedure |
class |
RecoverMetaProcedure
Deprecated.
Do not use any more, leave it here only for compatible. The recovery work will be
done in
ServerCrashProcedure directly, and the initial work for meta table
will be done by InitMetaProcedure . |
class |
ReopenTableRegionsProcedure
Used for reopening the regions for a table.
|
class |
RestoreSnapshotProcedure |
class |
ServerCrashProcedure
Handle crashed server.
|
class |
SplitWALProcedure
The procedure is to split a WAL.
|
class |
SwitchRpcThrottleProcedure
The 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 |
AddPeerProcedure
The procedure for adding a new replication peer.
|
class |
DisablePeerProcedure
The procedure for disabling a replication peer.
|
class |
EnablePeerProcedure
The procedure for enabling a replication peer.
|
class |
ModifyPeerProcedure
The base class for all replication peer related procedure except sync replication state
transition.
|
class |
RemovePeerProcedure
The procedure for removing a replication peer.
|
class |
UpdatePeerConfigProcedure
The procedure for updating the config for a replication peer.
|
Modifier and Type | Class and Description |
---|---|
class |
InitializeStoreFileTrackerProcedure
Procedure for setting StoreFileTracker information to table descriptor.
|
class |
ModifyColumnFamilyStoreFileTrackerProcedure |
class |
ModifyStoreFileTrackerProcedure
This procedure is used to change the store file tracker implementation.
|
class |
ModifyTableStoreFileTrackerProcedure |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.