Package | Description |
---|---|
oracle.pg.nosql |
This package contains the APIs specific to the property graph support on the Oracle NoSQL Database.
|
oracle.pgx.config |
This package contains all configuration-related classes of PGX.
|
Modifier and Type | Method and Description |
---|---|
static OraclePropertyGraph |
OraclePropertyGraph.getInstance(PgNosqlGraphConfig config)
Returns an instance of OraclePropertyGraph using a PGX PgNosqlGraphConfig object.
|
static oracle.kv.KVStoreConfig |
OraclePropertyGraph.getKVStoreConfig(PgNosqlGraphConfig config)
Gets an KVStoreConfig from a PGX
PgNosqlGraphConfig object |
Modifier and Type | Method and Description |
---|---|
PgNosqlGraphConfig |
PgNosqlGraphConfigFactory.fromProperties(java.util.Properties props) |
static PgNosqlGraphConfig |
PgNosqlGraphConfig.parse(java.io.InputStream is, boolean strict, java.lang.String parentPath)
Parses an input stream.
|
static PgNosqlGraphConfig |
PgNosqlGraphConfig.parse(java.util.Map<java.lang.String,java.lang.Object> raw, boolean strict, java.lang.String parentPath)
Parses a raw key/value mapping.
|
static PgNosqlGraphConfig |
PgNosqlGraphConfig.parse(java.util.Properties props, boolean strict)
Parses a properties file.
|
Modifier and Type | Method and Description |
---|---|
PgNosqlGraphConfigBuilder |
PgNosqlGraphConfigBuilder.copyFrom(PgNosqlGraphConfig graphConfig) |
Copyright © 2010, 2020 Oracle and/or its affiliates. All Rights Reserved.