Uses of Class
com.elastisys.autoscaler.metricstreamers.opentsdb.query.MetricAggregator
-
Packages that use MetricAggregator Package Description com.elastisys.autoscaler.metricstreamers.opentsdb.config com.elastisys.autoscaler.metricstreamers.opentsdb.query -
-
Uses of MetricAggregator in com.elastisys.autoscaler.metricstreamers.opentsdb.config
Methods in com.elastisys.autoscaler.metricstreamers.opentsdb.config that return MetricAggregator Modifier and Type Method Description MetricAggregatorOpenTsdbMetricStreamDefinition. getAggregator()Returns the aggregation function used to aggregateMetricValues in the metric stream.Constructors in com.elastisys.autoscaler.metricstreamers.opentsdb.config with parameters of type MetricAggregator Constructor Description OpenTsdbMetricStreamDefinition(java.lang.String id, java.lang.String metric, MetricAggregator aggregator, java.lang.Boolean convertToRate, DownsamplingSpecification downsampling, java.util.Map<java.lang.String,java.util.List<java.lang.String>> tags, com.elastisys.scale.commons.json.types.TimeInterval dataSettlingTime, com.elastisys.scale.commons.json.types.TimeInterval queryChunkSize)Constructs a newOpenTsdbMetricStreamDefinition. -
Uses of MetricAggregator in com.elastisys.autoscaler.metricstreamers.opentsdb.query
Methods in com.elastisys.autoscaler.metricstreamers.opentsdb.query that return MetricAggregator Modifier and Type Method Description static MetricAggregatorMetricAggregator. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MetricAggregator[]MetricAggregator. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.elastisys.autoscaler.metricstreamers.opentsdb.query with parameters of type MetricAggregator Modifier and Type Method Description OpenTsdbQueryBuilderOpenTsdbQueryBuilder. withAggregator(MetricAggregator aggregator)Sets theMetricAggregatorfunction used to aggregate values from different time-series of the metric for the query being built.
-