Uses of Interface
org.apache.hadoop.hbase.master.procedure.TableProcedureInterface
Packages that use TableProcedureInterface
Package
Description
-
Uses of TableProcedureInterface in org.apache.hadoop.hbase.master.assignment
Classes in org.apache.hadoop.hbase.master.assignment that implement TableProcedureInterfaceModifier and TypeClassDescriptionclassDeprecated.Do not use any more.classThe remote procedure used to close a region.classDeprecated.2.3.0 UseGCMultipleMergedRegionsProcedure.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 remote procedure used to open a region.classThe base class for the remote procedures used to open/close a region.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.classDeprecated.Do not use any more. -
Uses of TableProcedureInterface in org.apache.hadoop.hbase.master.locking
Classes in org.apache.hadoop.hbase.master.locking that implement TableProcedureInterfaceModifier and TypeClassDescriptionfinal classProcedure 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
Classes in org.apache.hadoop.hbase.master.procedure that implement TableProcedureInterfaceModifier and TypeClassDescriptionclassBase 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.classclassThe procedure to create a new namespace.classclassThe procedure to remove a namespace.classclassclassclassclassclassThis procedure is used to initialize meta table for a new hbase deploy.classThe procedure to add a namespace to an existing table.classThe procedure will only update the table descriptor without reopening all the regions.classclassUsed for reopening the regions for a table.classclassA procedure used to take snapshot on tables.classA remote procedure which is used to send region snapshot request to region server.classA remote procedure which is used to send verify snapshot request to region server.classclassMethods in org.apache.hadoop.hbase.master.procedure with parameters of type TableProcedureInterfaceModifier and TypeMethodDescriptionprivate static booleanTableQueue.requireTableExclusiveLock(TableProcedureInterface proc) -
Uses of TableProcedureInterface in org.apache.hadoop.hbase.regionserver.storefiletracker
Classes in org.apache.hadoop.hbase.regionserver.storefiletracker that implement TableProcedureInterfaceModifier and TypeClassDescriptionclassProcedure for setting StoreFileTracker information to table descriptor.classclassThis procedure is used to change the store file tracker implementation.class