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

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

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

Methods in com.axibase.tsd.model.data.command that return Interpolate
 Interpolate SimpleAggregateMatcher.getInterpolate()
          Generates missing aggregation intervals using interpolation if enabled: NONE, LINEAR, STEP
 

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

Constructors in com.axibase.tsd.model.data.command with parameters of type Interpolate
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 Interpolate in com.axibase.tsd.model.data.series
 

Methods in com.axibase.tsd.model.data.series that return Interpolate
 Interpolate Join.getInterpolate()
           
 Interpolate Aggregate.getInterpolate()
          Generates missing aggregation intervals using interpolation if enabled: NONE, LINEAR, STEP
static Interpolate Interpolate.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Interpolate[] Interpolate.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 Interpolate
 void Join.setInterpolate(Interpolate interpolate)
           
 void Aggregate.setInterpolate(Interpolate interpolate)
           
 



Copyright © 2015. All rights reserved.