Uses of Class
org.kairosdb.client.builder.aggregator.CustomAggregator
-
Packages that use CustomAggregator Package Description org.kairosdb.client.builder org.kairosdb.client.serializer -
-
Uses of CustomAggregator in org.kairosdb.client.builder
Methods in org.kairosdb.client.builder that return CustomAggregator Modifier and Type Method Description static CustomAggregatorAggregatorFactory. createCustomAggregator(String name, String json)Creates an aggregator with a custom json fragment.static CustomAggregatorAggregatorFactory. createDivAggregator(double divisor)Creates an aggregator that divides each value by the divisor.static CustomAggregatorAggregatorFactory. createFilterAggregator(AggregatorFactory.FilterOperation operation, double threshold)Creates an aggregator that filters datapoints according to the filter operation.static CustomAggregatorAggregatorFactory. createSaveAsAggregator(String newMetricName)Creates an aggregator that saves the results of the query to a new metric.static CustomAggregatorAggregatorFactory. createScaleAggregator(double factor)Creates an aggregator that scales each data point by a factor.static CustomAggregatorAggregatorFactory. createSimpleMovingAverage(int numPeriods)Creates an aggregator that calculates a simple moving average for the number of specified periods.static CustomAggregatorAggregatorFactory. createTrimAggregator(AggregatorFactory.Trim trim)Creates an aggregator that trim of the first, last, or both data points returned by the query. -
Uses of CustomAggregator in org.kairosdb.client.serializer
Methods in org.kairosdb.client.serializer with parameters of type CustomAggregator Modifier and Type Method Description com.google.gson.JsonElementCustomAggregatorSerializer. serialize(CustomAggregator src, Type typeOfSrc, com.google.gson.JsonSerializationContext context)
-