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.nosql |
This package contains the logic specific to the property graph support on Oracle NoSQL Database.
|
Modifier and Type | Method and Description |
---|---|
static OracleDataLoaderConfigBase |
OracleDataLoaderConfigBase.getInstance(long lVertexSrcOffsetlines,
long lEdgeSrcOffsetlines,
long lVertexSrcMaxlines,
long lEdgeSrcMaxlines,
long lVertexIDOffset,
long lEdgeIDOffset,
int iDop,
int iPartitions,
int iOffset,
int batchSize,
DataLoaderListener dll)
Creates a new OracleDataLoader config 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 © 2015, 2019, Oracle and/or its afflilates. All Rights Reserved.