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
 

Fields in com.axibase.tsd.model.data.series declared as Interpolate
static Interpolate Interpolate.NONE
           
 

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
 

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.