| Package | Description |
|---|---|
| com.baidubce.services.tsdb.model |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
List<Aggregator> |
Query.getAggregators() |
| Modifier and Type | Method and Description |
|---|---|
Query |
Query.addAggregator(Aggregator aggregator) |
| Modifier and Type | Method and Description |
|---|---|
void |
Query.setAggregators(List<Aggregator> aggregators) |
Query |
Query.withAggregators(List<Aggregator> aggregators) |
Copyright © 2020. All rights reserved.