| 程序包 | 说明 |
|---|---|
| org.apache.hadoop.hbase.client |
Provides HBase Client
Table of Contents
Overview
Example API Usage
Overview
To administer HBase, create and drop tables, list and alter tables,
use
Admin. |
| 限定符和类型 | 类和说明 |
|---|---|
class |
StatsTrackingRpcRetryingCaller<T>
An
RpcRetryingCaller that will update the per-region stats for the call on return,
if stats are available |
| 限定符和类型 | 字段和说明 |
|---|---|
protected RpcRetryingCaller<Result[]> |
ClientScanner.caller |
| 限定符和类型 | 方法和说明 |
|---|---|
<T> RpcRetryingCaller<T> |
RpcRetryingCallerFactory.newCaller() |
| 限定符和类型 | 方法和说明 |
|---|---|
org.apache.hadoop.hbase.client.ScannerCallableWithReplicas |
ClientSmallScanner.SmallScannerCallableFactory.getCallable(ClusterConnection connection,
org.apache.hadoop.hbase.TableName table,
Scan scan,
ScanMetrics scanMetrics,
byte[] localStartKey,
int cacheNum,
RpcControllerFactory controllerFactory,
ExecutorService pool,
int primaryOperationTimeout,
int retries,
int scannerTimeout,
org.apache.hadoop.conf.Configuration conf,
RpcRetryingCaller<Result[]> caller) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.