|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ServerCallable | |
|---|---|
| org.apache.hadoop.hbase.client | |
| Uses of ServerCallable in org.apache.hadoop.hbase.client |
|---|
| Subclasses of ServerCallable in org.apache.hadoop.hbase.client | |
|---|---|
class |
ScannerCallable
Retries scanner operations such as create, next, etc. |
| Methods in org.apache.hadoop.hbase.client with parameters of type ServerCallable | ||
|---|---|---|
|
HConnection.getRegionServerWithRetries(ServerCallable<T> callable)
Pass in a ServerCallable with your particular bit of logic defined and this method will manage the process of doing retries with timed waits and refinds of missing regions. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||