public interface Config
| Modifier and Type | Method and Description |
|---|---|
void |
addTable(TableConfig table)
Adds the given configuration
|
DataGraphConfig |
findDataGraph(QName qname)
Returns a data graph config for the given qualified SDO Type name or null
of not exists.
|
Property |
findProperty(String name) |
TableConfig |
findTable(QName typeName)
Returns a table configuration for the given qualified SDO Type name or null
if not found.
|
TableConfig |
findTable(String tableName)
Returns a table configuration based on the given table name.
|
TableConfig |
findTable(commonj.sdo.Type type)
Returns a table configuration for the given SDO Type or null if not found.
|
Charset |
getCharset() |
ConfigProperties |
getConfigProperties() |
DataGraphConfig |
getDataGraph(QName qname)
Returns a data graph config for the given qualified SDO Type name.
|
List<Property> |
getProperties() |
TableConfig |
getTable(QName typeName)
Returns a table configuration for the given qualified SDO Type name.
|
TableConfig |
getTable(String tableNamespace,
String tableName)
Returns a table configuration based on the given table name.
|
TableConfig |
getTable(commonj.sdo.Type type)
Returns a table configuration for the given SDO Type.
|
String |
getTableName(QName typeName)
Returns a table name for the given qualified SDO Type name.
|
String |
maprdbTablePathPrefix() |
void |
marshal(OutputStream stream) |
void |
removeTable(TableConfig table)
Adds the given configuration
|
boolean |
tombstoneRows() |
boolean |
tombstoneRowsOverwriteable() |
boolean |
uniqueChecks() |
void marshal(OutputStream stream)
ConfigProperties getConfigProperties()
TableConfig findTable(QName typeName)
typeName - the qualified name of an SDO TypeTableConfig getTable(QName typeName)
typeName - the qualified name of an SDO TypeCloudGraphConfigurationException - if the given name is not foundTableConfig findTable(commonj.sdo.Type type)
type - the SDO TypeTableConfig getTable(commonj.sdo.Type type)
type - the SDO TypeCloudGraphConfigurationException - if the given type is not foundTableConfig findTable(String tableName)
tableName - the table name or null if not found.TableConfig getTable(String tableNamespace, String tableName)
tableNamespace - the table namespacetableName - the table nameCloudGraphConfigurationException - if the given name is not foundString getTableName(QName typeName)
typeName - the qualified name of an SDO Typevoid addTable(TableConfig table)
table - the table configurationvoid removeTable(TableConfig table)
table - the table configurationDataGraphConfig findDataGraph(QName qname)
typeName - the qualified name of an SDO TypeDataGraphConfig getDataGraph(QName qname)
typeName - the qualified name of an SDO TypeCloudGraphConfigurationException - if no configured data graph exists for the given qualified SDO
Type nameCharset getCharset()
boolean uniqueChecks()
boolean tombstoneRows()
boolean tombstoneRowsOverwriteable()
String maprdbTablePathPrefix()
Copyright © 2017. All Rights Reserved.