Uses of Class
org.apache.hadoop.hbase.client.ScannerCallable
Packages that use ScannerCallable
-
Uses of ScannerCallable in org.apache.hadoop.hbase.client
Subclasses of ScannerCallable in org.apache.hadoop.hbase.clientModifier and TypeClassDescriptionclass
A reversed ScannerCallable which supports backward scanning.Fields in org.apache.hadoop.hbase.client declared as ScannerCallableModifier and TypeFieldDescription(package private) final ScannerCallable
ScannerCallableWithReplicas.RetryingRPC.callable
(package private) ScannerCallable
ScannerCallableWithReplicas.currentScannerCallable
Fields in org.apache.hadoop.hbase.client with type parameters of type ScannerCallableModifier and TypeFieldDescriptionprivate Set<ScannerCallable>
ScannerCallableWithReplicas.outstandingCallables
Methods in org.apache.hadoop.hbase.client that return ScannerCallableModifier and TypeMethodDescriptionprotected abstract ScannerCallable
ClientScanner.createScannerCallable()
Will be called in moveToNextRegion to create ScannerCallable.protected ScannerCallable
ClientSimpleScanner.createScannerCallable()
ReversedScannerCallable.getScannerCallableForReplica
(int id) ScannerCallable.getScannerCallableForReplica
(int id) Methods in org.apache.hadoop.hbase.client that return types with arguments of type ScannerCallableMethods in org.apache.hadoop.hbase.client with parameters of type ScannerCallableModifier and TypeMethodDescriptionprivate void
ScannerCallableWithReplicas.setStartRowForReplicaCallable
(ScannerCallable callable) Set the start row for the replica callable based on the state of the last result received.private void
ScannerCallableWithReplicas.updateCurrentlyServingReplica
(ScannerCallable scanner, Result[] result, AtomicBoolean done, ExecutorService pool) Method parameters in org.apache.hadoop.hbase.client with type arguments of type ScannerCallableModifier and TypeMethodDescriptionprivate void
ScannerCallableWithReplicas.addCallsForCurrentReplica
(ResultBoundedCompletionService<Pair<Result[], ScannerCallable>> cs, int rpcTimeout) private void
ScannerCallableWithReplicas.addCallsForOtherReplicas
(ResultBoundedCompletionService<Pair<Result[], ScannerCallable>> cs, int min, int max, int rpcTimeout) Constructors in org.apache.hadoop.hbase.client with parameters of type ScannerCallableModifierConstructorDescription(package private)
RetryingRPC
(ScannerCallable callable) ScannerCallableWithReplicas
(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)