|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.hadoop.hbase.filter.WritableByteArrayComparable
org.apache.hadoop.hbase.filter.BinaryComparator
public class BinaryComparator
A binary comparator which lexicographically compares against the specified
byte array using Bytes.compareTo(byte[], byte[]).
| Constructor Summary | |
|---|---|
BinaryComparator()
Nullary constructor for Writable, do not use |
|
BinaryComparator(byte[] value)
Constructor |
|
| Method Summary |
|---|
| Methods inherited from class org.apache.hadoop.hbase.filter.WritableByteArrayComparable |
|---|
compareTo, getValue, readFields, write |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BinaryComparator()
public BinaryComparator(byte[] value)
value - value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||