Uses of Package
com.pervasive.datarush.encoding.binary
-
Packages that use com.pervasive.datarush.encoding.binary Package Description com.pervasive.datarush.analytics.arm Provides common classes for Association Rule Mining (ARM).com.pervasive.datarush.analytics.text Provides various unstructured text processing operators.com.pervasive.datarush.encoding.binary Implementations of encoders of tokens into binary formats.com.pervasive.datarush.operators.io.staging Provides operators for reading and writing DataRush staging datasets. -
Classes in com.pervasive.datarush.encoding.binary used by com.pervasive.datarush.analytics.arm Class Description AbstractObjectEncoderFactory Base implementation ofEncoderFactory
for customizing the encoding/decoding ofObjectTokenType
.EncoderFactory An interface defining a factory that provides an encoder and decoder for a particular class or set of classes. -
Classes in com.pervasive.datarush.encoding.binary used by com.pervasive.datarush.analytics.text Class Description Decoder An annotation for a static method of a class marking the method as the getter of aTokenDecoder
for the class.Encoder An annotation for a static method of a class marking the method as the getter of aTokenEncoder
for the class. -
Classes in com.pervasive.datarush.encoding.binary used by com.pervasive.datarush.encoding.binary Class Description AbstractObjectEncoderFactory Base implementation ofEncoderFactory
for customizing the encoding/decoding ofObjectTokenType
.AbstractTokenDecoder Base class for TokenEncodersAbstractTokenEncoder Base class for TokenEncoders.ComparableTokenDecoder A decoder for byte-wise comparable binary encodings.ComparableTokenEncoder Converts token values into a byte-wise comparable binary encoding.EncoderFactory An interface defining a factory that provides an encoder and decoder for a particular class or set of classes.TokenEncodings A factory for obtaining standard encoders/decoders for token values. -
Classes in com.pervasive.datarush.encoding.binary used by com.pervasive.datarush.operators.io.staging Class Description TokenEncodings A factory for obtaining standard encoders/decoders for token values.