public class AggregationVariableSet
extends java.lang.Object
Constructor and Description |
---|
AggregationVariableSet()
Creates an instance of this class.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<NamedDoubleTimeSeriesPoint> |
getAggregationList() |
long |
getFirstIntervalStart() |
long |
getFirstTimestampInCurrentInterval() |
long |
getLastTimestampInCurrentInterval() |
void |
setAggregationList(java.util.List<NamedDoubleTimeSeriesPoint> aggregationList) |
void |
setFirstIntervalStart(long firstIntervalStart) |
void |
setFirstTimestampInCurrentInterval(long firstTimestampInCurrentInterval) |
void |
setLastTimestampInCurrentInterval(long lastTimestampInCurrentInterval) |
public AggregationVariableSet()
public long getFirstTimestampInCurrentInterval()
public long getLastTimestampInCurrentInterval()
public long getFirstIntervalStart()
public void setFirstTimestampInCurrentInterval(long firstTimestampInCurrentInterval)
public void setLastTimestampInCurrentInterval(long lastTimestampInCurrentInterval)
public void setFirstIntervalStart(long firstIntervalStart)
public java.util.List<NamedDoubleTimeSeriesPoint> getAggregationList()
public void setAggregationList(java.util.List<NamedDoubleTimeSeriesPoint> aggregationList)
Copyright 2017 Kieker Project, http://kieker-monitoring.net