| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.client | 
 Provides HBase Client 
 | 
| Modifier and Type | Class and Description | 
|---|---|
(package private) class  | 
AllowPartialScanResultCache
A ScanResultCache that may return partial result. 
 | 
class  | 
BatchScanResultCache
A scan result cache for batched scan, i.e,
  
scan.getBatch() > 0 && !scan.getAllowPartialResults(). | 
(package private) class  | 
CompleteScanResultCache
A scan result cache that only returns complete result. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
private ScanResultCache | 
AsyncScanSingleRegionRpcRetryingCaller.resultCache  | 
private ScanResultCache | 
AsyncClientScanner.resultCache  | 
private ScanResultCache | 
AsyncRpcRetryingCallerFactory.ScanSingleRegionCallerBuilder.resultCache  | 
private ScanResultCache | 
ClientScanner.scanResultCache  | 
| Modifier and Type | Method and Description | 
|---|---|
static ScanResultCache | 
ConnectionUtils.createScanResultCache(Scan scan)  | 
| Modifier and Type | Method and Description | 
|---|---|
AsyncRpcRetryingCallerFactory.ScanSingleRegionCallerBuilder | 
AsyncRpcRetryingCallerFactory.ScanSingleRegionCallerBuilder.resultCache(ScanResultCache resultCache)  | 
| Constructor and Description | 
|---|
AsyncScanSingleRegionRpcRetryingCaller(org.apache.hbase.thirdparty.io.netty.util.Timer retryTimer,
                                      AsyncConnectionImpl conn,
                                      Scan scan,
                                      ScanMetrics scanMetrics,
                                      long scannerId,
                                      ScanResultCache resultCache,
                                      AdvancedScanResultConsumer consumer,
                                      org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.ClientService.Interface stub,
                                      HRegionLocation loc,
                                      boolean isRegionServerRemote,
                                      int priority,
                                      long scannerLeaseTimeoutPeriodNs,
                                      long pauseNs,
                                      long pauseForCQTBENs,
                                      int maxAttempts,
                                      long scanTimeoutNs,
                                      long rpcTimeoutNs,
                                      int startLogErrorsCnt)  | 
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.