public class TombstoneHistogram
extends java.lang.Object
StreamingTombstoneHistogramBuilder
.Modifier and Type | Class and Description |
---|---|
static class |
TombstoneHistogram.HistogramSerializer |
Modifier and Type | Field and Description |
---|---|
static TombstoneHistogram.HistogramSerializer |
serializer |
Modifier and Type | Method and Description |
---|---|
static TombstoneHistogram |
createDefault() |
boolean |
equals(java.lang.Object o) |
<E extends java.lang.Exception> |
forEach(HistogramDataConsumer<E> histogramDataConsumer) |
int |
hashCode() |
int |
size() |
double |
sum(double b)
Calculates estimated number of points in interval [-inf,b].
|
public static final TombstoneHistogram.HistogramSerializer serializer
public static TombstoneHistogram createDefault()
public double sum(double b)
b
- upper bound of a interval to calculate sumpublic int size()
public <E extends java.lang.Exception> void forEach(HistogramDataConsumer<E> histogramDataConsumer) throws E extends java.lang.Exception
E extends java.lang.Exception
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
Copyright © 2009-2022 The Apache Software Foundation