kieker.tools.util
Class AggregationVariableSet
java.lang.Object
kieker.tools.util.AggregationVariableSet
public class AggregationVariableSet
- extends java.lang.Object
- Since:
- 1.10
- Author:
- Tom Frotscher
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 java.util.List<NamedDoubleTimeSeriesPoint> getAggregationList()
setAggregationList
public void setAggregationList(java.util.List<NamedDoubleTimeSeriesPoint> aggregationList)
Copyright 2015 Kieker Project, http://kieker-monitoring.net