Uses of Class
org.apache.hadoop.hbase.executor.ExecutorService.ExecutorConfig
Packages that use ExecutorService.ExecutorConfig
-
Uses of ExecutorService.ExecutorConfig in org.apache.hadoop.hbase.executor
Methods in org.apache.hadoop.hbase.executor that return ExecutorService.ExecutorConfigModifier and TypeMethodDescriptionExecutorService.ExecutorConfig.setAllowCoreThreadTimeout
(boolean allowCoreThreadTimeout) Allows timing out of core threads.ExecutorService.ExecutorConfig.setCorePoolSize
(int corePoolSize) ExecutorService.ExecutorConfig.setExecutorType
(ExecutorType type) ExecutorService.ExecutorConfig.setKeepAliveTimeMillis
(long keepAliveTimeMillis) Methods in org.apache.hadoop.hbase.executor with parameters of type ExecutorService.ExecutorConfigModifier and TypeMethodDescriptionExecutorService.getExecutorLazily
(ExecutorService.ExecutorConfig config) Initialize the executor lazily, Note if an executor need to be initialized lazily, then all paths should use this method to get the executor, should not start executor by usingExecutorService.startExecutorService(ExecutorConfig)
void
ExecutorService.startExecutorService
(ExecutorService.ExecutorConfig config) Start an executor service with a given name.Constructors in org.apache.hadoop.hbase.executor with parameters of type ExecutorService.ExecutorConfig