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

Packages that use HConnection
org.apache.hadoop.hbase.hbql.client   
org.apache.hadoop.hbase.hbql.impl   
org.apache.hadoop.hbase.hbql.statement.select   
org.apache.hadoop.hbase.jdbc.impl   
 

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

Methods in org.apache.hadoop.hbase.hbql.client that return HConnection
 HConnection HBatch.getConnection()
           
static HConnection HConnectionManager.newConnection()
           
static HConnection HConnectionManager.newConnection(org.apache.hadoop.conf.Configuration config)
           
 HConnection HConnectionPool.takeConnection()
           
 

Constructors in org.apache.hadoop.hbase.hbql.client with parameters of type HConnection
HBatch(HConnection connection)
           
 

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

Classes in org.apache.hadoop.hbase.hbql.impl that implement HConnection
 class HConnectionImpl
           
 

Methods in org.apache.hadoop.hbase.hbql.impl that return HConnection
 HConnection HConnectionPoolImpl.takeConnection()
           
 

Uses of HConnection in org.apache.hadoop.hbase.hbql.statement.select
 

Methods in org.apache.hadoop.hbase.hbql.statement.select with parameters of type HConnection
 void SelectExpressionContext.validate(MappingContext mappingContext, HConnection connection)
           
 void SelectElement.validate(MappingContext mappingContext, HConnection connection)
           
 void FamilySelectElement.validate(MappingContext mappingContext, HConnection connection)
           
 

Uses of HConnection in org.apache.hadoop.hbase.jdbc.impl
 

Methods in org.apache.hadoop.hbase.jdbc.impl that return HConnection
 HConnection StatementImpl.getHConnection()
           
 HConnection ConnectionImpl.getHConnection()
           
 

Constructors in org.apache.hadoop.hbase.jdbc.impl with parameters of type HConnection
ConnectionImpl(HConnection hconnectionImpl)
           
 



Copyright © 2011. All Rights Reserved.