Package | Description |
---|---|
org.opends.server.backends.jeb |
Contains the code for the Directory Server backend that uses the Berkeley DB
Java Edition as the repository for storing entry and index information.
|
Modifier and Type | Method and Description |
---|---|
void |
Index.addEntry(IndexBuffer buffer,
EntryID entryID,
Entry entry)
Update the index buffer for a deleted entry.
|
void |
AttributeIndex.addEntry(IndexBuffer buffer,
EntryID entryID,
Entry entry)
Update the attribute index for a new entry.
|
void |
Index.delete(IndexBuffer buffer,
org.forgerock.opendj.ldap.ByteString keyBytes)
Buffered delete of a key from the JE database.
|
void |
Index.modifyEntry(IndexBuffer buffer,
EntryID entryID,
Entry oldEntry,
Entry newEntry,
List<Modification> mods)
Update the index to reflect a sequence of modifications in a Modify
operation.
|
void |
AttributeIndex.modifyEntry(IndexBuffer buffer,
EntryID entryID,
Entry oldEntry,
Entry newEntry,
List<Modification> mods)
Update the index to reflect a sequence of modifications in a Modify
operation.
|
void |
Index.removeEntry(IndexBuffer buffer,
EntryID entryID,
Entry entry)
Update the index buffer for a deleted entry.
|
void |
AttributeIndex.removeEntry(IndexBuffer buffer,
EntryID entryID,
Entry entry)
Update the attribute index for a deleted entry.
|
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.