Uses of Class
org.apache.hadoop.hbase.client.RpcRetryingCaller

Packages that use RpcRetryingCaller
org.apache.hadoop.hbase.client Provides HBase Client 
 

Uses of RpcRetryingCaller in org.apache.hadoop.hbase.client
 

Fields in org.apache.hadoop.hbase.client declared as RpcRetryingCaller
protected  RpcRetryingCaller<Result[]> ClientScanner.caller
           
 

Methods in org.apache.hadoop.hbase.client that return RpcRetryingCaller
<T> RpcRetryingCaller<T>
RpcRetryingCallerFactory.newCaller()
           
 

Methods in org.apache.hadoop.hbase.client with parameters of type RpcRetryingCaller
protected  void ClientSmallReversedScanner.setRpcRetryingCaller(RpcRetryingCaller<Result[]> caller)
           
protected  void ClientSmallScanner.setRpcRetryingCaller(RpcRetryingCaller<Result[]> caller)
           
 



Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.