Jagger
 All Classes Namespaces Files Functions Variables Groups Pages
Public Member Functions | Static Public Attributes | List of all members
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:


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