Uses of Class
org.sentrysoftware.metricshub.engine.connector.model.monitor.task.source.compute.Compute
Packages that use Compute
Package
Description
-
Uses of Compute in org.sentrysoftware.metricshub.engine.connector.model.monitor.task.source
Constructor parameters in org.sentrysoftware.metricshub.engine.connector.model.monitor.task.source with type arguments of type ComputeModifierConstructorDescriptionCommandLineSource(String type, List<Compute> computes, boolean forceSerialization, @NonNull String commandLine, Long timeout, Boolean executeLocally, String exclude, String keep, Integer beginAtLineNumber, Integer endAtLineNumber, String separators, String selectColumns, String key, ExecuteForEachEntryOf executeForEachEntryOf) Builder for creating instances ofOsCommandSource.CopySource(String type, List<Compute> computes, boolean forceSerialization, @NonNull String from, String key, ExecuteForEachEntryOf executeForEachEntryOf) Constructs a newCopySourceinstance with the provided attributes.HttpSource(String type, List<Compute> computes, boolean forceSerialization, HttpMethod method, String url, String path, String header, String body, String authenticationToken, ResultContent resultContent, String key, ExecuteForEachEntryOf executeForEachEntryOf) Builder for creating instances ofHttpSource.IpmiSource(String type, List<Compute> computes, boolean forceSerialization, String key, ExecuteForEachEntryOf executeForEachEntryOf) Constructs a newIpmiSourceinstance with the provided attributes.SnmpGetSource(String type, List<Compute> computes, boolean forceSerialization, String oid, String key, ExecuteForEachEntryOf executeForEachEntryOf) Constructs a newSnmpGetSourceinstance with the provided attributes.SnmpTableSource(String type, List<Compute> computes, boolean forceSerialization, String oid, @NonNull String selectColumns, String key, ExecuteForEachEntryOf executeForEachEntryOf) Constructs a newSnmpTableSourceinstance with the provided attributes.SqlSource(String type, List<Compute> computes, boolean forceSerialization, String key, ExecuteForEachEntryOf executeForEachEntryOf, @NonNull List<SqlTable> tables, @NonNull String query) Builder for creating instances ofSqlSource.StaticSource(String type, List<Compute> computes, boolean forceSerialization, @NonNull String value, String key, ExecuteForEachEntryOf executeForEachEntryOf) Constructs a newStaticSourceinstance with the provided attributes.TableJoinSource(String type, List<Compute> computes, boolean forceSerialization, String leftTable, String rightTable, Integer leftKeyColumn, Integer rightKeyColumn, String defaultRightLine, String keyType, String key, ExecuteForEachEntryOf executeForEachEntryOf) Builder for creating instances ofTableJoinSource.TableUnionSource(String type, List<Compute> computes, boolean forceSerialization, @NonNull List<String> tables, String key, ExecuteForEachEntryOf executeForEachEntryOf) Builder for creating instances ofTableUnionSource.WbemSource(String type, List<Compute> computes, boolean forceSerialization, @NonNull String query, String namespace, String key, ExecuteForEachEntryOf executeForEachEntryOf) Builder for creating instances ofWbemSource.WmiSource(String type, List<Compute> computes, boolean forceSerialization, @NonNull String query, String namespace, String key, ExecuteForEachEntryOf executeForEachEntryOf) Builder for creating instances ofWmiSource. -
Uses of Compute in org.sentrysoftware.metricshub.engine.connector.model.monitor.task.source.compute
Subclasses of Compute in org.sentrysoftware.metricshub.engine.connector.model.monitor.task.source.computeModifier and TypeClassDescriptionclassAn abstract class representing a computation operation for concatenation.classAn abstract class extendingComputethat represents operations involving matching lines based on specified criteria.classRepresents an Add computation task for monitoring.classRepresents an And computation task for monitoring.classRepresents an Append computation task for monitoring.classRepresents an ArrayTranslate computation task for monitoring.classRepresents an Awk computation task for monitoring.classRepresents a Convert computation task for monitoring.classRepresents a Divide computation task for monitoring.classRepresents a DuplicateColumn computation task for monitoring.classRepresents an ExcludeMatchingLines computation task for monitoring.classRepresents an Extract computation task for monitoring.classRepresents an ExtractPropertyFromWbemPath computation task for monitoring.classRepresents a Json2Csv computation task for monitoring.classRepresents a KeepColumns computation task for monitoring.classRepresents a KeepOnlyMatchingLines computation task for monitoring.classRepresents a Multiply computation task for monitoring.classRepresents a PerBitTranslation computation task for monitoring.classRepresents a Prepend computation task for monitoring.classRepresents a Replace computation task for monitoring.classRepresents a Substring computation task for monitoring.classRepresents a Subtract computation task for monitoring.classRepresents a Translate computation task for monitoring.classRepresents an Xml2Csv computation task for monitoring.Methods in org.sentrysoftware.metricshub.engine.connector.model.monitor.task.source.compute that return Compute