Class BinaryPrefixComparator

java.lang.Object
org.apache.hadoop.hbase.filter.ByteArrayComparable
org.apache.hadoop.hbase.filter.BinaryPrefixComparator
All Implemented Interfaces:
Comparable<byte[]>

@Public public class BinaryPrefixComparator extends ByteArrayComparable
A comparator which compares against a specified byte array, but only compares up to the length of this byte array. For the rest it is similar to BinaryComparator.