public class CloudGraphConfig extends Object implements Config
| Modifier and Type | Method and Description |
|---|---|
void |
addTable() |
void |
addTable(TableConfig tableConfig)
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.
|
static Config |
getInstance() |
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 tableConfig)
Adds the given configuration
|
boolean |
tombstoneRows() |
boolean |
tombstoneRowsOverwriteable() |
boolean |
uniqueChecks() |
public void marshal(OutputStream stream)
public static Config getInstance() throws CloudGraphConfigurationException
CloudGraphConfigurationExceptionpublic ConfigProperties getConfigProperties()
getConfigProperties in interface Configpublic List<Property> getProperties()
getProperties in interface Configpublic Property findProperty(String name)
findProperty in interface Configpublic TableConfig findTable(QName typeName)
Configpublic TableConfig getTable(QName typeName)
Configpublic TableConfig findTable(commonj.sdo.Type type)
Configpublic TableConfig getTable(commonj.sdo.Type type)
Configpublic void addTable()
public TableConfig findTable(String tableName)
Configpublic TableConfig getTable(String tableNamespace, String tableName)
Configpublic String getTableName(QName typeName)
ConfiggetTableName in interface ConfigtypeName - the qualified name of an SDO Typepublic void addTable(TableConfig tableConfig)
Configpublic void removeTable(TableConfig tableConfig)
ConfigremoveTable in interface ConfigtableConfig - the table configurationpublic DataGraphConfig findDataGraph(QName qname)
ConfigfindDataGraph in interface Configpublic DataGraphConfig getDataGraph(QName qname)
ConfiggetDataGraph in interface Configpublic Charset getCharset()
getCharset in interface Configpublic boolean uniqueChecks()
uniqueChecks in interface Configpublic boolean tombstoneRows()
tombstoneRows in interface Configpublic boolean tombstoneRowsOverwriteable()
tombstoneRowsOverwriteable in interface Configpublic String maprdbTablePathPrefix()
maprdbTablePathPrefix in interface ConfigCopyright © 2017. All Rights Reserved.