Uses of Interface
org.apache.ignite.internal.processors.query.stat.hll.serialization.ISchemaVersion
-
Packages that use ISchemaVersion Package Description org.apache.ignite.internal.processors.query.stat.hll org.apache.ignite.internal.processors.query.stat.hll.serialization -
-
Uses of ISchemaVersion in org.apache.ignite.internal.processors.query.stat.hll
Methods in org.apache.ignite.internal.processors.query.stat.hll with parameters of type ISchemaVersion Modifier and Type Method Description byte[]HLL. toBytes(ISchemaVersion schemaVersion)Serializes the HLL to an array of bytes in correspondence with the format of the specified schema version. -
Uses of ISchemaVersion in org.apache.ignite.internal.processors.query.stat.hll.serialization
Classes in org.apache.ignite.internal.processors.query.stat.hll.serialization that implement ISchemaVersion Modifier and Type Class Description classSchemaVersionOneA concreteISchemaVersionrepresenting schema version one.Fields in org.apache.ignite.internal.processors.query.stat.hll.serialization declared as ISchemaVersion Modifier and Type Field Description static ISchemaVersionSerializationUtil. DEFAULT_SCHEMA_VERSIONThe default schema version for serializing HLLs.static ISchemaVersion[]SerializationUtil. REGISTERED_SCHEMA_VERSIONSList of registered schema versions, indexed by their version numbers.static ISchemaVersionSerializationUtil. VERSION_ONESchema version one (v1).Methods in org.apache.ignite.internal.processors.query.stat.hll.serialization that return ISchemaVersion Modifier and Type Method Description static ISchemaVersionSerializationUtil. getSchemaVersion(byte[] bytes)Get the appropriateschema versionfor the specified serialized HLL.static ISchemaVersionSerializationUtil. getSchemaVersion(int schemaVersionNumber)
-