Package org.opends.legacy
Class DummyByteArrayComparator
- java.lang.Object
-
- org.opends.legacy.DummyByteArrayComparator
-
- All Implemented Interfaces:
Serializable,Comparator<byte[]>
- Direct Known Subclasses:
AttributeIndex.KeyComparator,AuthPasswordExactEqualityMatchingRule,BitStringEqualityMatchingRule,BooleanEqualityMatchingRule,CaseExactEqualityMatchingRule,CaseExactIA5EqualityMatchingRule,CaseExactIA5SubstringMatchingRule,CaseExactOrderingMatchingRule,CaseExactSubstringMatchingRule,CaseIgnoreEqualityMatchingRule,CaseIgnoreIA5EqualityMatchingRule,CaseIgnoreIA5SubstringMatchingRule,CaseIgnoreListEqualityMatchingRule,CaseIgnoreListSubstringMatchingRule,CaseIgnoreOrderingMatchingRule,CaseIgnoreSubstringMatchingRule,CertificateExactMatchingRule,DirectoryStringFirstComponentEqualityMatchingRule,DistinguishedNameEqualityMatchingRule,DoubleMetaphoneApproximateMatchingRule,GeneralizedTimeEqualityMatchingRule,GeneralizedTimeOrderingMatchingRule,HistoricalCsnOrderingMatchingRule,IntegerEqualityMatchingRule,IntegerFirstComponentEqualityMatchingRule,IntegerOrderingMatchingRule,KeywordEqualityMatchingRule,NumericStringEqualityMatchingRule,NumericStringOrderingMatchingRule,NumericStringSubstringMatchingRule,ObjectIdentifierEqualityMatchingRule,ObjectIdentifierFirstComponentEqualityMatchingRule,OctetStringEqualityMatchingRule,OctetStringOrderingMatchingRule,OctetStringSubstringMatchingRule,PresentationAddressEqualityMatchingRule,ProtocolInformationEqualityMatchingRule,TelephoneNumberEqualityMatchingRule,TelephoneNumberSubstringMatchingRule,UniqueMemberEqualityMatchingRule,UserPasswordExactEqualityMatchingRule,UUIDEqualityMatchingRule,UUIDOrderingMatchingRule,VLVKeyComparator,WordEqualityMatchingRule
@Deprecated public class DummyByteArrayComparator extends Object implements Comparator<byte[]>, Serializable
Deprecated.Do not useDummy implementation for a byte array comparator. This allows to quickly reimplement deleted matching rule classes for upgrade and rebuild-index with Berkeley JE.- Since:
- OPENDJ-1637 Upgrade: server fails to start after upgrade (ClassNotFoundException)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DummyByteArrayComparator()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description intcompare(byte[] o1, byte[] o2)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[] o1, byte[] o2)Deprecated.- Specified by:
comparein interfaceComparator<byte[]>
-
-