Uses of Interface
org.apache.ignite.internal.processors.query.stat.hll.serialization.IHLLMetadata
-
Packages that use IHLLMetadata Package Description org.apache.ignite.internal.processors.query.stat.hll.serialization -
-
Uses of IHLLMetadata in org.apache.ignite.internal.processors.query.stat.hll.serialization
Classes in org.apache.ignite.internal.processors.query.stat.hll.serialization that implement IHLLMetadata Modifier and Type Class Description classHLLMetadataA concreteIHLLMetadataimplemented as a simple struct.Methods in org.apache.ignite.internal.processors.query.stat.hll.serialization that return IHLLMetadata Modifier and Type Method Description IHLLMetadataISchemaVersion. readMetadata(byte[] bytes)Reads the metadata bytes of the serialized HLL.IHLLMetadataSchemaVersionOne. readMetadata(byte[] bytes)Methods in org.apache.ignite.internal.processors.query.stat.hll.serialization with parameters of type IHLLMetadata Modifier and Type Method Description voidISchemaVersion. writeMetadata(byte[] bytes, IHLLMetadata metadata)Writes metadata bytes to serialized HLL.voidSchemaVersionOne. writeMetadata(byte[] bytes, IHLLMetadata metadata)
-