Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
Modifier and Type | Class and Description |
---|---|
class |
DelegatingRetryingCallable<T,D extends RetryingCallable<T>> |
Modifier and Type | Class and Description |
---|---|
class |
DelegatingRetryingCallable<T,D extends RetryingCallable<T>> |
class |
RegionServerCallable<T>
Implementations call a RegionServer and implement
Callable.call() . |
class |
ReversedScannerCallable
A reversed ScannerCallable which supports backward scanning.
|
class |
ScannerCallable
Scanner operations such as create, next, etc.
|
Modifier and Type | Field and Description |
---|---|
protected D |
DelegatingRetryingCallable.delegate |
Modifier and Type | Method and Description |
---|---|
T |
RpcRetryingCaller.callWithoutRetries(RetryingCallable<T> callable)
Call the server once only.
|
T |
RpcRetryingCaller.callWithRetries(RetryingCallable<T> callable) |
T |
RpcRetryingCaller.callWithRetries(RetryingCallable<T> callable,
int callTimeout)
Retries if invocation fails.
|
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.