Package | Description |
---|---|
net.agkn.hll | |
net.agkn.hll.serialization |
Modifier and Type | Method and Description |
---|---|
byte[] |
HLL.toBytes(ISchemaVersion schemaVersion)
Serializes the HLL to an array of bytes in correspondence with the format
of the specified schema version.
|
Modifier and Type | Class and Description |
---|---|
class |
SchemaVersionOne
A concrete
ISchemaVersion representing schema version one. |
Modifier and Type | Field and Description |
---|---|
static ISchemaVersion |
SerializationUtil.DEFAULT_SCHEMA_VERSION
The default schema version for serializing HLLs.
|
static ISchemaVersion[] |
SerializationUtil.REGISTERED_SCHEMA_VERSIONS
List of registered schema versions, indexed by their version numbers.
|
static ISchemaVersion |
SerializationUtil.VERSION_ONE
Schema version one (v1).
|
Modifier and Type | Method and Description |
---|---|
static ISchemaVersion |
SerializationUtil.getSchemaVersion(byte[] bytes)
Get the appropriate
schema version for the specified
serialized HLL. |
static ISchemaVersion |
SerializationUtil.getSchemaVersion(int schemaVersionNumber) |
Copyright © 2018. All rights reserved.