Class AbstractMatchingLines
java.lang.Object
org.sentrysoftware.metricshub.engine.connector.model.monitor.task.source.compute.Compute
org.sentrysoftware.metricshub.engine.connector.model.monitor.task.source.compute.AbstractMatchingLines
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ExcludeMatchingLines,KeepOnlyMatchingLines
An abstract class extending
Compute that represents operations involving matching lines based on specified criteria.
It provides common fields such as column, regular expression, and value list, along with methods for updating and converting to a string.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiontoString()Returns a formatted string representation of the compute operation, indicating its type.voidupdate(UnaryOperator<String> updater) Updates the compute operation using the provided updater function.