Uses of Class
org.apache.hadoop.hbase.procedure.ProcedureManager
Package
Description
-
Uses of ProcedureManager in org.apache.hadoop.hbase.backup.master
Modifier 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
Modifier and TypeClassDescriptionclass
This manager class handles the work dealing with distributed WAL roll request. -
Uses of ProcedureManager in org.apache.hadoop.hbase.master.snapshot
Modifier and TypeClassDescriptionclass
This class manages the procedure of taking and restoring snapshots. -
Uses of ProcedureManager in org.apache.hadoop.hbase.procedure
Modifier and TypeClassDescriptionclass
ProcedureManagerHost<E extends ProcedureManager>
Provides the common setup framework and runtime services for globally barriered procedure invocation from HBase services.Modifier 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
Modifier 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
Modifier and TypeClassDescriptionclass
This manager class handles the work dealing with snapshots for aHRegionServer
.