public final class BitComparator extends FilterComparator
Only EQUAL and NOT_EQUAL comparisons are valid with this comparator.
Modifier and Type | Class and Description |
---|---|
static class |
BitComparator.BitwiseOp
Bit operators.
|
Modifier and Type | Field and Description |
---|---|
static int |
kBitComparator |
Constructor and Description |
---|
BitComparator(byte[] value,
BitComparator.BitwiseOp bitOperator) |
Modifier and Type | Method and Description |
---|---|
BitComparator.BitwiseOp |
bitwiseOperator() |
protected String |
getName() |
protected com.google.protobuf.ByteString |
getState() |
String |
toString() |
byte[] |
value() |
toComparatorProto, toProtobuf
public static final int kBitComparator
public BitComparator(byte[] value, BitComparator.BitwiseOp bitOperator)
public byte[] value()
public BitComparator.BitwiseOp bitwiseOperator()
protected com.google.protobuf.ByteString getState()
getState
in class FilterComparator
protected String getName()
getName
in class FilterComparator
Copyright ? 2010-2018, The Async HBase Authors