Package | Description |
---|---|
org.forgerock.opendj.adapter.server3x |
Classes for interacting with an embedded OpenDJ 2.x instance using the OpenDJ LDAP SDK.
|
org.opends.guitools.controlpanel.datamodel |
Defines the data structures that are used in the control panel.
|
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.
|
Class and Description |
---|
RemoveOnceLocalDBBackendIsPluggable
Temporary annotation to remind that annotated code could be removed once the
JE backend will be converted to pluggable backend.
|
Class and Description |
---|
RemoveOnceLocalDBBackendIsPluggable
Temporary annotation to remind that annotated code could be removed once the
JE backend will be converted to pluggable backend.
|
Class and Description |
---|
AttributeIndex
Class representing an attribute index.
|
AttributeIndex.KeyComparator
Delegator to
ByteSequence.BYTE_ARRAY_COMPARATOR . |
DatabaseContainer
This class is a wrapper around the JE database object and provides basic
read and write methods for entries.
|
DataConfig
Configuration class to indicate desired compression and cryptographic options
for the data stored in the database.
|
DN2ID
This class represents the DN database, or dn2id, which has one record
for each entry.
|
DN2URI
This class represents the referral database which contains URIs from referral
entries.
|
EntryContainer
Storage container for LDAP entries.
|
EntryID
An integer identifier assigned to each entry in the JE backend.
|
EntryIDSet
Represents a set of Entry IDs.
|
ID2Entry
Represents the database containing the LDAP entries.
|
Index
Represents an index implemented by a JE database in which each key maps to
a set of entry IDs.
|
IndexBuffer
A buffered index is used to buffer multiple reads or writes to the
same index key into a single read or write.
|
Indexer
This class attempts to abstract the generation and comparison of keys
for an index.
|
IndexQuery
This class represents a JE Backend Query.
|
JebException
This class defines an exception that may be thrown if a problem occurs in the
JE backend database.
|
JECompressedSchema
This class provides a compressed schema implementation whose definitions are
stored in a Berkeley DB JE database.
|
RootContainer
Wrapper class for the JE environment.
|
SortValues
This class defines a data structure that holds a set of attribute values that
are associated with a sort order for a given entry.
|
SortValuesSet
This class represents a partial sorted set of sorted entries in a VLV index.
|
State
This class is responsible for storing the configuration state of
the JE backend for a particular suffix.
|
VLVIndex
This class represents a VLV index.
|
VLVKeyComparator
This class is used to compare the keys used in a VLV index.
|
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.