Enum Class DeleteTracker.DeleteResult

java.lang.Object
java.lang.Enum<DeleteTracker.DeleteResult>
org.apache.hadoop.hbase.regionserver.querymatcher.DeleteTracker.DeleteResult
All Implemented Interfaces:
Serializable, Comparable<DeleteTracker.DeleteResult>, Constable
Enclosing interface:
DeleteTracker

Returns codes for delete result. The codes tell the ScanQueryMatcher whether the kv is deleted and why. Based on the delete result, the ScanQueryMatcher will decide the next operation