Package | Description |
---|---|
org.opends.server.core |
Contains various classes that comprise the core of the Directory Server codebase.
|
org.opends.server.loggers |
Contains implementations of Directory Server access, error, and debug loggers.
|
Modifier and Type | Method and Description |
---|---|
static RetentionPolicy<?> |
DirectoryServer.getRetentionPolicy(Dn configEntryDN)
Retrieves the log retention policy registered for the provided configuration entry.
|
Modifier and Type | Method and Description |
---|---|
static void |
DirectoryServer.registerRetentionPolicy(Dn configEntryDN,
RetentionPolicy<?> policy)
Registers the provided log retention policy with the Directory Server.
|
Modifier and Type | Class and Description |
---|---|
class |
FileNumberRetentionPolicy
This class implements a retention policy based on the number of files.
|
class |
FreeDiskSpaceRetentionPolicy
This class implements a retention policy based on the free disk space available expressed as a percentage.
|
class |
SizeBasedRetentionPolicy
This class implements a retention policy based on the amount of space taken by the log files.
|
Copyright 2010-2018 ForgeRock AS.