Uses of Interface
org.opends.server.loggers.RetentionPolicy
Packages that use 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
Methods in org.opends.server.core that return RetentionPolicyModifier and TypeMethodDescriptionDirectoryServer.getRetentionPolicy
(Dn configEntryDN) ServerContext.getRetentionPolicy
(Dn configEntryDN) Retrieves the log retention policy registered for the provided configuration entry.Methods in org.opends.server.core with parameters of type RetentionPolicyModifier 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
Classes in org.opends.server.loggers that implement RetentionPolicyModifier 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.