Uses of Interface
org.apache.hadoop.hbase.client.RetryingCallable
Packages that use org.apache.hadoop.hbase.client.RetryingCallable
-
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 inModifier and TypeClassDescriptionclassorg.apache.hadoop.hbase.client.ClientServiceCallable<T>A RegionServerCallable set to use the Client protocol.classorg.apache.hadoop.hbase.client.FlushRegionCallableA Callable for flushRegion() RPC.classorg.apache.hadoop.hbase.client.NoncedRegionServerCallable<T>Implementations make an rpc call against a RegionService via a protobuf Service.classorg.apache.hadoop.hbase.client.RegionAdminServiceCallable<T>Similar to RegionServerCallable but for the AdminService interface.classorg.apache.hadoop.hbase.client.RegionServerCallable<T,S> Implementations make a RPC call against a RegionService via a protobuf Service.classorg.apache.hadoop.hbase.client.ReversedScannerCallableA reversed ScannerCallable which supports backward scanning.classorg.apache.hadoop.hbase.client.ScannerCallableScanner operations such as create, next, etc.Methods in org.apache.hadoop.hbase.client with parameters of type org.apache.hadoop.hbase.client.RetryingCallable in inModifier and TypeMethodDescriptionTRpcRetryingCaller.callWithoutRetries(org.apache.hadoop.hbase.client.RetryingCallable<T> callable, int callTimeout) Call the server once only.TRpcRetryingCallerImpl.callWithoutRetries(org.apache.hadoop.hbase.client.RetryingCallable<T> callable, int callTimeout) TRpcRetryingCaller.callWithRetries(org.apache.hadoop.hbase.client.RetryingCallable<T> callable, int callTimeout) Retries if invocation fails.TRpcRetryingCallerImpl.callWithRetries(org.apache.hadoop.hbase.client.RetryingCallable<T> callable, int callTimeout) voidResultBoundedCompletionService.submit(org.apache.hadoop.hbase.client.RetryingCallable<V> task, int rpcTimeout, int operationTimeout, int id)