Uses of Interface
org.apache.hadoop.hbase.client.ScanResultCache
Packages that use ScanResultCache
-
Uses of ScanResultCache in org.apache.hadoop.hbase.client
Classes in org.apache.hadoop.hbase.client that implement ScanResultCacheModifier and TypeClassDescription(package private) classA ScanResultCache that may return partial result.classA scan result cache for batched scan, i.e,scan.getBatch() > 0 && !scan.getAllowPartialResults().(package private) classA scan result cache that only returns complete result.Fields in org.apache.hadoop.hbase.client declared as ScanResultCacheModifier and TypeFieldDescriptionprivate final ScanResultCacheAsyncClientScanner.resultCacheprivate ScanResultCacheAsyncRpcRetryingCallerFactory.ScanSingleRegionCallerBuilder.resultCacheprivate final ScanResultCacheAsyncScanSingleRegionRpcRetryingCaller.resultCacheMethods in org.apache.hadoop.hbase.client that return ScanResultCacheModifier and TypeMethodDescriptionstatic ScanResultCacheConnectionUtils.createScanResultCache(Scan scan) Methods in org.apache.hadoop.hbase.client with parameters of type ScanResultCacheModifier and TypeMethodDescriptionAsyncRpcRetryingCallerFactory.ScanSingleRegionCallerBuilder.resultCache(ScanResultCache resultCache) Constructors in org.apache.hadoop.hbase.client with parameters of type ScanResultCacheModifierConstructorDescriptionAsyncScanSingleRegionRpcRetryingCaller(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 pauseNsForServerOverloaded, int maxAttempts, long scanTimeoutNs, long rpcTimeoutNs, int startLogErrorsCnt, Map<String, byte[]> requestAttributes)