Uses of Interface
org.apache.ignite.internal.processors.query.stat.hll.serialization.IWordSerializer
-
Packages that use IWordSerializer Package Description org.apache.ignite.internal.processors.query.stat.hll.serialization org.apache.ignite.internal.processors.query.stat.hll.util -
-
Uses of IWordSerializer in org.apache.ignite.internal.processors.query.stat.hll.serialization
Classes in org.apache.ignite.internal.processors.query.stat.hll.serialization that implement IWordSerializer Modifier and Type Class Description classBigEndianAscendingWordSerializerA serializer that writes a sequence of fixed bit-width 'words' to a byte array.Methods in org.apache.ignite.internal.processors.query.stat.hll.serialization that return IWordSerializer Modifier and Type Method Description IWordSerializerISchemaVersion. getSerializer(HLLType type, int wordLength, int wordCount)Builds an HLL serializer that matches this schema version.IWordSerializerSchemaVersionOne. getSerializer(HLLType type, int wordLength, int wordCount) -
Uses of IWordSerializer in org.apache.ignite.internal.processors.query.stat.hll.util
Methods in org.apache.ignite.internal.processors.query.stat.hll.util with parameters of type IWordSerializer Modifier and Type Method Description voidBitVector. getRegisterContents(IWordSerializer serializer)Serializes the registers of the vector using the specified serializer.
-