Uses of Class
org.apache.hadoop.hbase.procedure.ProcedureManager
Packages that use ProcedureManager
Package
Description
-
Uses of ProcedureManager in org.apache.hadoop.hbase.backup.master
Subclasses of ProcedureManager in org.apache.hadoop.hbase.backup.masterModifier and TypeClassDescriptionclass
Master procedure manager for coordinated cluster-wide WAL roll operation, which is run during backup operation, seeMasterProcedureManager
andRegionServerProcedureManager
-
Uses of ProcedureManager in org.apache.hadoop.hbase.backup.regionserver
Subclasses of ProcedureManager in org.apache.hadoop.hbase.backup.regionserverModifier and TypeClassDescriptionclass
This manager class handles the work dealing with distributed WAL roll request. -
Uses of ProcedureManager in org.apache.hadoop.hbase.master.snapshot
Subclasses of ProcedureManager in org.apache.hadoop.hbase.master.snapshotModifier and TypeClassDescriptionclass
This class manages the procedure of taking and restoring snapshots. -
Uses of ProcedureManager in org.apache.hadoop.hbase.procedure
Classes in org.apache.hadoop.hbase.procedure with type parameters of type ProcedureManagerModifier and TypeClassDescriptionclass
ProcedureManagerHost<E extends ProcedureManager>
Provides the common setup framework and runtime services for globally barriered procedure invocation from HBase services.Subclasses of ProcedureManager in org.apache.hadoop.hbase.procedureModifier and TypeClassDescriptionclass
A life-cycle management interface for globally barriered procedures on master.class
A life-cycle management interface for globally barriered procedures on region servers. -
Uses of ProcedureManager in org.apache.hadoop.hbase.procedure.flush
Subclasses of ProcedureManager in org.apache.hadoop.hbase.procedure.flushModifier and TypeClassDescriptionclass
class
This manager class handles flushing of the regions for table on aHRegionServer
. -
Uses of ProcedureManager in org.apache.hadoop.hbase.regionserver.snapshot
Subclasses of ProcedureManager in org.apache.hadoop.hbase.regionserver.snapshotModifier and TypeClassDescriptionclass
This manager class handles the work dealing with snapshots for aHRegionServer
.