Uses of Interface
org.apache.hadoop.hbase.master.procedure.TableProcedureInterface
Package
Description
-
Uses of TableProcedureInterface in org.apache.hadoop.hbase.master.assignment
Modifier and TypeClassDescriptionclass
Deprecated.Do not use any more.class
The remote procedure used to close a region.class
Deprecated.2.3.0 UseGCMultipleMergedRegionsProcedure
.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 remote procedure used to open a region.class
The base class for the remote procedures used to open/close a region.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.class
Deprecated.Do not use any more. -
Uses of TableProcedureInterface in org.apache.hadoop.hbase.master.locking
Modifier and TypeClassDescriptionfinal class
Procedure to allow blessed clients and external admin tools to take our internal Schema locks used by the procedure framework isolating procedures doing creates/deletes etc. -
Uses of TableProcedureInterface 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
class
This procedure is used to initialize meta table for a new hbase deploy.class
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
Used for reopening the regions for a table.class
class
A procedure used to take snapshot on tables.class
A remote procedure which is used to send region snapshot request to region server.class
A remote procedure which is used to send verify snapshot request to region server.class
class
Modifier and TypeMethodDescription(package private) static boolean
TableQueue.requireTableExclusiveLock
(TableProcedureInterface proc) private boolean
MasterProcedureScheduler.shouldWaitBeforeEnqueuing
(TableProcedureInterface proc) -
Uses of TableProcedureInterface 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 TableProcedureInterface in org.apache.hadoop.hbase.rsgroup
Modifier and TypeClassDescriptionclass
Procedure for migrating rs group information to table descriptor.