程序包 | 说明 |
---|---|
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 |
RpcRetryingCallerImpl<T>
Runs an rpc'ing
RetryingCallable . |
限定符和类型 | 字段和说明 |
---|---|
protected RpcRetryingCaller<Result[]> |
ClientScanner.caller |
限定符和类型 | 方法和说明 |
---|---|
<T> RpcRetryingCaller<T> |
RpcRetryingCallerFactory.newCaller()
Create a new RetryingCaller with configured rpc timeout.
|
<T> RpcRetryingCaller<T> |
RpcRetryingCallerFactory.newCaller(int rpcTimeout)
Create a new RetryingCaller with specific rpc timeout.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.