Uses of Interface
org.apache.hadoop.hbase.client.RpcRetryingCaller
Packages that use RpcRetryingCaller
-
Uses of RpcRetryingCaller in org.apache.hadoop.hbase.client
Classes in org.apache.hadoop.hbase.client that implement RpcRetryingCallerFields in org.apache.hadoop.hbase.client declared as RpcRetryingCallerModifier and TypeFieldDescriptionprotected RpcRetryingCaller<Result[]>ClientScanner.callerprivate final RpcRetryingCaller<Result[]>ScannerCallableWithReplicas.caller(package private) RpcRetryingCaller<Result[]>ScannerCallableWithReplicas.RetryingRPC.callerprivate final RpcRetryingCaller<T>ResultBoundedCompletionService.QueueingFuture.retryingCallerMethods in org.apache.hadoop.hbase.client that return RpcRetryingCallerModifier and TypeMethodDescriptionprotected RpcRetryingCaller<AbstractResponse>AsyncProcess.createCaller(CancellableRegionServerCallable callable, int rpcTimeout) Create a caller.<T> RpcRetryingCaller<T>RpcRetryingCallerFactory.newCaller()Create a new RetryingCaller with configured rpc timeout.<T> RpcRetryingCaller<T>RpcRetryingCallerFactory.newCaller(int rpcTimeout) Create a new RetryingCaller with specific rpc timeout.Methods in org.apache.hadoop.hbase.client with parameters of type RpcRetryingCallerModifier and TypeMethodDescriptionprivate Result[]ClientScanner.call(ScannerCallableWithReplicas callable, RpcRetryingCaller<Result[]> caller, int scannerTimeout, boolean updateCurrentRegion) Constructors in org.apache.hadoop.hbase.client with parameters of type RpcRetryingCallerModifierConstructorDescriptionScannerCallableWithReplicas(TableName tableName, ClusterConnection cConnection, ScannerCallable baseCallable, ExecutorService pool, int timeBeforeReplicas, Scan scan, int retries, int readRpcTimeout, int scannerTimeout, boolean useScannerTimeoutForNextCalls, int caching, org.apache.hadoop.conf.Configuration conf, RpcRetryingCaller<Result[]> caller)