Uses of Class
org.apache.hadoop.hbase.executor.ExecutorService
Packages that use ExecutorService
Package
Description
-
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 ExecutorServiceModifier and TypeFieldDescriptionprivate ExecutorService
StoreScanner.executor
protected ExecutorService
HRegionServer.executorService
Methods in org.apache.hadoop.hbase.regionserver that return ExecutorServiceModifier and TypeMethodDescriptionHRegionServer.getExecutorService()
RegionServerServices.getExecutorService()
Returns hbase executor service