Uses of Interface
org.apache.hadoop.hbase.hbql.client.QueryExecutorPool

Packages that use QueryExecutorPool
org.apache.hadoop.hbase.hbql.client   
org.apache.hadoop.hbase.hbql.impl   
 

Uses of QueryExecutorPool in org.apache.hadoop.hbase.hbql.client
 

Methods in org.apache.hadoop.hbase.hbql.client that return QueryExecutorPool
static QueryExecutorPool QueryExecutorPoolManager.getQueryExecutorPool(String poolName)
           
static QueryExecutorPool QueryExecutorPoolManager.newQueryExecutorPool(String poolName, int maxExecutorPoolSize, int minThreadCount, int maxThreadCount, long keepAliveSecs, boolean threadsReadResults, int completionQueueSize)
           
 

Uses of QueryExecutorPool in org.apache.hadoop.hbase.hbql.impl
 

Classes in org.apache.hadoop.hbase.hbql.impl that implement QueryExecutorPool
 class QueryExecutorPoolImpl
           
 



Copyright © 2011. All Rights Reserved.