Uses of Class
org.apache.hadoop.hbase.master.procedure.AbstractStateMachineTableProcedure
Package
Description
-
Uses of AbstractStateMachineTableProcedure 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 AbstractStateMachineTableProcedure 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 Region procedures that want to use a StateMachine.class
class
Procedure for close excess region replicas.class
Procedure for closing all regions for a table.class
class
class
class
class
class
This procedure is used to initialize meta table for a new hbase deploy.class
The procedure will only update the table descriptor without reopening all the regions.class
class
Used for reopening the regions for a table.class
class
A procedure used to take snapshot on tables.class
class
-
Uses of AbstractStateMachineTableProcedure 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 AbstractStateMachineTableProcedure in org.apache.hadoop.hbase.rsgroup
Modifier and TypeClassDescriptionclass
Procedure for migrating rs group information to table descriptor.
GCMultipleMergedRegionsProcedure
.