Uses of Class
org.apache.hadoop.hbase.executor.ExecutorService
Packages that use ExecutorService
Package
Description
-
Uses of ExecutorService in org.apache.hadoop.hbase
Fields in org.apache.hadoop.hbase declared as ExecutorServiceModifier and TypeFieldDescriptionprotected final ExecutorService
HBaseServerBase.executorService
private ExecutorService
ExecutorStatusChore.service
Methods in org.apache.hadoop.hbase that return ExecutorServiceModifier and TypeMethodDescriptionHBaseServerBase.getExecutorService()
MockRegionServerServices.getExecutorService()
Constructors in org.apache.hadoop.hbase with parameters of type ExecutorServiceModifierConstructorDescriptionExecutorStatusChore
(int sleepTime, Stoppable stopper, ExecutorService service, MetricsRegionServerSource metrics) -
Uses of ExecutorService in org.apache.hadoop.hbase.master
Methods in org.apache.hadoop.hbase.master that return ExecutorServiceModifier and TypeMethodDescriptionMasterServices.getExecutorService()
Returns Master's instance ofExecutorService
-
Uses of ExecutorService in org.apache.hadoop.hbase.master.snapshot
Fields in org.apache.hadoop.hbase.master.snapshot declared as ExecutorServiceConstructors in org.apache.hadoop.hbase.master.snapshot with parameters of type ExecutorServiceModifierConstructorDescription(package private)
SnapshotManager
(MasterServices master, ProcedureCoordinator coordinator, ExecutorService pool, int sentinelCleanInterval) Fully specify all necessary components of a snapshot manager. -
Uses of ExecutorService in org.apache.hadoop.hbase.monitoring
Methods in org.apache.hadoop.hbase.monitoring with parameters of type ExecutorServiceModifier and TypeMethodDescriptionprotected void
StateDumpServlet.dumpExecutors
(ExecutorService service, PrintWriter out) -
Uses of ExecutorService in org.apache.hadoop.hbase.regionserver
Fields in org.apache.hadoop.hbase.regionserver declared as ExecutorServiceMethods in org.apache.hadoop.hbase.regionserver that return ExecutorServiceModifier and TypeMethodDescriptionRegionServerServices.getExecutorService()
Returns hbase executor service