| Interface | Description |
|---|---|
| KeyFieldCodec |
Implementations are responsible for converting composite row key field,
actual as well as user supplied literal, query values to and from byte
representations.
|
| Class | Description |
|---|---|
| DefaultKeyFieldCodec | |
| HashKeyFieldCodec |
A non-lexicographic
KeyFieldCodec which emits hash value bytes for
the DataType specific byte representation for the given value. |
| LexicoHashKeyFieldCodec |
A lexicographic
KeyFieldCodec which emits hash value string bytes for
the DataType specific byte representation for the given value. |
| LexicoPadKeyFieldCodec |
A lexicographic
KeyFieldCodec which uses DataFlavor specific
padding to force the encoded result to the limit or given maximum length,
creating fixed length key fields important in many partial and fuzzy scan
scenarios. |
| LexicoSimpleKeyFieldCodec |
A lexicographic
KeyFieldCodec which simply encodes data as a
lexicographic string value. |
| NativeKeyFieldCodec |
A non-lexicographic
KeyFieldCodec which emits the DataType
specific native byte representation for the given value. |
| Exception | Description |
|---|---|
| CodecException |
Copyright © 2024. All Rights Reserved.