Interface TDigestToExponentialHistogramConverter.LazyConversion
- Enclosing class:
TDigestToExponentialHistogramConverter
public static interface TDigestToExponentialHistogramConverter.LazyConversion
-
Method Summary
Modifier and TypeMethodDescriptionintgetScale()longSeeZeroBucket.count().doubleThe negative buckets of the output histogram.The positive buckets of the output histogram.
-
Method Details
-
getZeroThreshold
double getZeroThreshold()- Returns:
- the zero threshold of the converted histogram
-
getZeroCount
long getZeroCount()SeeZeroBucket.count().- Returns:
- the zero count of the converted histogram
-
getScale
int getScale()- Returns:
- the scale of the converted histogram
-
negativeBuckets
BucketIterator negativeBuckets()The negative buckets of the output histogram. May only be called once.- Returns:
- the negative buckets of the converted histogram
-
positiveBuckets
BucketIterator positiveBuckets()The positive buckets of the output histogram. May only be called once.- Returns:
- the positive buckets of the converted histogram
-