Class UserScanQueryMatcher

java.lang.Object
org.apache.hadoop.hbase.regionserver.querymatcher.ScanQueryMatcher
org.apache.hadoop.hbase.regionserver.querymatcher.UserScanQueryMatcher
All Implemented Interfaces:
ShipperListener
Direct Known Subclasses:
NormalUserScanQueryMatcher, RawScanQueryMatcher

@Private public abstract class UserScanQueryMatcher extends ScanQueryMatcher
Query matcher for user scan.

We do not consider mvcc here because StoreFileScanner and SegmentScanner will only return a cell whose mvcc is less than or equal to given read point. For IsolationLevel.READ_UNCOMMITTED, we just set the read point to Long.MAX_VALUE, i.e. still do not need to consider it.