Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
Modifier and Type | Field and Description |
---|---|
private ConnectionConfiguration |
HTable.connConfiguration |
private ConnectionConfiguration |
ConnectionManager.HConnectionImplementation.connectionConfig |
Modifier and Type | Method and Description |
---|---|
ConnectionConfiguration |
ConnectionManager.HConnectionImplementation.getConnectionConfiguration() |
ConnectionConfiguration |
ConnectionAdapter.getConnectionConfiguration()
Deprecated.
|
ConnectionConfiguration |
ClusterConnection.getConnectionConfiguration() |
Constructor and Description |
---|
HTable(TableName tableName,
ClusterConnection connection,
ConnectionConfiguration tableConfig,
RpcRetryingCallerFactory rpcCallerFactory,
RpcControllerFactory rpcControllerFactory,
ExecutorService pool)
Creates an object to access a HBase table.
|
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.