Uses of Class
org.apache.hadoop.hbase.master.procedure.AbstractStateMachineTableProcedure
Packages that use AbstractStateMachineTableProcedure
Package
Description
-
Uses of AbstractStateMachineTableProcedure in org.apache.hadoop.hbase.master.assignment
Modifier 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 AbstractStateMachineTableProcedure in org.apache.hadoop.hbase.master.procedure
Modifier and TypeClassDescriptionclassAbstractCloseTableRegionsProcedure<TState extends Enum<?>>Base class for unassigning table regions.classBase class for all the Region procedures that want to use a StateMachine.classclassProcedure for close excess region replicas.classProcedure for closing all regions for a table.classclassclassclassclassclassThis procedure is used to initialize meta table for a new hbase deploy.classThe procedure will only update the table descriptor without reopening all the regions.classclassUsed for reopening the regions for a table.classclassclassA procedure used to take snapshot on tables.classclass -
Uses of AbstractStateMachineTableProcedure in org.apache.hadoop.hbase.regionserver.storefiletracker
Subclasses of AbstractStateMachineTableProcedure in org.apache.hadoop.hbase.regionserver.storefiletrackerModifier and TypeClassDescriptionclassProcedure for setting StoreFileTracker information to table descriptor.classclassThis procedure is used to change the store file tracker implementation.class -
Uses of AbstractStateMachineTableProcedure in org.apache.hadoop.hbase.rsgroup
Subclasses of AbstractStateMachineTableProcedure in org.apache.hadoop.hbase.rsgroupModifier and TypeClassDescriptionclassProcedure for migrating rs group information to table descriptor.
GCMultipleMergedRegionsProcedure.