Uses of Class
com.elastisys.autoscaler.metricstreamers.opentsdb.config.OpenTsdbMetricStreamDefinition
-
Packages that use OpenTsdbMetricStreamDefinition Package Description com.elastisys.autoscaler.metricstreamers.opentsdb.config com.elastisys.autoscaler.metricstreamers.opentsdb.stream -
-
Uses of OpenTsdbMetricStreamDefinition in com.elastisys.autoscaler.metricstreamers.opentsdb.config
Methods in com.elastisys.autoscaler.metricstreamers.opentsdb.config that return OpenTsdbMetricStreamDefinition Modifier and Type Method Description OpenTsdbMetricStreamDefinitionOpenTsdbMetricStreamDefinition. withConverToRate(boolean convertToRate)Creates a field-by-field copy of this object but sets a different rate conversion in the returned copy.OpenTsdbMetricStreamDefinitionOpenTsdbMetricStreamDefinition. withDownsampling(DownsamplingSpecification downsampling)Creates a field-by-field copy of this object but sets a different downsampling in the returned copy.OpenTsdbMetricStreamDefinitionOpenTsdbMetricStreamDefinition. withTags(java.util.Map<java.lang.String,java.util.List<java.lang.String>> tags)Creates a field-by-field copy of this object but sets a different tags in the returned copy.Methods in com.elastisys.autoscaler.metricstreamers.opentsdb.config that return types with arguments of type OpenTsdbMetricStreamDefinition Modifier and Type Method Description java.util.List<OpenTsdbMetricStreamDefinition>OpenTsdbMetricStreamerConfig. getMetricStreams()The collection of publishedMetricStreams.Methods in com.elastisys.autoscaler.metricstreamers.opentsdb.config with parameters of type OpenTsdbMetricStreamDefinition Modifier and Type Method Description OpenTsdbMetricStreamerConfigOpenTsdbMetricStreamerConfig. withMetricStream(OpenTsdbMetricStreamDefinition streamDefinition)Returns a copy of thisOpenTsdbMetricStreamerConfigwith an additionalOpenTsdbMetricStreamDefinition.Constructor parameters in com.elastisys.autoscaler.metricstreamers.opentsdb.config with type arguments of type OpenTsdbMetricStreamDefinition Constructor Description OpenTsdbMetricStreamerConfig(java.lang.String openTsdbHost, java.lang.Integer openTsdbPort, com.elastisys.scale.commons.json.types.TimeInterval pollInterval, java.util.List<OpenTsdbMetricStreamDefinition> metricStreams)Creates a newOpenTsdbMetricStreamerConfigwith the specified configuration values. -
Uses of OpenTsdbMetricStreamDefinition in com.elastisys.autoscaler.metricstreamers.opentsdb.stream
Methods in com.elastisys.autoscaler.metricstreamers.opentsdb.stream that return OpenTsdbMetricStreamDefinition Modifier and Type Method Description OpenTsdbMetricStreamDefinitionMetricStreamConfig. getStreamDefinition()Describes what query to run for this particularMetricStreams.Constructors in com.elastisys.autoscaler.metricstreamers.opentsdb.stream with parameters of type OpenTsdbMetricStreamDefinition Constructor Description MetricStreamConfig(java.lang.String host, java.lang.Integer port, OpenTsdbMetricStreamDefinition streamDefinition)
-