Jagger
 All Classes Namespaces Files Functions Variables Enumerator Groups Pages
com.griddynamics.jagger.engine.e1.collector.MetricAggregatorSettings Class Reference

Class that describes settings of aggregator. More...

Public Member Functions

TimeUnits getNormalizationBy ()
 Getter for normalization interval. More...
 
int getPointCount ()
 Getter for points count. More...
 
int getPointInterval ()
 Getter for aggregation interval. More...
 
boolean isNormalizeOnFullMeasuredInterval ()
 Getter for normalization strategy (false - normalize by current aggregation interval, true - by time from beginning of the test. More...
 
void setNormalizationBy (TimeUnits normalizationBy)
 Setter for normalization interval. More...
 
void setNormalizeOnFullMeasuredInterval (boolean normalizeOnFullMeasuredInterval)
 Setter for normalization strategy (false - normalize by current aggregation interval, true - by time from beginning of the test. More...
 
void setPointCount (int pointCount)
 Setter for points count. More...
 
void setPointInterval (int pointInterval)
 Setter for aggregation interval. More...
 

Static Public Attributes

static final
MetricAggregatorSettings 
EMPTY_SETTINGS = new MetricAggregatorSettings()
 Empty settings that not affect data processing. More...
 

Detailed Description

Class that describes settings of aggregator.

With help of this class you can define:

  • aggregation interval for metric or number of saved points
  • normalisation of metric vs time

Definition at line 31 of file MetricAggregatorSettings.java.


The documentation for this class was generated from the following file: