Uses of Class
org.apache.hadoop.hbase.master.procedure.MasterProcedureScheduler
Package
Description
-
Uses of MasterProcedureScheduler in org.apache.hadoop.hbase.master
Modifier and TypeMethodDescriptionvoid
SplitWALManager.releaseSplitWALWorker
(ServerName worker, MasterProcedureScheduler scheduler) After the worker finished the split WAL task, it will release the worker, and wake up all the suspend procedures in the ProcedureEventvoid
WorkerAssigner.wake
(MasterProcedureScheduler scheduler) -
Uses of MasterProcedureScheduler in org.apache.hadoop.hbase.master.assignment
Modifier and TypeMethodDescriptionprivate MasterProcedureScheduler
AssignmentManager.getProcedureScheduler()
-
Uses of MasterProcedureScheduler in org.apache.hadoop.hbase.master.procedure
Modifier and TypeFieldDescriptionprivate final MasterProcedureScheduler
MasterProcedureEnv.procSched
-
Uses of MasterProcedureScheduler in org.apache.hadoop.hbase.master.replication
Modifier and TypeMethodDescriptionvoid
SyncReplicationReplayWALManager.releasePeerWorker
(String peerId, ServerName worker, MasterProcedureScheduler scheduler) void
SyncReplicationReplayWALManager.UsedReplayWorkersForPeer.wake
(MasterProcedureScheduler scheduler) -
Uses of MasterProcedureScheduler in org.apache.hadoop.hbase.master.snapshot
Modifier and TypeMethodDescriptionvoid
SnapshotManager.releaseSnapshotVerifyWorker
(SnapshotVerifyProcedure procedure, ServerName worker, MasterProcedureScheduler scheduler)