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.
|
org.opends.server.types |
Contains implementations for a number of Directory Server data
types.
|
Modifier and Type | Method and Description |
---|---|
EntryEncodeConfig |
DataConfig.getEntryEncodeConfig()
Get the EntryEncodeConfig object in use by this configuration.
|
Modifier and Type | Field and Description |
---|---|
static EntryEncodeConfig |
EntryEncodeConfig.DEFAULT_CONFIG
A reference to an entry encode configuration with all the default
settings.
|
Modifier and Type | Method and Description |
---|---|
static EntryEncodeConfig |
EntryEncodeConfig.decode(org.forgerock.opendj.ldap.ByteSequenceReader buffer,
int length,
CompressedSchema compressedSchema)
Decodes the entry encode configuration from current position and
length of the given byte array.
|
Modifier and Type | Method and Description |
---|---|
void |
Entry.encode(org.forgerock.opendj.ldap.ByteStringBuilder buffer,
EntryEncodeConfig config)
Encodes this entry into a form that is suitable for long-term
persistent storage.
|
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.