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

All Known Implementing Classes:
HConnectionPoolImpl

public interface HConnectionPool


Method Summary
 org.apache.hadoop.hbase.HBaseConfiguration getHBaseConfiguration()
           
 String getName()
           
 HConnection takeConnection()
           
 

Method Detail

getName

String getName()

getHBaseConfiguration

org.apache.hadoop.hbase.HBaseConfiguration getHBaseConfiguration()

takeConnection

HConnection takeConnection()
                           throws HBqlException
Throws:
HBqlException


Copyright © 2010. All Rights Reserved.