| Modifier and Type | Class and Description |
|---|---|
class |
VersionOneHyperLogLogCollector |
class |
VersionZeroHyperLogLogCollector
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
HyperLogLogCollector |
HyperLogLogCollector.fold(ByteBuffer buffer) |
HyperLogLogCollector |
HyperLogLogCollector.fold(HyperLogLogCollector other) |
static HyperLogLogCollector |
HyperLogLogCollector.makeCollector(ByteBuffer buffer)
Create a wrapper object around an HLL sketch contained within a buffer.
|
static HyperLogLogCollector |
HyperLogLogCollector.makeCollectorSharingStorage(HyperLogLogCollector otherCollector)
Creates new collector which shares others collector buffer (by using
ByteBuffer.duplicate()) |
static HyperLogLogCollector |
HyperLogLogCollector.makeLatestCollector() |
| Modifier and Type | Method and Description |
|---|---|
int |
HyperLogLogCollector.compareTo(HyperLogLogCollector other) |
HyperLogLogCollector |
HyperLogLogCollector.fold(HyperLogLogCollector other) |
static HyperLogLogCollector |
HyperLogLogCollector.makeCollectorSharingStorage(HyperLogLogCollector otherCollector)
Creates new collector which shares others collector buffer (by using
ByteBuffer.duplicate()) |
Copyright © 2011–2021 The Apache Software Foundation. All rights reserved.