| Package | Description |
|---|---|
| org.apache.hadoop.hbase.client |
Provides HBase Client
|
| org.apache.hadoop.hbase.ipc |
| Modifier and Type | Field and Description |
|---|---|
protected RpcControllerFactory |
ClientScanner.rpcControllerFactory |
| Modifier and Type | Method and Description |
|---|---|
RegionServerCallable<Result[]> |
ClientSmallScanner.SmallScannerCallableFactory.getCallable(Scan sc,
HConnection connection,
TableName table,
byte[] localStartKey,
int cacheNum,
RpcControllerFactory rpcControllerFactory) |
protected void |
ClientSmallReversedScanner.setRpcControllerFactory(RpcControllerFactory rpcControllerFactory) |
protected void |
ClientSmallScanner.setRpcControllerFactory(RpcControllerFactory rpcControllerFactory) |
| Constructor and Description |
|---|
ClientScanner(org.apache.hadoop.conf.Configuration conf,
Scan scan,
TableName tableName,
HConnection connection,
RpcRetryingCallerFactory rpcFactory,
RpcControllerFactory controllerFactory)
Create a new ClientScanner for the specified table Note that the passed
Scan's start
row maybe changed changed. |
ClientSmallScanner(org.apache.hadoop.conf.Configuration conf,
Scan scan,
TableName tableName,
HConnection connection,
RpcRetryingCallerFactory rpcFactory,
RpcControllerFactory controllerFactory)
Create a new ShortClientScanner for the specified table Note that the
passed
Scan's start row maybe changed changed. |
HTable(TableName tableName,
HConnection connection,
TableConfiguration tableConfig,
RpcRetryingCallerFactory rpcCallerFactory,
RpcControllerFactory rpcControllerFactory,
ExecutorService pool)
Creates an object to access a HBase table.
|
| Modifier and Type | Method and Description |
|---|---|
static RpcControllerFactory |
RpcControllerFactory.instantiate(org.apache.hadoop.conf.Configuration configuration) |
| Constructor and Description |
|---|
RegionCoprocessorRpcChannel(HConnection conn,
TableName table,
byte[] row,
RpcRetryingCallerFactory rpcFactory,
RpcControllerFactory rpcControllerFactory) |
Copyright © 2015 The Apache Software Foundation. All Rights Reserved.