See: Description
Interface | Description |
---|---|
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.
|
Class | Description |
---|---|
AbstractObjectEncoderFactory |
Base implementation of
EncoderFactory for
customizing the encoding/decoding of ObjectTokenType . |
AbstractScalarEncoder |
Base class for scalar encoders.
|
AbstractTokenDecoder |
Base class for TokenEncoders
|
AbstractTokenEncoder |
Base class for TokenEncoders.
|
AnnotationEncoderFactory |
An encoder factory that works with annotations placed on class methods that
mark the methods for getting an encoder and decoder for the class.
|
SparseRecordDecoder |
The matching decoder for
SparseRecordEncoder . |
TokenEncodings |
A factory for obtaining standard encoders/decoders for token values.
|
Annotation Type | Description |
---|---|
Decoder |
An annotation for a static method of a class marking the method as the getter
of a
TokenDecoder for the class. |
Encoder |
An annotation for a static method of a class marking the method as the getter
of a
TokenEncoder for the class. |
Copyright © 2020 Actian Corporation. All rights reserved.