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) class
A ScanResultCache that may return partial result.class
A scan result cache for batched scan, i.e,scan.getBatch() > 0 && !scan.getAllowPartialResults()
.(package private) class
A scan result cache that only returns complete result.Fields in org.apache.hadoop.hbase.client declared as ScanResultCacheModifier and TypeFieldDescriptionprivate final ScanResultCache
AsyncClientScanner.resultCache
private ScanResultCache
AsyncRpcRetryingCallerFactory.ScanSingleRegionCallerBuilder.resultCache
private final ScanResultCache
AsyncScanSingleRegionRpcRetryingCaller.resultCache
private final ScanResultCache
ClientScanner.scanResultCache
Methods in org.apache.hadoop.hbase.client that return ScanResultCacheModifier and TypeMethodDescriptionstatic ScanResultCache
ConnectionUtils.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)