See: Description
Interface | Description |
---|---|
ReqDebug |
The signaling interface that allows comprehensive analysis of the ReqSketch and ReqCompactor
while eliminating code clutter in the main classes.
|
Class | Description |
---|---|
ReqSketch |
This Relative Error Quantiles Sketch is the Java implementation based on the paper
"Relative Error Streaming Quantiles" by Graham Cormode, Zohar Karnin, Edo Liberty,
Justin Thaler, Pavel VeselĂ˝, and loosely derived from a Python prototype written by Pavel VeselĂ˝.
|
ReqSketchBuilder |
For building a new ReqSketch
|
ReqSketchIterator |
Iterator over all retained items of the ReqSketch.
|
ReqSketch
Copyright © 2015–2024 The Apache Software Foundation. All rights reserved.