Class AllowPartialScanResultCache

java.lang.Object
org.apache.hadoop.hbase.client.AllowPartialScanResultCache
All Implemented Interfaces:
ScanResultCache

@Private class AllowPartialScanResultCache extends Object implements ScanResultCache
A ScanResultCache that may return partial result.

As we can only scan from the starting of a row when error, so here we also implement the logic that skips the cells that have already been returned.