Uses of Class
com.elastisys.autoscaler.metricstreamers.cloudwatch.config.CloudWatchStatistic
-
-
Uses of CloudWatchStatistic in com.elastisys.autoscaler.metricstreamers.cloudwatch.config
Methods in com.elastisys.autoscaler.metricstreamers.cloudwatch.config that return CloudWatchStatistic Modifier and Type Method Description CloudWatchStatisticCloudWatchMetricStreamDefinition. getStatistic()Returns the aggregation method to apply to the set of metric values.static CloudWatchStatisticCloudWatchStatistic. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CloudWatchStatistic[]CloudWatchStatistic. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.elastisys.autoscaler.metricstreamers.cloudwatch.config with parameters of type CloudWatchStatistic Modifier and Type Method Description CloudWatchMetricStreamDefinitionCloudWatchMetricStreamDefinition. withStatistic(CloudWatchStatistic statistic)Creates a field-by-field copy of this object with the statistic field substituted in the returned clone.Constructors in com.elastisys.autoscaler.metricstreamers.cloudwatch.config with parameters of type CloudWatchStatistic Constructor Description CloudWatchMetricStreamDefinition(java.lang.String id, java.lang.String namespace, java.lang.String metric, CloudWatchStatistic statistic, com.elastisys.scale.commons.json.types.TimeInterval period, java.lang.Boolean convertToRate, java.util.Map<java.lang.String,java.lang.String> dimensions, com.elastisys.scale.commons.json.types.TimeInterval dataSettlingTime, com.elastisys.scale.commons.json.types.TimeInterval queryChunkSize)Constructs a newCloudWatchMetricStreamDefinition. -
Uses of CloudWatchStatistic in com.elastisys.autoscaler.metricstreamers.cloudwatch.converters
Constructors in com.elastisys.autoscaler.metricstreamers.cloudwatch.converters with parameters of type CloudWatchStatistic Constructor Description MetricValueConverter(CloudWatchStatistic statistic)Constructs a newMetricValueConverterthat, for each in a collection of CloudWatchDatapoints, will extract a particular statistic and convert it to aMetricValue. -
Uses of CloudWatchStatistic in com.elastisys.autoscaler.metricstreamers.cloudwatch.stream
Methods in com.elastisys.autoscaler.metricstreamers.cloudwatch.stream that return CloudWatchStatistic Modifier and Type Method Description CloudWatchStatisticDownsamplingFunctionToCloudWatchStatistic. apply(com.elastisys.autoscaler.core.monitoring.metricstreamer.api.query.DownsampleFunction downsamplingFunction) -
Uses of CloudWatchStatistic in com.elastisys.autoscaler.metricstreamers.cloudwatch.tasks
Constructor parameters in com.elastisys.autoscaler.metricstreamers.cloudwatch.tasks with type arguments of type CloudWatchStatistic Constructor Description GetMetricStatisticsTask(java.lang.String awsAccessKeyId, java.lang.String awsSecretAccessKey, java.lang.String region, java.lang.String namespace, java.lang.String metric, java.util.List<CloudWatchStatistic> statistics, com.elastisys.scale.commons.json.types.TimeInterval period, java.util.Map<java.lang.String,java.lang.String> dimensions, org.joda.time.Interval queryInterval)Constructs a newGetMetricStatisticsTaskrequest.
-