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 TypeClassDescriptionclassA reversed ScannerCallable which supports backward scanning.Fields in org.apache.hadoop.hbase.client declared as ScannerCallableModifier and TypeFieldDescription(package private) final ScannerCallableScannerCallableWithReplicas.RetryingRPC.callable(package private) ScannerCallableScannerCallableWithReplicas.currentScannerCallableFields in org.apache.hadoop.hbase.client with type parameters of type ScannerCallableModifier and TypeFieldDescriptionprivate Set<ScannerCallable>ScannerCallableWithReplicas.outstandingCallablesMethods in org.apache.hadoop.hbase.client that return ScannerCallableModifier and TypeMethodDescriptionprotected abstract ScannerCallableClientScanner.createScannerCallable()Will be called in moveToNextRegion to create ScannerCallable.protected ScannerCallableClientSimpleScanner.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 voidScannerCallableWithReplicas.setStartRowForReplicaCallable(ScannerCallable callable) Set the start row for the replica callable based on the state of the last result received.private voidScannerCallableWithReplicas.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 voidScannerCallableWithReplicas.addCallsForCurrentReplica(ResultBoundedCompletionService<Pair<Result[], ScannerCallable>> cs, int rpcTimeout) private voidScannerCallableWithReplicas.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)