Package | Description |
---|---|
org.apache.hadoop.hbase.client |
Provides HBase Client
|
Modifier and Type | Class and Description |
---|---|
class |
StatsTrackingRpcRetryingCaller<T>
An
RpcRetryingCaller that will update the per-region stats for the call on return,
if stats are available |
Modifier and Type | Field and Description |
---|---|
protected RpcRetryingCaller<Result[]> |
ClientScanner.caller |
Modifier and Type | Method and Description |
---|---|
<T> RpcRetryingCaller<T> |
RpcRetryingCallerFactory.newCaller() |
Modifier and Type | Method and Description |
---|---|
protected void |
ClientSmallReversedScanner.setRpcRetryingCaller(RpcRetryingCaller<Result[]> caller) |
protected void |
ClientSmallScanner.setRpcRetryingCaller(RpcRetryingCaller<Result[]> caller) |
Copyright © 2015 The Apache Software Foundation. All Rights Reserved.