| Package | Description |
|---|---|
| org.apache.ignite.internal.processors.query.stat.hll | |
| org.apache.ignite.internal.processors.query.stat.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) |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 8.9.17-p1 Release Date : November 27 2025