class FilterDefinition extends Object
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()
Recorder[] getRecorders()
int getPurgeSeconds()