Uses of Class
org.apache.hadoop.hbase.procedure2.TimeoutExecutorThread
-
Uses of TimeoutExecutorThread in org.apache.hadoop.hbase.procedure2
Modifier and TypeFieldDescriptionprivate TimeoutExecutorThread<TEnvironment>
ProcedureExecutor.timeoutExecutor
Created in theProcedureExecutor.init(int, boolean)
method.private TimeoutExecutorThread<TEnvironment>
ProcedureExecutor.workerMonitorExecutor
WorkerMonitor check for stuck workers and new worker thread when necessary, for example if there is no worker to assign meta, it will new worker thread for it, so it is very important.