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

Packages that use IntervalUnit
com.axibase.tsd.model.data.series   
 

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

Methods in com.axibase.tsd.model.data.series that return IntervalUnit
 IntervalUnit Interval.getUnit()
          Aggregation interval unit: SECOND, MINUTE, HOUR, DAY, WEEK, MONTH, QUARTER, YEAR
static IntervalUnit IntervalUnit.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IntervalUnit[] IntervalUnit.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.axibase.tsd.model.data.series with parameters of type IntervalUnit
 void Interval.setUnit(IntervalUnit unit)
           
 

Constructors in com.axibase.tsd.model.data.series with parameters of type IntervalUnit
Interval(int count, IntervalUnit unit)
           
 



Copyright © 2015. All rights reserved.