public class EqualityIndexer extends Object implements org.forgerock.opendj.ldap.spi.Indexer
Constructor and Description |
---|
EqualityIndexer(AttributeType attributeType)
Create a new attribute equality indexer for the given index configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
createKeys(org.forgerock.opendj.ldap.schema.Schema schema,
org.forgerock.opendj.ldap.ByteSequence value,
Collection<org.forgerock.opendj.ldap.ByteString> keys) |
String |
getIndexID() |
public EqualityIndexer(AttributeType attributeType)
attributeType
- The attribute type for which an indexer is
required.public String getIndexID()
getIndexID
in interface org.forgerock.opendj.ldap.spi.Indexer
public void createKeys(org.forgerock.opendj.ldap.schema.Schema schema, org.forgerock.opendj.ldap.ByteSequence value, Collection<org.forgerock.opendj.ldap.ByteString> keys) throws org.forgerock.opendj.ldap.DecodeException
createKeys
in interface org.forgerock.opendj.ldap.spi.Indexer
org.forgerock.opendj.ldap.DecodeException
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.