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.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 | Method and Description |
---|---|
void |
DiskSpaceMonitor.deregisterMonitoredDirectory(DiskSpaceMonitorHandler handler)
Deregisters the provided
handler from its associated monitored disk. |
void |
DiskSpaceMonitor.registerMonitoredDirectory(DiskSpaceMonitorHandler handler,
String name,
File directory,
Long lowThresholdBytes,
Long fullThresholdBytes)
Registers the disk used by the provided directory to the monitored disks.
|
Modifier and Type | Class and Description |
---|---|
class |
ReplicationServer
ReplicationServer Listener.
|
Copyright 2010-2022 ForgeRock AS.