public class StreamingHistogram
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
StreamingHistogram.StreamingHistogramBuilder |
static class |
StreamingHistogram.StreamingHistogramSerializer |
Modifier and Type | Field and Description |
---|---|
static StreamingHistogram.StreamingHistogramSerializer |
serializer |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
java.util.Map<java.lang.Double,java.lang.Long> |
getAsMap() |
int |
hashCode() |
double |
sum(double b)
Calculates estimated number of points in interval [-inf,b].
|
public static final StreamingHistogram.StreamingHistogramSerializer serializer
public double sum(double b)
b
- upper bound of a interval to calculate sumpublic java.util.Map<java.lang.Double,java.lang.Long> getAsMap()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
Copyright © 2022 The Apache Software Foundation