| Package | Description |
|---|---|
| com.github.prasanthj.hll |
| Modifier and Type | Method and Description |
|---|---|
HyperLogLog.EncodingType |
HyperLogLog.getEncoding() |
static HyperLogLog.EncodingType |
HyperLogLog.EncodingType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HyperLogLog.EncodingType[] |
HyperLogLog.EncodingType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HyperLogLog.setEncoding(HyperLogLog.EncodingType encoding) |
HyperLogLog.HyperLogLogBuilder |
HyperLogLog.HyperLogLogBuilder.setEncoding(HyperLogLog.EncodingType enc) |
Copyright © 2017. All rights reserved.