Uses of Class
com.elastisys.autoscaler.metricstreamers.influxdb.config.Query
-
Packages that use Query Package Description com.elastisys.autoscaler.metricstreamers.influxdb.config -
-
Uses of Query in com.elastisys.autoscaler.metricstreamers.influxdb.config
Methods in com.elastisys.autoscaler.metricstreamers.influxdb.config that return Query Modifier and Type Method Description QueryQuery.Builder. build()QueryMetricStreamDefinition. getQuery()The InfluxDBSELECTquery to be used to fetch new metrics values.QueryQuery. validate()* Checks the validity of field values.QueryQuery. withGroupBy(java.lang.String groupBy)Creates a field-by-field copy of thisQuerywith the groupBy clause replaced in the returned copy.Methods in com.elastisys.autoscaler.metricstreamers.influxdb.config with parameters of type Query Modifier and Type Method Description MetricStreamDefinitionMetricStreamDefinition. withQuery(Query query)Creates a field-by-field copy of this object but sets a different query in the returned copy.Constructors in com.elastisys.autoscaler.metricstreamers.influxdb.config with parameters of type Query Constructor Description MetricStreamDefinition(java.lang.String id, java.lang.String metricName, java.lang.String database, Query query, com.elastisys.scale.commons.json.types.TimeInterval dataSettlingTime, com.elastisys.scale.commons.json.types.TimeInterval queryChunkSize)Creates anMetricStreamDefinition.
-