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 |
---|---|
Collection<VLVIndex> |
EntryContainer.getVLVIndexes()
Retrieve all VLV indexes.
|
Modifier and Type | Method and Description |
---|---|
org.opends.server.backends.jeb.IndexBuffer.BufferedVLVValues |
IndexBuffer.getVLVIndex(VLVIndex vlvIndex)
Get the buffered VLV values for the given VLV index.
|
Constructor and Description |
---|
SortValuesSet(byte[] keyBytes,
byte[] dataBytes,
VLVIndex vlvIndex)
Construct a sort values set from the database.
|
SortValuesSet(VLVIndex vlvIndex)
Construct an empty sort values set with the given information.
|
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.