Uses of Interface
org.forgerock.audit.events.handlers.writers.RotatableWriter.RolloverLifecycleHook
-
Packages that use RotatableWriter.RolloverLifecycleHook Package Description org.forgerock.audit.events.handlers.writers Utility classes for writing streams of characters. -
-
Uses of RotatableWriter.RolloverLifecycleHook in org.forgerock.audit.events.handlers.writers
Fields in org.forgerock.audit.events.handlers.writers declared as RotatableWriter.RolloverLifecycleHook Modifier and Type Field Description static RotatableWriter.RolloverLifecycleHook
RotatableWriter. NOOP_ROLLOVER_LIFECYCLE_HOOK
A RotationRetentionCheckHook that does nothing.Constructors in org.forgerock.audit.events.handlers.writers with parameters of type RotatableWriter.RolloverLifecycleHook Constructor Description RotatableWriter(File file, FileBasedEventHandlerConfiguration configuration, boolean append, RotatableWriter.RolloverLifecycleHook rolloverLifecycleHook)
Constructs aRotatableWriter
given an initial file to manage rotation/retention, a aFileBasedEventHandlerConfiguration
and aRotatableWriter.RolloverLifecycleHook
.
-