Uses of Class
com.axibase.tsd.model.data.series.Interval

Packages that use Interval
com.axibase.tsd.model.data.command   
com.axibase.tsd.model.data.series   
 

Uses of Interval in com.axibase.tsd.model.data.command
 

Methods in com.axibase.tsd.model.data.command that return Interval
 Interval SimpleAggregateMatcher.getInterval()
          interval for computing statistics.
 Interval GetSeriesQuery.getInterval()
           
 

Methods in com.axibase.tsd.model.data.command with parameters of type Interval
protected  void SimpleAggregateMatcher.init(Interval interval, Interpolate interpolate, AggregateType type, AggregateType... types)
           
 void SimpleAggregateMatcher.setInterval(Interval interval)
           
 void GetSeriesQuery.setInterval(Interval interval)
           
 

Constructors in com.axibase.tsd.model.data.command with parameters of type Interval
SimpleAggregateMatcher(Interval interval, Interpolate interpolate, AggregateType type, AggregateType... types)
           
ThresholdAggregateMatcher(Interval interval, Interpolate interpolate, AggregateType type, AggregateType... types)
           
ThresholdAggregateMatcher(Interval interval, Interpolate interpolate, WorkingMinutes workingMinutes, Threshold threshold, Calendar calendar, AggregateType type, AggregateType... types)
           
 

Uses of Interval in com.axibase.tsd.model.data.series
 

Methods in com.axibase.tsd.model.data.series that return Interval
 Interval Rate.getInterval()
           
 Interval Join.getInterval()
           
 Interval Aggregate.getInterval()
          interval for computing statistics.
 

Methods in com.axibase.tsd.model.data.series with parameters of type Interval
 void Rate.setInterval(Interval interval)
           
 void Join.setInterval(Interval interval)
           
 void Aggregate.setInterval(Interval interval)
           
 

Constructors in com.axibase.tsd.model.data.series with parameters of type Interval
Rate(Interval interval)
           
 



Copyright © 2015. All rights reserved.