| 程序包 | 说明 |
|---|---|
| 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 |
DelegatingRetryingCallable<T,D extends RetryingCallable<T>> |
| 限定符和类型 | 类和说明 |
|---|---|
class |
DelegatingRetryingCallable<T,D extends RetryingCallable<T>> |
class |
RegionServerCallable<T>
Implementations call a RegionServer and implement
call(int). |
class |
ReversedScannerCallable
A reversed ScannerCallable which supports backward scanning.
|
class |
ScannerCallable
Scanner operations such as create, next, etc.
|
| 限定符和类型 | 字段和说明 |
|---|---|
protected D |
DelegatingRetryingCallable.delegate |
| 限定符和类型 | 方法和说明 |
|---|---|
T |
StatsTrackingRpcRetryingCaller.callWithoutRetries(RetryingCallable<T> callable,
int callTimeout) |
T |
RpcRetryingCaller.callWithoutRetries(RetryingCallable<T> callable,
int callTimeout)
Call the server once only.
|
T |
StatsTrackingRpcRetryingCaller.callWithRetries(RetryingCallable<T> callable,
int callTimeout) |
T |
RpcRetryingCaller.callWithRetries(RetryingCallable<T> callable,
int callTimeout)
Retries if invocation fails.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.