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

Packages that use org.apache.hadoop.hbase.client.RpcRetryingCaller
Package
Description
Provides HBase Client
  • 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 in
    Modifier and Type
    Class
    Description
    class 
    org.apache.hadoop.hbase.client.RpcRetryingCallerImpl<T>
    Runs an rpc'ing RetryingCallable.
    Fields in org.apache.hadoop.hbase.client declared as org.apache.hadoop.hbase.client.RpcRetryingCaller in in
    Modifier and Type
    Field
    Description
    protected 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 in
    Modifier and Type
    Method
    Description
    <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.