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.core |
Contains various classes that comprise the core of the Directory Server
codebase.
|
org.opends.server.types |
Contains implementations for a number of Directory Server data
types.
|
Modifier and Type | Class and Description |
---|---|
class |
JECompressedSchema
This class provides a compressed schema implementation whose definitions are
stored in a Berkeley DB JE database.
|
Modifier and Type | Method and Description |
---|---|
static Entry |
ID2Entry.entryFromDatabase(org.forgerock.opendj.ldap.ByteString bytes,
CompressedSchema compressedSchema)
Decodes an entry from its database representation.
|
void |
DataConfig.setCompactEncoding(boolean compactEncoding,
CompressedSchema compressedSchema)
Configure whether data should be encoded with the compact form before
writing to the database.
|
Constructor and Description |
---|
DataConfig(boolean compressed,
boolean compactEncoding,
CompressedSchema compressedSchema)
Construct a new DataConfig object with the specified settings.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultCompressedSchema
This class provides a default implementation of a compressed schema manager
that will store the schema definitions in a binary file
(config/schematokens.dat).
|
Modifier and Type | Method and Description |
---|---|
static CompressedSchema |
DirectoryServer.getDefaultCompressedSchema()
Retrieves the default compressed schema manager for the Directory Server.
|
Modifier and Type | Method and Description |
---|---|
CompressedSchema |
EntryEncodeConfig.getCompressedSchema()
Retrieves the compressed schema manager that may be used to
generate compact schema encodings with this entry encode
configuration.
|
Modifier and Type | Method and Description |
---|---|
static Entry |
Entry.decode(org.forgerock.opendj.ldap.ByteSequenceReader entryBuffer,
CompressedSchema compressedSchema)
Decodes the provided byte array as an entry using the V3
encoding.
|
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.
|
Constructor and Description |
---|
EntryEncodeConfig(boolean excludeDN,
boolean compressAttrDescriptions,
boolean compressObjectClassSets,
CompressedSchema compressedSchema)
Creates a new encoded entry configuration with the specified
settings.
|
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.