| Package | Description |
|---|---|
| org.cloudgraph.store.mapping |
Package level documentation for package org.cloudgraph.store.mapping
|
| org.cloudgraph.store.mapping.codec |
| Modifier and Type | Class and Description |
|---|---|
class |
ColumnKeyFieldMapping
The configuration for a column key.
|
class |
ConstantRowKeyFieldMapping
Encapsulates logic related to access of a configured constant row key field.
|
class |
DataRowKeyFieldMapping
Encapsulates logic related to access of a configured row key data field.
|
class |
MetaKeyFieldMapping
Encapsulates logic related to access of a configured pre-defined row or
column key field.
|
| Modifier and Type | Method and Description |
|---|---|
List<KeyFieldMapping> |
DataGraphMapping.getColumnKeyFields() |
List<KeyFieldMapping> |
DataGraphMapping.getRowKeyFields() |
| Modifier and Type | Field and Description |
|---|---|
protected KeyFieldMapping |
DefaultKeyFieldCodec.keyField |
| Constructor and Description |
|---|
DefaultKeyFieldCodec(KeyFieldMapping keyField) |
HashKeyFieldCodec(KeyFieldMapping keyField,
HashAlgorithmName hash) |
LexicoHashKeyFieldCodec(KeyFieldMapping keyField,
HashAlgorithmName hash) |
LexicoPadKeyFieldCodec(KeyFieldMapping keyField) |
LexicoSimpleKeyFieldCodec(KeyFieldMapping keyField) |
NativeKeyFieldCodec(KeyFieldMapping keyField) |
Copyright © 2024. All Rights Reserved.