Package | Description |
---|---|
oracle.pg.common |
This package contains the common logic that is shared by all the backend databases including Oracle NoSQL Database and Apache HBase.
|
oracle.pg.hbase |
This package contains the logic specific to the property graph support on Apache HBase.
|
Modifier and Type | Class and Description |
---|---|
class |
OracleDataLoaderConfigBase |
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(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(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, Object[] oaFlatFileNames, OutputStream[] osa, OracleFileSplitterConfig opgdlconfig) |
Modifier and Type | Class and Description |
---|---|
class |
OracleDataLoaderConfig |
Copyright © 2017 Oracle and/or its affiliates. All Rights Reserved.