Uses of Class
org.sentrysoftware.metricshub.engine.connector.model.common.ExecuteForEachEntryOf
Packages that use ExecuteForEachEntryOf
Package
Description
-
Uses of ExecuteForEachEntryOf in org.sentrysoftware.metricshub.engine.connector.model.common
Methods in org.sentrysoftware.metricshub.engine.connector.model.common that return ExecuteForEachEntryOfModifier and TypeMethodDescriptionExecuteForEachEntryOf.copy()Creates a copy of the currentExecuteForEachEntryOfinstance. -
Uses of ExecuteForEachEntryOf in org.sentrysoftware.metricshub.engine.connector.model.monitor.task.source
Constructors in org.sentrysoftware.metricshub.engine.connector.model.monitor.task.source with parameters of type ExecuteForEachEntryOfModifierConstructorDescriptionCommandLineSource(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.