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

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

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

Classes in org.apache.hadoop.hbase.client with type parameters of type RetryingCallable
 class DelegatingRetryingCallable<T,D extends RetryingCallable<T>>
          Helper callable for internal use when you just want to override a single method of a RetryingCallable.
 

Classes in org.apache.hadoop.hbase.client that implement RetryingCallable
 class DelegatingRetryingCallable<T,D extends RetryingCallable<T>>
          Helper callable for internal use when you just want to override a single method of a RetryingCallable.
 class PayloadCarryingServerCallable<T>
          This class is used to unify HTable calls with AsyncProcess Framework.
 class RegionServerCallable<T>
          Implementations call a RegionServer and implement Callable.call().
 class ReversedScannerCallable
          A reversed ScannerCallable which supports backward scanning.
 class ScannerCallable
          Scanner operations such as create, next, etc.
 

Fields in org.apache.hadoop.hbase.client declared as RetryingCallable
protected  D DelegatingRetryingCallable.delegate
           
 

Methods in org.apache.hadoop.hbase.client with parameters of type RetryingCallable
 T RpcRetryingCaller.callWithoutRetries(RetryingCallable<T> callable, int callTimeout)
          Call the server once only.
 T RpcRetryingCaller.callWithRetries(RetryingCallable<T> callable)
           
 T RpcRetryingCaller.callWithRetries(RetryingCallable<T> callable, int callTimeout)
          Retries if invocation fails.
 



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