Package org.apache.hadoop.hbase.util
Class ByteBufferUtils.ComparerHolder.UnsafeComparer
java.lang.Object
org.apache.hadoop.hbase.util.ByteBufferUtils.Comparer
org.apache.hadoop.hbase.util.ByteBufferUtils.ComparerHolder.UnsafeComparer
- Enclosing class:
- ByteBufferUtils.ComparerHolder
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
compareTo
(byte[] buf1, int o1, int l1, ByteBuffer buf2, int o2, int l2) int
compareTo
(ByteBuffer buf1, int o1, int l1, ByteBuffer buf2, int o2, int l2)
-
Constructor Details
-
UnsafeComparer
public UnsafeComparer()
-
-
Method Details
-
compareTo
- Specified by:
compareTo
in classByteBufferUtils.Comparer
-
compareTo
- Specified by:
compareTo
in classByteBufferUtils.Comparer
-