| Modifier and Type | Required Element and Description |
|---|---|
String |
name
The physical data store table name.
|
| Modifier and Type | Optional Element and Description |
|---|---|
String |
dataColumnFamilyName
The data column family name.
|
HashAlgorithmName |
hashAlgorithm
The hash algorithm used for hashing any row key fields.
|
String |
maprdbTablePathPrefix
The path to prepend to all MAPRD-DB (M7) table names for tables found
within a configuration.
|
String[] |
properties
Returns an array of property name value pairs delimited by the '=' char.
|
String |
rowKeyFieldDelimiter
The character used to delimit composite row keys for the table
|
boolean |
tombstoneRows
Whether to create a tombstone rows when deleting a graph roots.
|
boolean |
tombstoneRowsOverwriteable
Whether to ignore and overwrite tombstone rows when creating new graph
roots.
|
boolean |
uniqueChecks
Whether to first check for an existing matching row key before
creating/inserting new rows.
|
public abstract String name
public abstract String dataColumnFamilyName
public abstract String rowKeyFieldDelimiter
public abstract HashAlgorithmName hashAlgorithm
public abstract boolean uniqueChecks
public abstract boolean tombstoneRows
public abstract boolean tombstoneRowsOverwriteable
public abstract String maprdbTablePathPrefix
public abstract String[] properties
Copyright © 2024. All Rights Reserved.