Package | Description |
---|---|
oracle.pgx.config |
This package contains all configuration-related classes of PGX.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractTableConfigBuilder<T extends AbstractTableConfigBuilder<T,GTC>,GTC extends GraphTableConfig>
base class for table configuration builder classes
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractFileTableConfig
Abstract super-class for all file-base table configs
|
class |
FileTableConfig
PGX Engine File Table Config
|
Modifier and Type | Method and Description |
---|---|
java.util.List<GraphTableConfig> |
PgNosqlGraphConfig.getEdgeTables()
list of edge tables in this graph
|
java.util.List<GraphTableConfig> |
PgHbaseGraphConfig.getEdgeTables()
list of edge tables in this graph
|
java.util.List<GraphTableConfig> |
PgRdbmsGraphConfig.getEdgeTables()
list of edge tables in this graph
|
java.util.List<GraphTableConfig> |
FileGraphConfig.getEdgeTables()
list of edge tables in this graph
|
java.util.List<GraphTableConfig> |
TwoTablesSparkGraphConfig.getEdgeTables()
list of edge tables in this graph
|
java.util.List<GraphTableConfig> |
RdfGraphConfig.getEdgeTables()
list of edge tables in this graph
|
java.util.List<GraphTableConfig> |
TwoTablesRdbmsGraphConfig.getEdgeTables()
list of edge tables in this graph
|
java.util.List<GraphTableConfig> |
TwoTablesTextGraphConfig.getEdgeTables()
list of edge tables in this graph
|
abstract java.util.List<GraphTableConfig> |
AbstractRelationalGraphConfig.getEdgeTables()
Get the vertex tables of this graph configuration
|
java.util.List<GraphTableConfig> |
MultipleTablesGraphConfig.getEdgeTables()
list of edge tables in this graph
|
java.util.List<GraphTableConfig> |
RelationalGraphConfig.getEdgeTables()
list of edge tables in this graph
|
java.util.List<GraphTableConfig> |
PgNosqlGraphConfig.getVertexTables()
list of vertex tables in this graph
|
java.util.List<GraphTableConfig> |
PgHbaseGraphConfig.getVertexTables()
list of vertex tables in this graph
|
java.util.List<GraphTableConfig> |
PgRdbmsGraphConfig.getVertexTables()
list of vertex tables in this graph
|
java.util.List<GraphTableConfig> |
FileGraphConfig.getVertexTables()
list of vertex tables in this graph
|
java.util.List<GraphTableConfig> |
TwoTablesSparkGraphConfig.getVertexTables()
list of vertex tables in this graph
|
java.util.List<GraphTableConfig> |
RdfGraphConfig.getVertexTables()
list of vertex tables in this graph
|
java.util.List<GraphTableConfig> |
TwoTablesRdbmsGraphConfig.getVertexTables()
list of vertex tables in this graph
|
java.util.List<GraphTableConfig> |
TwoTablesTextGraphConfig.getVertexTables()
list of vertex tables in this graph
|
abstract java.util.List<GraphTableConfig> |
AbstractRelationalGraphConfig.getVertexTables()
Get the vertex tables of this graph configuration
|
java.util.List<GraphTableConfig> |
MultipleTablesGraphConfig.getVertexTables()
list of vertex tables in this graph
|
java.util.List<GraphTableConfig> |
RelationalGraphConfig.getVertexTables()
list of vertex tables in this graph
|
Modifier and Type | Method and Description |
---|---|
RelationalGraphConfigBuilder |
RelationalGraphConfigBuilder.addEdgeTable(GraphTableConfig tableConfig)
Adds a edge table to the graph
|
RelationalGraphConfigBuilder |
RelationalGraphConfigBuilder.addVertexTable(GraphTableConfig tableConfig)
Adds a vertex table to the graph
|
T |
AbstractTableConfigBuilder.copyBaseFrom(GraphTableConfig tableConfig)
Sets this builder with the values of the given table config, this only includes base settings (format,
temporal formats, vertex properties, edge properties, loading configuration and error handling configuration).
|
Copyright © 2016, 2019, Oracle and/or its affiliates. All Rights Reserved.