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.pg.rdbms |
This package contains the logic specific to the property graph support on Oracle Database.
|
Modifier and Type | Class and Description |
---|---|
class |
OracleDataLoaderConfigBase
This class specifies the configuration settings used for Parallel data loading tasks including degree of parallelism, ID offsets, partitions, among others.
|
Modifier and Type | Method and Description |
---|---|
static OracleFileSplitterConfig |
OracleFileSplitterConfig.getInstance()
Create an OracleFileSpliterConfig with the default settings.
|
static OracleFileSplitterConfig |
OracleFileSplitterConfig.getInstance(long lVertexSrcOffsetlines, long lEdgeSrcOffsetlines, long lVertexSrcMaxlines, long lEdgeSrcMaxlines, long lVertexIDOffset, long lEdgeIDOffset, int iDop, int iPartitions, int iOffset, DataLoaderListener dll)
Creates a new OracleDataLoader config object .
|
Modifier and Type | Method and Description |
---|---|
static void |
OraclePropertyGraphUtilsBase.prepareConfigEdgePropertiesFromOPVFile(java.lang.Object[] oaEdgeSources, oracle.pgx.config.AbstractPgGraphConfigBuilder config, int dop, OracleFileSplitterConfig 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, oracle.pgx.config.AbstractPgGraphConfigBuilder config, int dop, OracleFileSplitterConfig ofsconfig)
Updates an existing
AbstractPgGraphConfigBuilder with all the vertex properties obtained from the given set of OPV flat files. |
Constructor and Description |
---|
OracleFileSplitter(boolean bVertex, java.lang.Object[] oaFlatFileNames, java.io.OutputStream[] osa, OracleFileSplitterConfig opgdlconfig)
Creates a new OracleFileSplitter object
|
Modifier and Type | Class and Description |
---|---|
class |
OracleDataLoaderConfig
This class specifies the configuration parameters to use when loading a graph in Oracle Flat-file format using parallel data loader.
|
Copyright © 2017, 2018 Oracle and/or its affiliates. All Rights Reserved.