Uses of Class
org.apache.hadoop.hbase.executor.ExecutorService.ExecutorType

Packages that use ExecutorService.ExecutorType
org.apache.hadoop.hbase.executor   
 

Uses of ExecutorService.ExecutorType in org.apache.hadoop.hbase.executor
 

Methods in org.apache.hadoop.hbase.executor that return ExecutorService.ExecutorType
 ExecutorService.ExecutorType ExecutorService.getExecutorServiceType(EventHandler.EventType type)
          Returns the executor service type (the thread pool instance) for the passed event handler type.
static ExecutorService.ExecutorType ExecutorService.ExecutorType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ExecutorService.ExecutorType[] ExecutorService.ExecutorType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.hadoop.hbase.executor with parameters of type ExecutorService.ExecutorType
 void ExecutorService.startExecutorService(ExecutorService.ExecutorType type, int maxThreads)
           
 



Copyright © 2011 The Apache Software Foundation. All Rights Reserved.