Class AsyncClientScanner

java.lang.Object
org.apache.hadoop.hbase.client.AsyncClientScanner

@Private class AsyncClientScanner extends Object
The asynchronous client scanner implementation.

Here we will call OpenScanner first and use the returned scannerId to create a AsyncScanSingleRegionRpcRetryingCaller to do the real scan operation. The return value of AsyncScanSingleRegionRpcRetryingCaller will tell us whether open a new scanner or finish scan.