| 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.
|
| Modifier and Type | Method and Description |
|---|---|
static RotationPolicy |
DirectoryServer.getRotationPolicy(DN configEntryDN)
Retrieves the log rotation policy registered for the provided configuration
entry.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
DirectoryServer.registerRotationPolicy(DN configEntryDN,
RotationPolicy policy)
Registers the provided log rotation policy with the Directory Server.
|
| Modifier and Type | Class and 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.
|
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.