Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
Modifier and Type | Method and Description |
---|---|
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 © 2015 The Apache Software Foundation. All Rights Reserved.