org.apache.hadoop.hbase.hbql.client
Class HConnectionManager

java.lang.Object
  extended by org.apache.hadoop.hbase.hbql.client.HConnectionManager

public class HConnectionManager
extends Object


Constructor Summary
HConnectionManager()
           
 
Method Summary
static int getMaxPoolReferencesPerTablePerConnection()
           
static HConnection newConnection()
           
static HConnection newConnection(org.apache.hadoop.conf.Configuration config)
           
static void setMaxPoolReferencesPerTablePerConnection(int maxPoolReferencesPerTablePerConnection)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HConnectionManager

public HConnectionManager()
Method Detail

newConnection

public static HConnection newConnection()
                                 throws HBqlException
Throws:
HBqlException

newConnection

public static HConnection newConnection(org.apache.hadoop.conf.Configuration config)
                                 throws HBqlException
Throws:
HBqlException

getMaxPoolReferencesPerTablePerConnection

public static int getMaxPoolReferencesPerTablePerConnection()

setMaxPoolReferencesPerTablePerConnection

public static void setMaxPoolReferencesPerTablePerConnection(int maxPoolReferencesPerTablePerConnection)


Copyright © 2011. All Rights Reserved.