Uses of Class
com.baidubce.services.tsdb.model.Aggregator

Packages that use Aggregator
com.baidubce.services.tsdb.model   
 

Uses of Aggregator in com.baidubce.services.tsdb.model
 

Methods in com.baidubce.services.tsdb.model that return Aggregator
 Aggregator Aggregator.withDivisor(double divisor)
           
 Aggregator Aggregator.withFactor(double factor)
           
 Aggregator Aggregator.withName(String name)
           
 Aggregator Aggregator.withPercentile(double percentile)
           
 Aggregator Aggregator.withSampling(String sampling)
           
 Aggregator Aggregator.withTimeUnit(String timeUnit)
           
 

Methods in com.baidubce.services.tsdb.model that return types with arguments of type Aggregator
 List<Aggregator> Query.getAggregators()
           
 

Methods in com.baidubce.services.tsdb.model with parameters of type Aggregator
 Query Query.addAggregator(Aggregator aggregator)
           
 

Method parameters in com.baidubce.services.tsdb.model with type arguments of type Aggregator
 void Query.setAggregators(List<Aggregator> aggregators)
           
 Query Query.withAggregators(List<Aggregator> aggregators)
           
 



Copyright © 2018. All rights reserved.