Class AbstractConcat
java.lang.Object
org.sentrysoftware.metricshub.engine.connector.model.monitor.task.source.compute.Compute
org.sentrysoftware.metricshub.engine.connector.model.monitor.task.source.compute.AbstractConcat
- All Implemented Interfaces:
Serializable
An abstract class representing a computation operation for concatenation. Subclasses should provide specific
implementations for column and value settings. This class extends the
Compute class and includes
settings for the column index and a value to concatenate.- 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.