Enum Class ScanQueryMatcher.MatchCode

java.lang.Object
java.lang.Enum<ScanQueryMatcher.MatchCode>
org.apache.hadoop.hbase.regionserver.querymatcher.ScanQueryMatcher.MatchCode
All Implemented Interfaces:
Serializable, Comparable<ScanQueryMatcher.MatchCode>, Constable
Enclosing class:
ScanQueryMatcher

ScanQueryMatcher.match(org.apache.hadoop.hbase.ExtendedCell) return codes. These instruct the scanner moving through memstores and StoreFiles what to do with the current KeyValue.

Additionally, this contains "early-out" language to tell the scanner to move on to the next File (memstore or Storefile), or to return immediately.