Package | Description |
---|---|
oracle.pgx.config |
This package contains all configuration-related classes of PGX.
|
Modifier and Type | Method and Description |
---|---|
GraphPropertyConfig |
GraphPropertyConfigBuilder.build()
Builds the GraphPropertyConfig with a
parentPath of null . |
GraphPropertyConfig |
GraphPropertyConfigBuilder.build(java.lang.String parentPath)
Builds the GraphPropertyConfig.
|
static GraphPropertyConfig |
GraphPropertyConfigBuilder.buildGraphPropertyConfig(java.util.function.Consumer<GraphPropertyConfigBuilder> builderSetup)
Builds a
GraphPropertyConfig in-place |
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> |
PgRdbmsGraphConfig.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> |
TwoTablesSparkGraphConfig.getEdgeProps()
specification of edge properties associated with graph
|
java.util.List<GraphPropertyConfig> |
RdfGraphConfig.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> |
TwoTablesRdbmsGraphConfig.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> |
TwoTablesTextGraphConfig.getEdgeProps()
specification of edge properties associated with graph
|
java.util.List<GraphPropertyConfig> |
FileGraphConfig.getEdgeProps()
specification of edge properties associated with graph
|
java.util.List<GraphPropertyConfig> |
PgRdbmsGraphConfig.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> |
TwoTablesSparkGraphConfig.getVertexProps()
specification of vertex properties associated with graph
|
java.util.List<GraphPropertyConfig> |
RdfGraphConfig.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> |
TwoTablesRdbmsGraphConfig.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> |
TwoTablesTextGraphConfig.getVertexProps()
specification of vertex properties associated with graph
|
java.util.List<GraphPropertyConfig> |
FileGraphConfig.getVertexProps()
specification of vertex properties associated with graph
|
Modifier and Type | Method and Description |
---|---|
GraphPropertyConfigBuilder |
GraphPropertyConfigBuilder.putAll(GraphPropertyConfig config)
Puts all values from the given config into this builder
|
Constructor and Description |
---|
GraphPropertyConfigBuilder(GraphPropertyConfig config)
Constructs a GraphPropertyConfigBuilder initialized with the values from the given config
|
Copyright © 2017 Oracle Corp. All Rights Reserved.