Class BitComparator

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

@Public public class BitComparator extends ByteArrayComparable
A bit comparator which performs the specified bitwise operation on each of the bytes with the specified byte array. Then returns whether the result is non-zero.