public static class JsonAuditEventHandlerConfiguration.EventBufferingConfiguration extends Object
Constructor and Description |
---|
EventBufferingConfiguration() |
Modifier and Type | Method and Description |
---|---|
int |
getMaxSize()
Gets the buffer capacity, which are the maximum number of events that can be buffered.
|
String |
getWriteInterval()
Gets delay after which the file-writer thread is scheduled to run after encountering an empty event buffer
(units of 'ms' are recommended).
|
void |
setMaxSize(int maxSize)
Sets the buffer capacity, which are the maximum number of events that can be buffered.
|
void |
setWriteInterval(String writeInterval)
Sets delay after which the file-writer thread is scheduled to run after encountering an empty event buffer
(units of 'ms' are recommended).
|
public int getMaxSize()
public void setMaxSize(int maxSize)
maxSize
- buffer capacitypublic String getWriteInterval()
public void setWriteInterval(String writeInterval)
writeInterval
- Interval (e.g., "20 millis")Copyright 2010-2022 ForgeRock AS.