Uses of Class
org.apache.hadoop.hbase.executor.ExecutorService.ExecutorConfig
-
Uses of ExecutorService.ExecutorConfig in org.apache.hadoop.hbase.executor
Modifier 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) Modifier 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.