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

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

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

Methods in org.apache.hadoop.hbase.hbql.client that return HConnectionPool
static HConnectionPool HConnectionPoolManager.getConnectionPool(String name)
           
static HConnectionPool HConnectionPoolManager.newConnectionPool(int initialPoolSize, int maxPoolSize)
           
static HConnectionPool HConnectionPoolManager.newConnectionPool(int initialPoolSize, int maxPoolSize, org.apache.hadoop.hbase.HBaseConfiguration config)
           
static HConnectionPool HConnectionPoolManager.newConnectionPool(int initialPoolSize, int maxPoolSize, String poolName)
           
static HConnectionPool HConnectionPoolManager.newConnectionPool(int initialPoolSize, int maxPoolSize, String poolName, org.apache.hadoop.hbase.HBaseConfiguration config)
           
 

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

Classes in org.apache.hadoop.hbase.hbql.impl that implement HConnectionPool
 class HConnectionPoolImpl
           
 



Copyright © 2011. All Rights Reserved.