public static class SyslogAuditEventHandlerConfiguration.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.
|
boolean |
isEnabled()
Indicates if event buffering is enabled.
|
void |
setEnabled(boolean enabled)
Sets the buffering status.
|
void |
setMaxSize(int maxSize)
Sets the buffer capacity, which are the maximum number of events that can be buffered.
|
public boolean isEnabled()
true
if buffering is enabled.public void setEnabled(boolean enabled)
enabled
- Indicates if buffering is enabled.public int getMaxSize()
public void setMaxSize(int maxSize)
maxSize
- buffer capacityCopyright 2010-2018 ForgeRock AS.