Uses of Class
org.apache.hadoop.hbase.client.HConnectionManager.HConnectable

Packages that use HConnectionManager.HConnectable
org.apache.hadoop.hbase.client Provides HBase Client 
 

Uses of HConnectionManager.HConnectable in org.apache.hadoop.hbase.client
 

Methods in org.apache.hadoop.hbase.client with parameters of type HConnectionManager.HConnectable
static
<T> T
HConnectionManager.execute(HConnectionManager.HConnectable<T> connectable)
          This convenience method invokes the given connect(org.apache.hadoop.hbase.client.HConnection) implementation using a HConnection instance that lasts just for the duration of that invocation.
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.