public class PercentileAggregator extends SamplingAggregator
| Constructor and Description |
|---|
PercentileAggregator(double percentile,
int value,
TimeUnit unit) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
double |
getPercentile() |
int |
hashCode() |
getStartTimeAlignmentStartTime, getUnit, getValue, isAlignSampling, isAlignStartTime, withAlignment, withSamplingAlignment, withStartTimeAlignment, withStartTimeAlignmentgetNamepublic PercentileAggregator(double percentile,
int value,
TimeUnit unit)
public double getPercentile()
public boolean equals(Object o)
equals in class SamplingAggregatorpublic int hashCode()
hashCode in class SamplingAggregatorCopyright © 2018. All rights reserved.