| Package | Description |
|---|---|
| com.github.prasanthj.hll |
| Modifier and Type | Method and Description |
|---|---|
HyperLogLog |
HyperLogLog.HyperLogLogBuilder.build() |
static HyperLogLog |
HyperLogLogUtils.deserializeHLL(InputStream in)
Refer serializeHLL() for format of serialization.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HyperLogLog.merge(HyperLogLog hll)
Merge the specified hyperloglog to the current one.
|
static void |
HyperLogLogUtils.serializeHLL(OutputStream out,
HyperLogLog hll)
HyperLogLog is serialized using the following format
|
Copyright © 2017. All rights reserved.