| Package | Description |
|---|---|
| org.cloudgraph.config |
Package level documentation for package org.cloudgraph.config.
|
| org.cloudgraph.state |
Contains classes used to manages a minimal set of "state"
information persisted with each
data graph in order to reduce overall storage space.
|
| Modifier and Type | Method and Description |
|---|---|
TableConfig |
Config.findTable(QName typeName)
Returns a table configuration for the given qualified SDO Type name or null
if not found.
|
TableConfig |
CloudGraphConfig.findTable(QName typeName) |
TableConfig |
Config.findTable(String tableName)
Returns a table configuration based on the given table name.
|
TableConfig |
CloudGraphConfig.findTable(String tableName) |
TableConfig |
Config.findTable(commonj.sdo.Type type)
Returns a table configuration for the given SDO Type or null if not found.
|
TableConfig |
CloudGraphConfig.findTable(commonj.sdo.Type type) |
TableConfig |
DataGraphConfig.getTable()
Returns the configured table for this data graph config.
|
TableConfig |
Config.getTable(QName typeName)
Returns a table configuration for the given qualified SDO Type name.
|
TableConfig |
CloudGraphConfig.getTable(QName typeName) |
TableConfig |
Config.getTable(String tableNamespace,
String tableName)
Returns a table configuration based on the given table name.
|
TableConfig |
CloudGraphConfig.getTable(String tableNamespace,
String tableName) |
TableConfig |
Config.getTable(commonj.sdo.Type type)
Returns a table configuration for the given SDO Type.
|
TableConfig |
CloudGraphConfig.getTable(commonj.sdo.Type type) |
| Modifier and Type | Method and Description |
|---|---|
void |
Config.addTable(TableConfig table)
Adds the given configuration
|
void |
CloudGraphConfig.addTable(TableConfig tableConfig) |
void |
Config.removeTable(TableConfig table)
Adds the given configuration
|
void |
CloudGraphConfig.removeTable(TableConfig tableConfig) |
| Constructor and Description |
|---|
DataGraphConfig(DataGraph graph,
TableConfig table) |
| Modifier and Type | Field and Description |
|---|---|
protected TableConfig |
GraphTable.tableConfig |
| Modifier and Type | Method and Description |
|---|---|
TableConfig |
TableState.getTableConfig()
Returns the table configuration for this context.
|
TableConfig |
GraphTable.getTableConfig() |
| Constructor and Description |
|---|
GraphTable(TableConfig table) |
Copyright © 2017. All Rights Reserved.