class |
AbstractDatabaseConnectionOutlierDetector<T extends DataContainer> |
Ancestor for outlier detectors that require a database connection.
|
class |
AbstractOutlierDetector<T extends DataContainer> |
Abstract base class for outlier detectors.
|
class |
AbstractScript |
Ancestor for outlier detector scripts.
|
class |
AbstractScriptedOutlierDetector |
Abstract ancestor for outlier detectors that execute external scripts.
|
class |
Excluded |
Checks whether the 'Excluded' flag has been set in the report.
|
class |
FieldRequired |
Checks whether the specified field is present in the report.
|
class |
FilteredOutlierDetector<T extends DataContainer> |
A meta detector that first filters the data through a filter before pushing it through the base detector.
|
class |
Groovy |
An outlier detector that uses a Groovy script for processing the data.
|
class |
MinMax |
Detects data containers where a report value is too high/low.
|
class |
MultiOutlierDetector<T extends DataContainer> |
A meta-detector that runs multiple outlier detectors over the data.
|
class |
PassThrough |
A dummy detector that detects nothing.
|
class |
Scripted |
An outlier detector that uses any scripting handler for processing the data with a script located in the specified file.
|
class |
StringMatcher |
Checks whether the specified string field is available in the report and the value matches the specified regular expression.
|
class |
TargetRequired |
Checks whether the specified target field is available in the report.
|
class |
TimeseriesMinPoints |
Ensures that a minimum number of points in the timeseries have the specified minimum value.
|
class |
TimeseriesRange |
Ensures that timeseries values lie within the defined range.
|
class |
TimeseriesTimestampCheck |
Checks whether the timestamp with the specified index meets the condition (eg before or after the supplied timestamp).
|