Uses of Class
com.axibase.tsd.model.data.series.aggregate.AggregateType

Packages that use AggregateType
com.axibase.tsd.model.data.command   
com.axibase.tsd.model.data.series   
com.axibase.tsd.model.data.series.aggregate   
 

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

Methods in com.axibase.tsd.model.data.command that return types with arguments of type AggregateType
 List<AggregateType> SimpleAggregateMatcher.getTypes()
          An array of statistical functions DETAIL,COUNT, MIN, MAX, AVG, SUM, PERCENTILE_999, PERCENTILE_995, PERCENTILE_99, PERCENTILE_95, PERCENTILE_90, PERCENTILE_75, PERCENTILE_50, STANDARD_DEVIATION, FIRST, LAST, DELTA, WAVG, WTAVG, THRESHOLD_COUNT, THRESHOLD_DURATION, THRESHOLD_PERCENT
 

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

Method parameters in com.axibase.tsd.model.data.command with type arguments of type AggregateType
 void SimpleAggregateMatcher.setTypes(List<AggregateType> types)
           
 

Constructors in com.axibase.tsd.model.data.command with parameters of type AggregateType
SimpleAggregateMatcher(Interval interval, Interpolate interpolate, AggregateType type, AggregateType... types)
           
SimpleAggregateMatcher(Interval interval, Interpolate interpolate, AggregateType type, AggregateType... types)
           
ThresholdAggregateMatcher(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)
           
ThresholdAggregateMatcher(Interval interval, Interpolate interpolate, WorkingMinutes workingMinutes, Threshold threshold, Calendar calendar, AggregateType type, AggregateType... types)
           
 

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

Methods in com.axibase.tsd.model.data.series that return AggregateType
 AggregateType Aggregate.getType()
           
 

Methods in com.axibase.tsd.model.data.series with parameters of type AggregateType
 void Aggregate.setType(AggregateType type)
           
 

Uses of AggregateType in com.axibase.tsd.model.data.series.aggregate
 

Methods in com.axibase.tsd.model.data.series.aggregate that return AggregateType
static AggregateType AggregateType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AggregateType[] AggregateType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2015. All rights reserved.