Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
Modifier and Type | Class and Description |
---|---|
class |
ScannerCallable
Retries scanner operations such as create, next, etc.
|
Modifier and Type | Method and Description |
---|---|
<T> T |
HConnection.getRegionServerWithoutRetries(ServerCallable<T> callable)
Deprecated.
Use
HConnectionManager#withoutRetries(ServerCallable) |
<T> T |
HConnection.getRegionServerWithRetries(ServerCallable<T> callable)
Deprecated.
Use
HConnectionManager#withoutRetries(ServerCallable) |
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.