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

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

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

Methods in org.apache.hadoop.hbase.executor that return ExecutorType
static ExecutorType ExecutorType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ExecutorType[] 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 ExecutorType
 void ExecutorService.startExecutorService(ExecutorType type, int maxThreads)
           
 



Copyright © 2015 The Apache Software Foundation. All rights reserved.