Uses of Class
org.apache.hadoop.hbase.procedure2.StateMachineProcedure
Package
Description
-
Uses of StateMachineProcedure in org.apache.hadoop.hbase.master.assignment
Modifier and TypeClassDescriptionclass
Deprecated.class
GC regions that have been Merged.class
GC a Region that is no longer in use.class
The procedure to Merge regions in a table.class
Deprecated.Do not use any more.class
The procedure to split a region in a table.class
The procedure to deal with the state transition of a region. -
Uses of StateMachineProcedure in org.apache.hadoop.hbase.master.procedure
Modifier and TypeClassDescriptionclass
AbstractCloseTableRegionsProcedure<TState extends Enum<?>>
Base class for unassigning table regions.class
Base class for all the Namespace procedures that want to use a StateMachineProcedure.class
Base class for all the Region procedures that want to use a StateMachine.class
Base class for all the Table procedures that want to use a StateMachineProcedure.class
class
Procedure for close excess region replicas.class
Procedure for closing all regions for a table.class
The procedure to create a new namespace.class
class
The procedure to remove a namespace.class
class
class
class
class
Acts like the super class in all cases except when no Regions found in the current Master in-memory context.class
This procedure is used to initialize meta table for a new hbase deploy.class
Migrate the namespace data to meta table's namespace family while upgradingclass
The procedure to add a namespace to an existing table.class
The procedure will only update the table descriptor without reopening all the regions.class
class
Deprecated.Do not use any more, leave it here only for compatible.class
Used for reopening the regions for a table.class
class
Handle crashed server.class
A procedure used to take snapshot on tables.class
The procedure is to split a WAL.class
The procedure to switch rpc throttleclass
class
-
Uses of StateMachineProcedure in org.apache.hadoop.hbase.master.replication
Modifier and TypeClassDescriptionclass
AbstractPeerNoLockProcedure<TState>
Base class for replication peer related procedures which do not need to hold locks(for most of the sub procedures).class
AbstractPeerProcedure<TState>
The base class for all replication peer related procedure.class
The procedure for adding a new replication peer.class
class
The procedure for disabling a replication peer.class
The procedure for enabling a replication peer.class
A procedure for migrating replication queue data from zookeeper to hbase:replication table.class
The base class for all replication peer related procedure except sync replication state transition.class
The procedure for replaying all the remote wals for transitting a sync replication peer from STANDBY to DOWNGRADE_ACTIVE.class
The procedure for removing a replication peer.class
The procedure for replaying a set of remote wals.class
The procedure for transit current sync replication state for a synchronous replication peer.class
The procedure for updating the config for a replication peer. -
Uses of StateMachineProcedure in org.apache.hadoop.hbase.regionserver.storefiletracker
Modifier and TypeClassDescriptionclass
Procedure for setting StoreFileTracker information to table descriptor.class
class
This procedure is used to change the store file tracker implementation.class
-
Uses of StateMachineProcedure in org.apache.hadoop.hbase.rsgroup
Modifier and TypeClassDescriptionclass
Procedure for migrating rs group information to table descriptor.
GCMultipleMergedRegionsProcedure
.