Package | Description |
---|---|
oracle.pg.common |
This package contains the common logic that is shared by all the backend databases including
Oracle Database, Oracle NoSQL Database, and Apache HBase.
|
oracle.pgx.config |
This package contains all configuration-related classes of PGX.
|
Modifier and Type | Method and Description |
---|---|
static void |
OraclePropertyGraphUtilsBase.prepareConfigEdgePropertiesFromOPVFile(java.lang.Object[] oaEdgeSources,
AbstractPgGraphConfigBuilder config,
int dop,
oracle.pg.common.loader.OracleFlatFileSplitterConfig ofsconfig)
Updates an existing
AbstractPgGraphConfigBuilder with all the
vertex properties obtained from the given set of OPV flat files. |
static void |
OraclePropertyGraphUtilsBase.prepareConfigVertexPropertiesFromOPVFile(java.lang.Object[] oaVertexSources,
AbstractPgGraphConfigBuilder config,
int dop,
oracle.pg.common.loader.OracleFlatFileSplitterConfig ofsconfig)
Updates an existing
AbstractPgGraphConfigBuilder with all the
vertex properties obtained from the given set of OPV flat files. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPgGraphConfigBuilder<T extends AbstractPgGraphConfigBuilder<T,GC>,GC extends AbstractPgGraphConfig>
Base class for Property Graph (PG) graph configuration builders.
|
Modifier and Type | Class and Description |
---|---|
class |
PgHbaseGraphConfigBuilder
A builder for Property Graph (PG) on HBase graph configuration objects.
|
class |
PgNosqlGraphConfigBuilder
A builder for Property Graph (PG) Oracle NoSQL graph configuration objects.
|
class |
PgRdbmsGraphConfigBuilder |
Copyright © 2015 - 2020 Oracle and/or its affiliates. All Rights Reserved.