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.Number,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.Number,long[]> getAsMap()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2018 The Apache Software Foundation