Uses of Interface
org.opends.server.loggers.RetentionPolicy
Package
Description
Contains various classes that comprise the core of the Directory Server codebase.
Contains implementations of Directory Server access, error, and debug loggers.
-
Uses of RetentionPolicy in org.opends.server.core
Modifier and TypeMethodDescriptionDirectoryServer.getRetentionPolicy
(Dn configEntryDN) ServerContext.getRetentionPolicy
(Dn configEntryDN) Retrieves the log retention policy registered for the provided configuration entry.Modifier and TypeMethodDescriptionvoid
DirectoryServer.registerRetentionPolicy
(Dn configEntryDN, RetentionPolicy<?> policy) void
ServerContext.registerRetentionPolicy
(Dn configEntryDN, RetentionPolicy<?> policy) Registers the provided log retention policy with the Directory Server. -
Uses of RetentionPolicy in org.opends.server.loggers
Modifier and TypeClassDescriptionfinal class
This class implements a retention policy based on the number of files.final class
This class implements a retention policy based on the free disk space available expressed as a percentage.final class
This class implements a retention policy based on the amount of space taken by the log files.