Kieker 1.11

kieker.tools.util
Class AggregationVariableSet

java.lang.Object
  extended by kieker.tools.util.AggregationVariableSet

public class AggregationVariableSet
extends java.lang.Object

Since:
1.10
Author:
Tom Frotscher

Constructor Summary
AggregationVariableSet()
          Creates an instance of this class.
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AggregationVariableSet

public AggregationVariableSet()
Creates an instance of this class. Initializes the variables needed for the aggregation.

Method Detail

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)

Kieker 1.11

Copyright 2015 Kieker Project, http://kieker-monitoring.net