Package | Description |
---|---|
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 |
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–2017 ForgeRock AS. All rights reserved.