Package | Description |
---|---|
org.opends.server.api |
Contains a number of API declarations for use throughout the
Directory Server.
|
org.opends.server.backends.pluggable |
Contains the code for implementing Directory Server pluggable storage backends.
|
org.opends.server.extensions |
Contains various implementations of Directory Server APIs that are not appropriate for other packages.
|
org.opends.server.monitors |
Contains various Directory Server monitor provider implementations.
|
org.opends.server.replication.server |
This package contains the code for the Replication Server part of the Multimaster replication feature.
|
Modifier and Type | Class and Description |
---|---|
class |
EntryCache<T extends EntryCacheCfg>
This class defines the set of methods that must be implemented by a Directory Server entry cache.
|
static class |
KeyManagerProvider.CertificateMonitor
This class implements a monitor provider that will report alias name and expiry date for each X509 certificate
associated to a key manager provider.
|
class |
MonitorProvider
This class defines the set of methods and structures that must be implemented by a Directory Server module that can
provide usage, performance, availability, or other kinds of monitor information to clients.
|
Modifier and Type | Class and Description |
---|---|
class |
PluggableBackendMonitor
A monitor provider for high level backend statistics, such as filter stats and search counters.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultEntryCache
This class defines the default entry cache which acts as an arbiter for every entry cache implementation configured
and installed within the Directory Server or acts an an empty cache if no implementation specific entry cache is
configured.
|
class |
DiskSpaceMonitor
This class provides an application-wide disk space monitoring service.
|
class |
FIFOEntryCache
This class defines a Directory Server entry cache that uses a FIFO to keep track of the entries.
|
class |
SoftReferenceEntryCache
This class defines a Directory Server entry cache that uses soft references to manage objects in a way that will
allow them to be freed if the JVM is running low on memory.
|
Modifier and Type | Class and Description |
---|---|
class |
JvmMonitorProvider
This class defines a monitor provider that reports information about the JVM it is running into.
|
class |
LocalBackendMonitor<B extends LocalBackend<?>>
This class implements a monitor provider that will report generic information for an enabled Directory Server
backend, including its backend ID, base DNs, writability mode, and the number of entries it contains.
|
Modifier and Type | Class and Description |
---|---|
class |
DataServerHandler
This class defines a server handler, which handles all interaction with a peer server (RS or DS).
|
class |
ReplicationServerDomain
This class define an in-memory cache that will be used to store the messages that have been received from an LDAP
server or from another replication server and that should be forwarded to other servers.
|
class |
ReplicationServerHandler
This class defines a server handler, which handles all interaction with a peer replication server.
|
Copyright 2010-2018 ForgeRock AS.