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.backends.pdb |
Contains the code for the Directory Server backend that uses Persistit
as the repository for storing entry and index information.
|
org.opends.server.extensions |
Contains various implementations of Directory Server APIs that are not
appropriate for other packages.
|
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 |
JEStorage
Berkeley DB Java Edition (JE for short) database implementation of the
Storage engine. |
Modifier and Type | Class and Description |
---|---|
class |
PDBStorage
PersistIt database implementation of the
Storage engine. |
Modifier and Type | Method and Description |
---|---|
void |
DiskSpaceMonitor.deregisterMonitoredDirectory(File directory,
DiskSpaceMonitorHandler handler)
Removes a directory from the set of monitored directories.
|
void |
DiskSpaceMonitor.registerMonitoredDirectory(String instanceName,
File directory,
long lowThresholdBytes,
long fullThresholdBytes,
DiskSpaceMonitorHandler handler)
Registers or reconfigures a directory for monitoring.
|
Modifier and Type | Class and Description |
---|---|
class |
ReplicationServer
ReplicationServer Listener.
|
Copyright 2010-2017 ForgeRock AS.