Uses of Interface
org.opends.server.loggers.RotationPolicy
-
Packages that use RotationPolicy 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. -
-
Uses of RotationPolicy in org.opends.server.core
Methods in org.opends.server.core that return RotationPolicy Modifier and Type Method Description RotationPolicy<?>
DirectoryServer. getRotationPolicy(Dn configEntryDN)
RotationPolicy<?>
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 RotationPolicy Modifier and Type Method Description void
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 RotationPolicy Modifier and Type Class Description class
FixedTimeRotationPolicy
This class implements a rotation policy based on fixed day/time of day.class
SizeBasedRotationPolicy
This class implements a rotation policy based on the size of the file.class
TimeLimitRotationPolicy
This class implements a fixed time based rotation policy.
-