Class Bytes.RowEndKeyComparator

java.lang.Object
org.apache.hadoop.hbase.util.Bytes.ByteArrayComparator
org.apache.hadoop.hbase.util.Bytes.RowEndKeyComparator
All Implemented Interfaces:
Comparator<byte[]>, org.apache.hadoop.io.RawComparator<byte[]>
Enclosing class:
Bytes

@Public public static class Bytes.RowEndKeyComparator extends Bytes.ByteArrayComparator
A Bytes.ByteArrayComparator that treats the empty array as the largest value. This is useful for comparing row end keys for regions.