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

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

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

Methods in org.apache.hadoop.hbase.client with parameters of type HConnectable
static
<T> T
HConnectionManager.execute(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 the invocation.
 



Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.