com.axibase.tsd.model.data.series
Class Aggregate

java.lang.Object
  extended by 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.

Constructor Summary
Aggregate()
           
 
Method Summary
 Calendar getCalendar()
           
 Interpolate getInterpolate()
          Generates missing aggregation intervals using interpolation if enabled: NONE, LINEAR, STEP
 Interval getInterval()
          interval for computing statistics.
 Threshold getThreshold()
           
 AggregateType getType()
           
 WorkingMinutes getWorkingMinutes()
           
 void setCalendar(Calendar calendar)
           
 void setInterpolate(Interpolate interpolate)
           
 void setInterval(Interval interval)
           
 void setThreshold(Threshold threshold)
           
 void setType(AggregateType type)
           
 void setWorkingMinutes(WorkingMinutes workingMinutes)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Aggregate

public Aggregate()
Method Detail

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.