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 ExecutorTypeEventType.executorprivate ExecutorTypeExecutorService.ExecutorConfig.executorTypeMethods in org.apache.hadoop.hbase.executor that return ExecutorTypeModifier and TypeMethodDescription(package private) ExecutorTypeEventType.getExecutorServiceType()private ExecutorTypeExecutorService.ExecutorConfig.getExecutorType()static ExecutorTypeReturns 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.ExecutorExecutorService.getExecutor(ExecutorType type) ExecutorService.getExecutorThreadPool(ExecutorType type) ExecutorService.ExecutorConfig.setExecutorType(ExecutorType type) Constructors in org.apache.hadoop.hbase.executor with parameters of type ExecutorType