| 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 |
|---|---|
DataGraphConfig |
Config.findDataGraph(QName qname)
Returns a data graph config for the given qualified SDO Type name or null
of not exists.
|
DataGraphConfig |
CloudGraphConfig.findDataGraph(QName qname) |
DataGraphConfig |
UserDefinedRowKeyFieldConfig.getDataGraph() |
DataGraphConfig |
Config.getDataGraph(QName qname)
Returns a data graph config for the given qualified SDO Type name.
|
DataGraphConfig |
CloudGraphConfig.getDataGraph(QName qname) |
| Constructor and Description |
|---|
UserDefinedRowKeyFieldConfig(DataGraphConfig dataGraph,
UserDefinedField userDefinedField,
int sequenceNum,
int totalFields) |
| Modifier and Type | Field and Description |
|---|---|
protected DataGraphConfig |
GraphRow.graphConfig |
| Modifier and Type | Method and Description |
|---|---|
DataGraphConfig |
RowState.getDataGraph() |
DataGraphConfig |
GraphRow.getDataGraph() |
Copyright © 2017. All Rights Reserved.