Uses of Interface
org.opends.server.loggers.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
Modifier and TypeMethodDescriptionDirectoryServer.getRotationPolicy
(Dn configEntryDN) ServerContext.getRotationPolicy
(Dn configEntryDN) Retrieves the log rotation policy registered for the provided configuration entry.Modifier 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
Modifier 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.