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

All Known Implementing Classes:
HConnectionPoolImpl

public interface HConnectionPool


Method Summary
 org.apache.hadoop.conf.Configuration getConfiguration()
           
 String getName()
           
 HConnection takeConnection()
           
 

Method Detail

getName

String getName()

getConfiguration

org.apache.hadoop.conf.Configuration getConfiguration()

takeConnection

HConnection takeConnection()
                           throws HBqlException
Throws:
HBqlException


Copyright © 2011. All Rights Reserved.