com.axibase.tsd.model.data.series
Class Aggregate
java.lang.Object
com.axibase.tsd.model.data.series.Aggregate
public class Aggregate
- extends Object
Contains data to compute statistics for the specified time intervals.
- Author:
- Nikolay Malevanny.
Aggregate
public Aggregate()
getType
public AggregateType getType()
getInterval
public Interval getInterval()
- interval for computing statistics.
getInterpolate
public Interpolate getInterpolate()
- Generates missing aggregation intervals using interpolation if enabled: NONE, LINEAR, STEP
getWorkingMinutes
public WorkingMinutes getWorkingMinutes()
getThreshold
public Threshold getThreshold()
getCalendar
public Calendar getCalendar()
setType
public void setType(AggregateType type)
setInterval
public void setInterval(Interval interval)
setInterpolate
public void setInterpolate(Interpolate interpolate)
setWorkingMinutes
public void setWorkingMinutes(WorkingMinutes workingMinutes)
setThreshold
public void setThreshold(Threshold threshold)
setCalendar
public void setCalendar(Calendar calendar)
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2015. All rights reserved.