Uses of Class
org.apache.hadoop.hbase.procedure2.StateMachineProcedure
Packages that use StateMachineProcedure
Package
Description
-
Uses of StateMachineProcedure in org.apache.hadoop.hbase.master.assignment
Subclasses of StateMachineProcedure in org.apache.hadoop.hbase.master.assignmentModifier and TypeClassDescriptionclassDeprecated.classGC regions that have been Merged.classGC a Region that is no longer in use.classThe procedure to Merge regions in a table.classDeprecated.Do not use any more.classThe procedure to split a region in a table.classThe procedure to deal with the state transition of a region. -
Uses of StateMachineProcedure in org.apache.hadoop.hbase.master.procedure
Subclasses of StateMachineProcedure in org.apache.hadoop.hbase.master.procedureModifier and TypeClassDescriptionclassAbstractCloseTableRegionsProcedure<TState extends Enum<?>>Base class for unassigning table regions.classBase class for all the Namespace procedures that want to use a StateMachineProcedure.classBase class for all the Region procedures that want to use a StateMachine.classBase class for all the Table procedures that want to use a StateMachineProcedure.classclassProcedure for close excess region replicas.classProcedure for closing all regions for a table.classThe procedure to create a new namespace.classclassThe procedure to remove a namespace.classclassclassclassclassActs like the super class in all cases except when no Regions found in the current Master in-memory context.classThis procedure is used to initialize meta table for a new hbase deploy.classThe procedure to perform WAL rolling on all of RegionServers.classMigrate the namespace data to meta table's namespace family while upgradingclassThe procedure to add a namespace to an existing table.classThe procedure will only update the table descriptor without reopening all the regions.classclassDeprecated.Do not use any more, leave it here only for compatible.classUsed for reopening the regions for a table.classclassclassHandle crashed server.classA procedure used to take snapshot on tables.classThe procedure is to split a WAL.classThe procedure to switch rpc throttleclassclass -
Uses of StateMachineProcedure in org.apache.hadoop.hbase.master.replication
Subclasses of StateMachineProcedure in org.apache.hadoop.hbase.master.replicationModifier and TypeClassDescriptionclassAbstractPeerNoLockProcedure<TState>Base class for replication peer related procedures which do not need to hold locks(for most of the sub procedures).classAbstractPeerProcedure<TState>The base class for all replication peer related procedure.classThe procedure for adding a new replication peer.classclassThe procedure for disabling a replication peer.classThe procedure for enabling a replication peer.classA procedure for migrating replication queue data from zookeeper to hbase:replication table.classThe base class for all replication peer related procedure except sync replication state transition.classThe procedure for replaying all the remote wals for transitting a sync replication peer from STANDBY to DOWNGRADE_ACTIVE.classThe procedure for removing a replication peer.classThe procedure for replaying a set of remote wals.classThe procedure for transit current sync replication state for a synchronous replication peer.classThe procedure for updating the config for a replication peer. -
Uses of StateMachineProcedure in org.apache.hadoop.hbase.regionserver.storefiletracker
Modifier and TypeClassDescriptionclassProcedure for setting StoreFileTracker information to table descriptor.classclassThis procedure is used to change the store file tracker implementation.class -
Uses of StateMachineProcedure in org.apache.hadoop.hbase.rsgroup
Subclasses of StateMachineProcedure in org.apache.hadoop.hbase.rsgroupModifier and TypeClassDescriptionclassProcedure for migrating rs group information to table descriptor.
GCMultipleMergedRegionsProcedure.