Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
Modifier and Type | Method and Description |
---|---|
static <T> T |
ConnectionManager.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. |
static <T> T |
HConnectionManager.execute(HConnectable<T> connectable)
Deprecated.
Internal method, do not use thru HConnectionManager.
|
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.