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>>
           
 

Classes in org.apache.hadoop.hbase.client that implement RetryingCallable
 class DelegatingRetryingCallable<T,D extends RetryingCallable<T>>
           
 class RegionServerCallable<T>
          Implementations call a RegionServer and implement Callable.call().
 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)
          Call the server once only.
 T RpcRetryingCaller.callWithRetries(RetryingCallable<T> callable)
           
 T RpcRetryingCaller.callWithRetries(RetryingCallable<T> callable, int callTimeout)
          Retries if invocation fails.
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.