| Package | Description |
|---|---|
| com.yahoo.sketches.tuple |
The tuple package contains implementation of sketches based on the idea of
theta sketches with the addition of values associated with unique keys.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DoubleSummaryFactory
Factory for DoubleSummary.
|
| Constructor and Description |
|---|
Intersection(SummaryFactory<S> summaryFactory)
Creates new instance
|
Union(int nomEntries,
SummaryFactory<S> summaryFactory)
Creates new instance
|
Union(SummaryFactory<S> summaryFactory)
Creates new instance with default nominal entries
|
UpdatableSketchBuilder(SummaryFactory<S> summaryFactory)
Creates an instance of UpdatableSketchBuilder with default parameters
|
Copyright © 2015–2017 Yahoo! Inc.. All rights reserved.