| 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  | ScannerCallableScanner 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 © 2013 The Apache Software Foundation. All Rights Reserved.