Package org.opends.server.backends.jeb
Class VLVKeyComparator
- java.lang.Object
-
- org.opends.legacy.DummyByteArrayComparator
-
- org.opends.server.backends.jeb.VLVKeyComparator
-
- All Implemented Interfaces:
Serializable
,Comparator<byte[]>
@Deprecated public class VLVKeyComparator extends DummyByteArrayComparator
Deprecated.since OPENDJ-1591 Migrate matching rules and since OPENDJ-2337 Remove old JE local-db backend code and JE changelogRequired by rebuild-index process when upgrading to OpenDJ3.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VLVKeyComparator()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description int
compare(byte[] b1, byte[] b2)
Deprecated.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
-
-
-
Method Detail
-
compare
public int compare(byte[] b1, byte[] b2)
Deprecated.- Specified by:
compare
in interfaceComparator<byte[]>
- Overrides:
compare
in classDummyByteArrayComparator
-
-