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

Packages that use org.apache.hadoop.hbase.client.RetryingCallable
Package
Description
Provides HBase Client
  • Uses of org.apache.hadoop.hbase.client.RetryingCallable in org.apache.hadoop.hbase.client

    Classes in org.apache.hadoop.hbase.client that implement org.apache.hadoop.hbase.client.RetryingCallable in in
    Modifier and Type
    Class
    Description
    class 
    org.apache.hadoop.hbase.client.ClientServiceCallable<T>
    A RegionServerCallable set to use the Client protocol.
    class 
    org.apache.hadoop.hbase.client.FlushRegionCallable
    A Callable for flushRegion() RPC.
    class 
    org.apache.hadoop.hbase.client.NoncedRegionServerCallable<T>
    Implementations make an rpc call against a RegionService via a protobuf Service.
    class 
    org.apache.hadoop.hbase.client.RegionAdminServiceCallable<T>
    Similar to RegionServerCallable but for the AdminService interface.
    class 
    org.apache.hadoop.hbase.client.RegionServerCallable<T,S>
    Implementations make a RPC call against a RegionService via a protobuf Service.
    class 
    org.apache.hadoop.hbase.client.ReversedScannerCallable
    A reversed ScannerCallable which supports backward scanning.
    class 
    org.apache.hadoop.hbase.client.ScannerCallable
    Scanner operations such as create, next, etc.
    Methods in org.apache.hadoop.hbase.client with parameters of type org.apache.hadoop.hbase.client.RetryingCallable in in
    Modifier and Type
    Method
    Description
    T
    RpcRetryingCaller.callWithoutRetries(org.apache.hadoop.hbase.client.RetryingCallable<T> callable, int callTimeout)
    Call the server once only.
    T
    RpcRetryingCallerImpl.callWithoutRetries(org.apache.hadoop.hbase.client.RetryingCallable<T> callable, int callTimeout)
     
    T
    RpcRetryingCaller.callWithRetries(org.apache.hadoop.hbase.client.RetryingCallable<T> callable, int callTimeout)
    Retries if invocation fails.
    T
    RpcRetryingCallerImpl.callWithRetries(org.apache.hadoop.hbase.client.RetryingCallable<T> callable, int callTimeout)
     
    void
    ResultBoundedCompletionService.submit(org.apache.hadoop.hbase.client.RetryingCallable<V> task, int rpcTimeout, int operationTimeout, int id)