Uses of Interface
org.opends.server.loggers.RotationPolicy
Packages that use RotationPolicy
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 RotationPolicy in org.opends.server.core
Methods in org.opends.server.core that return RotationPolicyModifier and TypeMethodDescriptionDirectoryServer.getRotationPolicy
(Dn configEntryDN) ServerContext.getRotationPolicy
(Dn configEntryDN) Retrieves the log rotation policy registered for the provided configuration entry.Methods in org.opends.server.core with parameters of type RotationPolicyModifier and TypeMethodDescriptionvoid
DirectoryServer.registerRotationPolicy
(Dn configEntryDN, RotationPolicy<?> policy) void
ServerContext.registerRotationPolicy
(Dn configEntryDN, RotationPolicy<?> policy) Registers the provided log rotation policy with the Directory Server. -
Uses of RotationPolicy in org.opends.server.loggers
Classes in org.opends.server.loggers that implement RotationPolicyModifier and TypeClassDescriptionfinal class
This class implements a rotation policy based on fixed day/time of day.final class
This class implements a rotation policy based on the size of the file.final class
This class implements a fixed time based rotation policy.