Uses of Interface
org.apache.hadoop.hbase.client.RpcRetryingCaller
Packages that use org.apache.hadoop.hbase.client.RpcRetryingCaller
-
Uses of org.apache.hadoop.hbase.client.RpcRetryingCaller in org.apache.hadoop.hbase.client
Classes in org.apache.hadoop.hbase.client that implement org.apache.hadoop.hbase.client.RpcRetryingCaller in inModifier and TypeClassDescriptionclass
org.apache.hadoop.hbase.client.RpcRetryingCallerImpl<T>
Runs an rpc'ingRetryingCallable
.Fields in org.apache.hadoop.hbase.client declared as org.apache.hadoop.hbase.client.RpcRetryingCaller in inModifier and TypeFieldDescriptionprotected org.apache.hadoop.hbase.client.RpcRetryingCaller<org.apache.hadoop.hbase.client.Result[]>
ClientScanner.caller
Methods in org.apache.hadoop.hbase.client that return org.apache.hadoop.hbase.client.RpcRetryingCaller in inModifier and TypeMethodDescription<T> org.apache.hadoop.hbase.client.RpcRetryingCaller<T>
RpcRetryingCallerFactory.newCaller()
Create a new RetryingCaller with configured rpc timeout.<T> org.apache.hadoop.hbase.client.RpcRetryingCaller<T>
RpcRetryingCallerFactory.newCaller
(int rpcTimeout) Create a new RetryingCaller with specific rpc timeout.