Uses of Class
org.kairosdb.client.builder.Aggregator
-
Packages that use Aggregator Package Description org.kairosdb.client.builder org.kairosdb.client.builder.aggregator org.kairosdb.client.deserializer -
-
Uses of Aggregator in org.kairosdb.client.builder
Methods in org.kairosdb.client.builder that return Aggregator Modifier and Type Method Description static AggregatorAggregatorFactory. createDiffAggregator()Creates an aggregator that computes the difference between successive data points.static AggregatorAggregatorFactory. createSamplerAggregator()Creates an aggregator that computes the sampling rate of change for the data points.Methods in org.kairosdb.client.builder that return types with arguments of type Aggregator Modifier and Type Method Description List<Aggregator>QueryMetric. getAggregators()Methods in org.kairosdb.client.builder with parameters of type Aggregator Modifier and Type Method Description QueryMetricQueryMetric. addAggregator(Aggregator aggregator)Adds an aggregator to the metric. -
Uses of Aggregator in org.kairosdb.client.builder.aggregator
Subclasses of Aggregator in org.kairosdb.client.builder.aggregator Modifier and Type Class Description classCustomAggregatorCreates an aggregator that takes custom JSON.classDeserializedAggregatorclassPercentileAggregatorclassRateAggregatorclassSamplingAggregator -
Uses of Aggregator in org.kairosdb.client.deserializer
Methods in org.kairosdb.client.deserializer that return Aggregator Modifier and Type Method Description AggregatorAggregatorDeserializer. deserialize(com.google.gson.JsonElement jsonElement, Type type, com.google.gson.JsonDeserializationContext jsonDeserializationContext)
-