Class PercentileAggregator
- java.lang.Object
-
- org.kairosdb.client.builder.Aggregator
-
- org.kairosdb.client.builder.aggregator.SamplingAggregator
-
- org.kairosdb.client.builder.aggregator.PercentileAggregator
-
public class PercentileAggregator extends SamplingAggregator
-
-
Constructor Summary
Constructors Constructor Description PercentileAggregator(double percentile, long value, TimeUnit unit)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)doublegetPercentile()inthashCode()-
Methods inherited from class org.kairosdb.client.builder.aggregator.SamplingAggregator
getStartTimeAlignmentStartTime, getUnit, getValue, isAlignEndTime, isAlignSampling, isAlignStartTime, withAlignment, withEndTimeAlignment, withEndTimeAlignment, withSamplingAlignment, withStartTimeAlignment, withStartTimeAlignment
-
Methods inherited from class org.kairosdb.client.builder.Aggregator
getName
-
-
-
-
Constructor Detail
-
PercentileAggregator
public PercentileAggregator(double percentile, long value, TimeUnit unit)
-
-
Method Detail
-
getPercentile
public double getPercentile()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classSamplingAggregator
-
hashCode
public int hashCode()
- Overrides:
hashCodein classSamplingAggregator
-
-