kieker.tools.util
Class AggregationVariableSet
java.lang.Object
kieker.tools.util.AggregationVariableSet
public class AggregationVariableSet
- extends Object
- Since:
- 1.9
- Author:
- Tom Frotscher
AggregationVariableSet
public AggregationVariableSet()
- Creates an instance of this class.
Initializes the variables needed for the aggregation.
getFirstTimestampInCurrentInterval
public long getFirstTimestampInCurrentInterval()
getLastTimestampInCurrentInterval
public long getLastTimestampInCurrentInterval()
getFirstIntervalStart
public long getFirstIntervalStart()
setFirstTimestampInCurrentInterval
public void setFirstTimestampInCurrentInterval(long firstTimestampInCurrentInterval)
setLastTimestampInCurrentInterval
public void setLastTimestampInCurrentInterval(long lastTimestampInCurrentInterval)
setFirstIntervalStart
public void setFirstIntervalStart(long firstIntervalStart)
getAggregationList
public List<NamedDoubleTimeSeriesPoint> getAggregationList()
setAggregationList
public void setAggregationList(List<NamedDoubleTimeSeriesPoint> aggregationList)
Copyright 2014 Kieker Project, http://kieker-monitoring.net>