程序包 | 说明 |
---|---|
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 |
ClientServiceCallable<T>
A RegionServerCallable set to use the Client protocol.
|
class |
FlushRegionCallable
A Callable for flushRegion() RPC.
|
class |
NoncedRegionServerCallable<T>
Implementations make an rpc call against a RegionService via a protobuf Service.
|
class |
RegionAdminServiceCallable<T>
Similar to RegionServerCallable but for the AdminService interface.
|
class |
RegionServerCallable<T,S>
Implementations make a RPC call against a RegionService via a protobuf Service.
|
class |
ReversedScannerCallable
A reversed ScannerCallable which supports backward scanning.
|
class |
ScannerCallable
Scanner operations such as create, next, etc.
|
限定符和类型 | 方法和说明 |
---|---|
T |
RpcRetryingCaller.callWithoutRetries(RetryingCallable<T> callable,
int callTimeout)
Call the server once only.
|
T |
RpcRetryingCallerImpl.callWithoutRetries(RetryingCallable<T> callable,
int callTimeout) |
T |
RpcRetryingCaller.callWithRetries(RetryingCallable<T> callable,
int callTimeout)
Retries if invocation fails.
|
T |
RpcRetryingCallerImpl.callWithRetries(RetryingCallable<T> callable,
int callTimeout) |
void |
ResultBoundedCompletionService.submit(RetryingCallable<V> task,
int callTimeout,
int id) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.