public static class HyperLogLog.Builder extends Object implements IBuilder<ICardinality>, Serializable
| Constructor and Description |
|---|
HyperLogLog.Builder(double rsd) |
| Modifier and Type | Method and Description |
|---|---|
HyperLogLog |
build() |
static HyperLogLog |
build(byte[] bytes) |
static HyperLogLog |
build(DataInput serializedByteStream) |
int |
sizeof() |
public HyperLogLog build()
build in interface IBuilder<ICardinality>public int sizeof()
sizeof in interface IBuilder<ICardinality>public static HyperLogLog build(byte[] bytes) throws IOException
IOExceptionpublic static HyperLogLog build(DataInput serializedByteStream) throws IOException
IOExceptionCopyright © 2014. All rights reserved.