class FilterDefinition extends Object
POJO containing parsed representation from filter definition file.
| Constructor and Description |
|---|
FilterDefinition(Threshold defaultThreshold,
FilterDefinitionElement[] elements,
Recorder[] recorders) |
| Modifier and Type | Method and Description |
|---|---|
(package private) Threshold |
getDefaultThreshold() |
(package private) FilterDefinitionElement[] |
getElements() |
(package private) int |
getPurgeSeconds() |
(package private) Recorder[] |
getRecorders() |
FilterDefinition(Threshold defaultThreshold, FilterDefinitionElement[] elements, Recorder[] recorders)
defaultThreshold - threshold to apply to unknown remote destinationselements - the elements defined in the filter definition, if anyrecorders - the recorders defined in the filter definition, if anyThreshold getDefaultThreshold()
FilterDefinitionElement[] getElements()
int getPurgeSeconds()
Recorder[] getRecorders()