| Package | Description |
|---|---|
| com.yahoo.sketches.hll |
The hll package contains a very compact implementation of Phillipe Flajolet's
HLL sketch but with significantly improved error behavior.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CompositeBucketIterator |
| Modifier and Type | Method and Description |
|---|---|
BucketIterator |
Fields.getBucketIterator()
Returns a BucketIterator over the buckets in this Fields object.
|
| Modifier and Type | Method and Description |
|---|---|
Fields |
Fields.unionBucketIterator(BucketIterator iter,
Fields.UpdateCallback cb)
Unions the provided BucketIterator into the current Fields object.
|
| Constructor and Description |
|---|
CompositeBucketIterator(BucketIterator... iters)
Constructs with given list (or array) of iterators
|
Copyright © 2015–2017 Yahoo! Inc.. All rights reserved.