public abstract class SplunkInput
extends java.lang.Object
| Constructor and Description |
|---|
SplunkInput() |
| Modifier and Type | Method and Description |
|---|---|
long |
getMaxQueueSize() |
boolean |
isDropEventsOnQueueFull() |
void |
setDropEventsOnQueueFull(boolean dropEventsOnQueueFull)
If true,queue will get emptied when it fills up to accommodate new data.
|
void |
setMaxQueueSize(long maxQueueSize)
Max queue size in bytes
|
void |
setMaxQueueSize(java.lang.String rawProperty)
Set the queue size from the configured property String value.
|
public void setMaxQueueSize(java.lang.String rawProperty)
rawProperty - in format [public long getMaxQueueSize()
public void setMaxQueueSize(long maxQueueSize)
maxQueueSize - public boolean isDropEventsOnQueueFull()
public void setDropEventsOnQueueFull(boolean dropEventsOnQueueFull)
dropEventsOnQueueFull -