Uses of Class
org.apache.hadoop.hbase.procedure2.ProcedureExecutor
Package
Description
-
Uses of ProcedureExecutor in org.apache.hadoop.hbase.master
Modifier and TypeFieldDescriptionprivate ProcedureExecutor<MasterProcedureEnv>
HMaster.procedureExecutor
Modifier and TypeMethodDescriptionHMaster.getMasterProcedureExecutor()
MasterServices.getMasterProcedureExecutor()
Returns Master's instance ofProcedureExecutor
Modifier and TypeMethodDescriptionvoid
MasterCoprocessorHost.preAbortProcedure
(ProcedureExecutor<MasterProcedureEnv> procEnv, long procId) -
Uses of ProcedureExecutor in org.apache.hadoop.hbase.master.migrate
Modifier and TypeFieldDescription(package private) ProcedureExecutor<MasterProcedureEnv>
RollingUpgradeChore.procedureExecutor
ModifierConstructorDescriptionprivate
RollingUpgradeChore
(org.apache.hadoop.conf.Configuration conf, ProcedureExecutor<MasterProcedureEnv> procedureExecutor, TableDescriptors tableDescriptors, Stoppable stopper) -
Uses of ProcedureExecutor in org.apache.hadoop.hbase.master.procedure
Modifier and TypeFieldDescriptionprivate final ProcedureExecutor<MasterProcedureEnv>
ProcedureSyncWait.ProcedureFuture.procExec
Modifier and TypeMethodDescriptionprotected ProcedureExecutor<MasterProcedureEnv>
MasterProcedureUtil.NonceProcedureRunnable.getProcedureExecutor()
Modifier and TypeMethodDescriptionstatic byte[]
ProcedureSyncWait.submitAndWaitProcedure
(ProcedureExecutor<MasterProcedureEnv> procExec, Procedure<MasterProcedureEnv> proc) static Future<byte[]>
ProcedureSyncWait.submitProcedure
(ProcedureExecutor<MasterProcedureEnv> procExec, Procedure<MasterProcedureEnv> proc) static byte[]
ProcedureSyncWait.waitForProcedureToComplete
(ProcedureExecutor<MasterProcedureEnv> procExec, Procedure<?> proc, long timeout) static byte[]
ProcedureSyncWait.waitForProcedureToCompleteIOE
(ProcedureExecutor<MasterProcedureEnv> procExec, Procedure<?> proc, long timeout) ModifierConstructorDescriptionProcedureFuture
(ProcedureExecutor<MasterProcedureEnv> procExec, Procedure<?> proc) -
Uses of ProcedureExecutor in org.apache.hadoop.hbase.procedure2
Modifier and TypeFieldDescriptionprivate final ProcedureExecutor<TEnvironment>
TimeoutExecutorThread.executor
ModifierConstructorDescriptionTimeoutExecutorThread
(ProcedureExecutor<TEnvironment> executor, ThreadGroup group, String name)