Uses of Class
org.apache.hadoop.hbase.hbql.impl.QueryExecutorPoolImpl

Packages that use QueryExecutorPoolImpl
org.apache.hadoop.hbase.hbql.impl   
 

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

Methods in org.apache.hadoop.hbase.hbql.impl with parameters of type QueryExecutorPoolImpl
static ResultExecutor ResultExecutor.newPooledResultExecutor(QueryExecutorPoolImpl executorPool, int minThreadCount, int maxThreadCount, long keepAliveSecs, int completionQueueSize)
           
static ResultScannerExecutor ResultScannerExecutor.newPooledResultScannerExecutor(QueryExecutorPoolImpl executorPool, int minThreadCount, int maxThreadCount, long keepAliveSecs, int completionQueueSize)
           
 

Constructors in org.apache.hadoop.hbase.hbql.impl with parameters of type QueryExecutorPoolImpl
CompletionQueueExecutor(QueryExecutorPoolImpl executorPool, int minThreadCount, int maxThreadCount, long keepAliveSecs, int completionQueueSize)
           
ResultScannerExecutor(QueryExecutorPoolImpl executorPool, int minThreadCount, int maxThreadCount, long keepAliveSecs, int completionQueueSize)
           
 



Copyright © 2011. All Rights Reserved.