Uses of Class
org.apache.hadoop.hbase.procedure2.TimeoutExecutorThread
Packages that use TimeoutExecutorThread
-
Uses of TimeoutExecutorThread in org.apache.hadoop.hbase.procedure2
Fields in org.apache.hadoop.hbase.procedure2 declared as TimeoutExecutorThreadModifier 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.