| Package | Description |
|---|---|
| org.cloudgraph.store.mapping |
Package level documentation for package org.cloudgraph.store.mapping
|
| org.cloudgraph.store.mapping.codec |
| Modifier and Type | Field and Description |
|---|---|
protected KeyFieldCodec |
KeyFieldMapping.keyFieldCodec |
| Modifier and Type | Method and Description |
|---|---|
KeyFieldCodec |
KeyFieldMapping.getCodec()
Returns the specified key field codec for the field.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HashKeyFieldCodec
A non-lexicographic
KeyFieldCodec which emits hash value bytes for
the DataType specific byte representation for the given value. |
class |
LexicoHashKeyFieldCodec
A lexicographic
KeyFieldCodec which emits hash value string bytes for
the DataType specific byte representation for the given value. |
class |
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. |
class |
LexicoSimpleKeyFieldCodec
A lexicographic
KeyFieldCodec which simply encodes data as a
lexicographic string value. |
class |
NativeKeyFieldCodec
A non-lexicographic
KeyFieldCodec which emits the DataType
specific native byte representation for the given value. |
Copyright © 2024. All Rights Reserved.