| Package | Description |
|---|---|
| org.kairosdb.client.builder | |
| org.kairosdb.client.builder.aggregator | |
| org.kairosdb.client.deserializer |
| Modifier and Type | Method and Description |
|---|---|
static Aggregator |
AggregatorFactory.createDiffAggregator()
Creates an aggregator that computes the difference between successive data points.
|
static Aggregator |
AggregatorFactory.createSamplerAggregator()
Creates an aggregator that computes the sampling rate of change for the data points.
|
| Modifier and Type | Method and Description |
|---|---|
List<Aggregator> |
QueryMetric.getAggregators() |
| Modifier and Type | Method and Description |
|---|---|
QueryMetric |
QueryMetric.addAggregator(Aggregator aggregator)
Adds an aggregator to the metric.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CustomAggregator
Creates an aggregator that takes custom JSON.
|
class |
DeserializedAggregator |
class |
PercentileAggregator |
class |
RateAggregator |
class |
SamplingAggregator |
| Modifier and Type | Method and Description |
|---|---|
Aggregator |
AggregatorDeserializer.deserialize(com.google.gson.JsonElement jsonElement,
Type type,
com.google.gson.JsonDeserializationContext jsonDeserializationContext) |
Copyright © 2018. All rights reserved.