Class AsyncTableResultScanner

java.lang.Object
org.apache.hadoop.hbase.client.AsyncTableResultScanner
All Implemented Interfaces:
Closeable, AutoCloseable, Iterable<Result>, AdvancedScanResultConsumer, ResultScanner, ScanResultConsumerBase

The ResultScanner implementation for RawAsyncTableImpl. It will fetch data automatically in background and cache it in memory. Typically, the maxCacheSize will be 2 * scan.getMaxResultSize().