Uses of Enum Class
org.apache.hadoop.hbase.executor.ExecutorType
Packages that use ExecutorType
-
Uses of ExecutorType in org.apache.hadoop.hbase.executor
Fields in org.apache.hadoop.hbase.executor declared as ExecutorTypeModifier and TypeFieldDescriptionprivate final ExecutorType
EventType.executor
private ExecutorType
ExecutorService.ExecutorConfig.executorType
Methods in org.apache.hadoop.hbase.executor that return ExecutorTypeModifier and TypeMethodDescription(package private) ExecutorType
EventType.getExecutorServiceType()
private ExecutorType
ExecutorService.ExecutorConfig.getExecutorType()
static ExecutorType
Returns the enum constant of this class with the specified name.static ExecutorType[]
ExecutorType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.hadoop.hbase.executor with parameters of type ExecutorTypeModifier and TypeMethodDescription(package private) ExecutorService.Executor
ExecutorService.getExecutor
(ExecutorType type) ExecutorService.getExecutorThreadPool
(ExecutorType type) ExecutorService.ExecutorConfig.setExecutorType
(ExecutorType type) Constructors in org.apache.hadoop.hbase.executor with parameters of type ExecutorType