| Package | Description |
|---|---|
| oracle.pgx.config |
This package contains all configuration-related classes of PGX.
|
| Modifier and Type | Method and Description |
|---|---|
static GraphPropertyConfig |
GraphPropertyConfig.parse(java.io.InputStream is, boolean strict, java.lang.String parentPath)
Parses an input stream.
|
static GraphPropertyConfig |
GraphPropertyConfig.parse(java.util.Map<java.lang.String,java.lang.Object> raw, boolean strict, java.lang.String parentPath)
Parses a raw key/value mapping.
|
static GraphPropertyConfig |
GraphPropertyConfig.parse(java.util.Properties props, boolean strict)
Parses a properties file.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<GraphPropertyConfig> |
RdfGraphConfig.getEdgeProps()
specification of edge properties associated with graph
|
abstract java.util.List<GraphPropertyConfig> |
GraphConfig.getEdgeProps()
Get the vertex properties of this graph configuration
|
java.util.List<GraphPropertyConfig> |
TwoTablesGraphConfig.getEdgeProps()
specification of edge properties associated with graph
|
java.util.List<GraphPropertyConfig> |
SingleFileGraphConfig.getEdgeProps()
specification of edge properties associated with graph
|
java.util.List<GraphPropertyConfig> |
MultipleTablesGraphConfig.getEdgeProps()
specification of edge properties associated with graph
|
java.util.List<GraphPropertyConfig> |
PgNosqlGraphConfig.getEdgeProps()
specification of edge properties associated with graph
|
java.util.List<GraphPropertyConfig> |
PgHbaseGraphConfig.getEdgeProps()
specification of edge properties associated with graph
|
java.util.List<GraphPropertyConfig> |
PgRdbmsGraphConfig.getEdgeProps()
specification of edge properties associated with graph
|
java.util.List<GraphPropertyConfig> |
MultipleFileGraphConfig.getEdgeProps()
specification of edge properties associated with graph
|
java.util.List<GraphPropertyConfig> |
RdfGraphConfig.getVertexProps()
specification of vertex properties associated with graph
|
abstract java.util.List<GraphPropertyConfig> |
GraphConfig.getVertexProps()
Get the vertex properties of this graph configuration
|
java.util.List<GraphPropertyConfig> |
TwoTablesGraphConfig.getVertexProps()
specification of vertex properties associated with graph
|
java.util.List<GraphPropertyConfig> |
SingleFileGraphConfig.getVertexProps()
specification of vertex properties associated with graph
|
java.util.List<GraphPropertyConfig> |
MultipleTablesGraphConfig.getVertexProps()
specification of vertex properties associated with graph
|
java.util.List<GraphPropertyConfig> |
PgNosqlGraphConfig.getVertexProps()
specification of vertex properties associated with graph
|
java.util.List<GraphPropertyConfig> |
PgHbaseGraphConfig.getVertexProps()
specification of vertex properties associated with graph
|
java.util.List<GraphPropertyConfig> |
PgRdbmsGraphConfig.getVertexProps()
specification of vertex properties associated with graph
|
java.util.List<GraphPropertyConfig> |
MultipleFileGraphConfig.getVertexProps()
specification of vertex properties associated with graph
|
Copyright © 2016, 2017 Oracle Corp. All Rights Reserved.