Class ReversedKeyValueHeap

All Implemented Interfaces:
Closeable, AutoCloseable, InternalScanner, KeyValueScanner, Shipper

@Private public class ReversedKeyValueHeap extends KeyValueHeap
ReversedKeyValueHeap is used for supporting reversed scanning. Compared with KeyValueHeap, its scanner comparator is a little different (see ReversedKVScannerComparator), all seek is backward seek(see KeyValueScanner.backwardSeek(org.apache.hadoop.hbase.ExtendedCell)), and it will jump to the previous row if it is already at the end of one row when calling next().