Package | Description |
---|---|
oracle.pg.rdbms |
This package contains the logic specific to the property graph support on Oracle Database.
|
oracle.pg.rdbms.index.lucene |
This package contains the logic specific to the text indexing and text search using Apache Lucene for property graph support on Oracle Database.
|
oracle.pg.rdbms.index.oratext |
This package contains the logic specific to the text indexing and text search using Oracle Text for property graph support on Oracle Database.
|
oracle.pg.rdbms.index.solr |
This package contains the logic specific to the text indexing and text search using SolrCloud for property graph support on Oracle Database.
|
oracle.pg.rdbms.pgql |
This package contains logic for translating PGQL queries to equivalent SQL queries.
|
Modifier and Type | Method and Description |
---|---|
static OraclePropertyGraph |
OraclePropertyGraph.getInstance(Oracle oracle, java.lang.String szGraphName)
Returns an instance of OraclePropertyGraph using the Oracle connection and graph name provided.
|
static OraclePropertyGraph |
OraclePropertyGraph.getInstance(Oracle oracle, java.lang.String szGraphName, int iHashPartitionsNum)
Returns an instance of OraclePropertyGraph using the Oracle connection and graph name provided.
|
static OraclePropertyGraph |
OraclePropertyGraph.getInstance(Oracle oracle, java.lang.String szGraphName, int iHashPartitionsNum, int iDOP, java.lang.String szTBS, java.lang.String szOptions)
Returns an instance of OraclePropertyGraph using the Oracle connection and graph name provided.
|
static OraclePropertyGraph |
OraclePropertyGraph.getInstance(Oracle oracle, java.lang.String szGraphName, int iHashPartitionsNum, int iDOP, java.lang.String szTBS, java.lang.String szTBSSet, java.lang.String szOptions)
Returns an instance of OraclePropertyGraph using the Oracle connection and graph name provided.
|
static OraclePropertyGraph |
OraclePropertyGraph.getInstance(Oracle oracle, java.lang.String szGraphOwner, java.lang.String szGraphName, int iHashPartitionsNum, int iDOP, java.lang.String szTBS, java.lang.String szOptions)
Returns an instance of OraclePropertyGraph using the Oracle connection and graph name provided.
|
static OraclePropertyGraph |
OraclePropertyGraph.getInstance(Oracle oracle, java.lang.String szGraphOwner, java.lang.String szGraphName, int iHashPartitionsNum, int iDOP, java.lang.String szTBS, java.lang.String szTBSSet, java.lang.String szOptions)
Returns an instance of OraclePropertyGraph using the Oracle connection and graph name provided.
|
static OraclePropertyGraph |
OraclePropertyGraph.getInstance(oracle.pgx.config.PgRdbmsGraphConfig config)
Gets an OraclePropertyGraph instance from a PGX PgRdbmsGraphConfig object
|
OraclePropertyGraph |
OracleElement.getPropertyGraph()
Gets the property graph instance associated to this object.
|
OraclePropertyGraph |
OracleElementIteratorImpl.getPropertyGraph()
Get the associated property graph
|
Modifier and Type | Method and Description |
---|---|
static OraclePgqlStatement |
OraclePgqlExecutionFactory.createStatement(OraclePropertyGraph opg)
Creates a new OraclePgqlStatement object, which is used to execute a static PGQL query.
|
static void |
OraclePropertyGraphUtils.exportEdgeFlatFile(OraclePropertyGraph pg, java.io.OutputStream osEdge, int dop, boolean append, boolean closeStream)
This function exports the edges of a given property graph into OPE flat file
|
static void |
OraclePropertyGraphUtils.exportFlatFiles(OraclePropertyGraph pg, java.io.OutputStream osVertex, java.io.OutputStream osEdge, int dop, boolean append)
This function exports a given property graph into two flat files: one for vertices and the other for edges.
|
static void |
OraclePropertyGraphUtils.exportFlatFiles(OraclePropertyGraph pg, java.io.OutputStream osVertex, java.io.OutputStream osEdge, int dop, boolean append, boolean closeStreams)
This function exports a given property graph into two flat files: one for vertices and the other for edges.
|
static void |
OraclePropertyGraphUtils.exportFlatFiles(OraclePropertyGraph pg, java.lang.String vertexFileName, java.lang.String edgeFileName, boolean append)
This function exports a given property graph into two flat files: one for vertices and the other for edges.
|
static void |
OraclePropertyGraphUtils.exportFlatFiles(OraclePropertyGraph pg, java.lang.String vertexFileName, java.lang.String edgeFileName, int dop, boolean append)
This function exports a given property graph into two flat files: one for vertices and the other for edges.
|
static void |
OraclePropertyGraphUtils.exportVertexFlatFile(OraclePropertyGraph pg, java.io.OutputStream osVertex, int dop, boolean append, boolean closeStream)
This function exports the vertices of a given property graph into OPV flat file
|
static OracleEdge |
OracleEdge.getInstance(OraclePropertyGraph opg, java.lang.Long eid)
Returns an instance of OracleEdge.
|
static OracleVertex |
OracleVertex.getInstance(OraclePropertyGraph opg, java.lang.Long vid)
Returns an instance of OracleVertex from the underlying graph
|
static OracleEdge |
OracleEdge.getInstance(OraclePropertyGraph opg, java.lang.Long eid, boolean bCreateIfAbsentFromCache)
Returns an instance of OracleEdge.
|
static OracleVertex |
OracleVertex.getInstance(OraclePropertyGraph opg, java.lang.Long vid, boolean bCreateIfAbsentFromCache)
Returns an instance of OracleVertex.
|
static OracleEdge |
OracleEdge.getInstance(OraclePropertyGraph opg, java.lang.Long eid, boolean bCreateIfAbsentFromCache, boolean bSkipStoreToCache)
Returns an instance of OracleEdge.
|
static OracleVertex |
OracleVertex.getInstance(OraclePropertyGraph opg, java.lang.Long vid, boolean bCreateIfAbsentFromCache, boolean bSkipStoreToCache)
Returns an instance of OracleVertex.
|
static OracleEdge |
OracleEdge.getInstance(OraclePropertyGraph opg, java.lang.Long eid, java.lang.String label, boolean bCreateIfAbsentFromCache, boolean bSkipStoreToCache)
Returns an instance of OracleEdge.
|
static OracleEdge |
OracleEdge.getInstance(OraclePropertyGraph opg, OracleVertexBase outVertex, OracleVertexBase inVertex, java.lang.Long eid, boolean bCreateIfAbsentFromCache, boolean bSkipStoreToCache)
Returns an instance of OracleEdge.
|
static OracleEdge |
OracleEdge.getInstance(OraclePropertyGraph opg, OracleVertexBase outVertex, OracleVertexBase inVertex, java.lang.String edgeLabel, java.lang.Long eid)
Returns an instance of OracleEdge.
|
static OracleEdge |
OracleEdge.getInstance(OraclePropertyGraph opg, OracleVertexBase outVertex, OracleVertexBase inVertex, java.lang.String edgeLabel, java.lang.Long eid, boolean bCreateIfAbsentFromCache)
Returns an instance of OracleEdge.
|
static OracleEdge |
OracleEdge.getInstance(OraclePropertyGraph opg, OracleVertexBase outVertex, OracleVertexBase inVertex, java.lang.String edgeLabel, java.lang.Long eid, boolean bCreateIfAbsentFromCache, boolean bSkipStoreToCache)
Returns an instance of OracleEdge.If there is no match in the cache and bCreateIfAbsentFromCache is false, then a NULL value will be returned.
|
int |
OraclePropertyGraphDataLoader.getSessionID(OraclePropertyGraph opg)
get the session ID
|
void |
OraclePropertyGraphDataLoader.loadData(OraclePropertyGraph opg, java.lang.Object[] oaVertexSources, java.lang.Object[] oaEdgeSources, int iDop, int iBatchSize, boolean bRebuildIndex, java.lang.String szOptions)
This method loads given graph data into an OraclePropertyGraph instance in parallel using JDBC-based loading.
|
void |
OraclePropertyGraphDataLoader.loadData(OraclePropertyGraph opg, java.lang.Object[] oaVertexSources, java.lang.Object[] oaEdgeSources, int iDop, int iPartitions, int iOffset, int iBatchSize, boolean bRebuildIndex, java.lang.String szTbs, java.lang.String szOptions)
This method loads given graph data into an OraclePropertyGraph instance in parallel using JDBC-based loading.
|
void |
OraclePropertyGraphDataLoader.loadData(OraclePropertyGraph opg, java.lang.Object[] oaVertexSources, java.lang.Object[] oaEdgeSources, int iDop, int iPartitions, int iOffset, OraclePropertyGraphDataLoader.SPLITTER_TYPE splitterFlag, java.lang.String szPrefix, int iBatchSize, boolean bRebuildIndex, java.lang.String szTbs, java.lang.String szOptions)
This method loads given graph data into an OraclePropertyGraph instance in parallel using JDBC-based loading.
|
void |
OraclePropertyGraphDataLoader.loadData(OraclePropertyGraph opg, java.lang.Object[] oaVertexSources, java.lang.Object[] oaEdgeSources, int iDop, OraclePropertyGraphDataLoader.SPLITTER_TYPE splitterFlag, int iBatchSize, boolean bRebuildIndex, java.lang.String szOptions)
This method loads given graph data into an OraclePropertyGraph instance in parallel using JDBC-based loading.
|
void |
OraclePropertyGraphDataLoader.loadData(OraclePropertyGraph opg, java.lang.Object[] oaVertexSources, java.lang.Object[] oaEdgeSources, int iDop, OraclePropertyGraphDataLoader.SPLITTER_TYPE splitterFlag, int iBatchSize, boolean bRebuildIndex, java.lang.String szTbs, java.lang.String szOptions)
This method loads given graph data into an OraclePropertyGraph instance in parallel using JDBC-based loading.
|
void |
OraclePropertyGraphDataLoader.loadData(OraclePropertyGraph opg, java.lang.Object[] oaVertexSources, java.lang.Object[] oaEdgeSources, int iDop, OraclePropertyGraphDataLoader.SPLITTER_TYPE splitterFlag, java.lang.String szPrefix, int iBatchSize, boolean bRebuildIndex, java.lang.String szTbs, java.lang.String szOptions)
This method loads given graph data into an OraclePropertyGraph instance in parallel using JDBC-based loading.
|
void |
OraclePropertyGraphDataLoader.loadData(OraclePropertyGraph opg, java.lang.Object[] obVertexSources, java.lang.Object[] obEdgeSources, long lVertexSrcOffsetlines, long lEdgeSrcOffsetlines, long lVertexSrcMaxlines, long lEdgeSrcMaxlines, long lVertexIDOffset, long lEdgeIDOffset, int iDop, int iPartitions, int iOffset, OraclePropertyGraphDataLoader.SPLITTER_TYPE splitterFlag, java.lang.String szPrefix, int iBatchSize, boolean bRebuildIndex, java.lang.String szTbs, java.lang.String szOptions)
This method loads given graph data into an OraclePropertyGraph instance in parallel using JDBC-based loading.
|
void |
OraclePropertyGraphDataLoader.loadData(OraclePropertyGraph opg, java.lang.Object[] oaVertexSources, java.lang.Object[] oaEdgeSources, long lVertexSrcOffsetlines, long lEdgeSrcOffsetlines, long lVertexSrcMaxlines, long lEdgeSrcMaxlines, long lVertexIDOffset, long lEdgeIDOffset, int iDop, int iPartitions, int iOffset, OraclePropertyGraphDataLoader.SPLITTER_TYPE splitterFlag, java.lang.String szPrefix, int iBatchSize, boolean bRebuildIndex, java.lang.String szTbs, java.lang.String szOptions, DataLoaderListener dll)
This method loads given graph data into an OraclePropertyGraph instance in parallel using JDBC-based loading.
|
void |
OraclePropertyGraphDataLoader.loadData(OraclePropertyGraph opg, java.lang.Object[] oaVertexSources, java.lang.Object[] oaEdgeSources, OracleDataLoaderConfig opgdlconfig)
This method loads given graph data into an OraclePropertyGraph instance in parallel using JDBC-based loading.
|
void |
OraclePropertyGraphDataLoader.loadData(OraclePropertyGraph opg, java.lang.Object obVertexSource, java.lang.Object obEdgeSource, int iDop)
This method loads given graph data into an OraclePropertyGraph instance in parallel using JDBC-based loading
|
void |
OraclePropertyGraphDataLoader.loadData(OraclePropertyGraph opg, java.lang.Object obVertexSource, java.lang.Object obEdgeSource, int iDop, int iBatchSize, boolean bRebuildIndex, java.lang.String szOptions)
This method loads given graph data into an OraclePropertyGraph instance in parallel using JDBC-based loading
|
void |
OraclePropertyGraphDataLoader.loadData(OraclePropertyGraph opg, java.lang.Object obVertexSource, java.lang.Object obEdgeSource, int iDop, int splitterFlag, int iBatchSize, boolean bRebuildIndex, java.lang.String szOptions)
This method loads given graph data into an OraclePropertyGraph instance in parallel using JDBC-based loading
|
void |
OraclePropertyGraphDataLoader.loadData(OraclePropertyGraph opg, java.lang.Object obVertexSource, java.lang.Object obEdgeSource, int iDop, int iPartitions, int iOffset, int iBatchSize, boolean bRebuildIndex, java.lang.String szTbs, java.lang.String szOptions)
This method loads given graph data into an OraclePropertyGraph instance in parallel using JDBC-based loading.
|
void |
OraclePropertyGraphDataLoader.loadData(OraclePropertyGraph opg, java.lang.Object obVertexSource, java.lang.Object obEdgeSource, int iDop, int iPartitions, int iOffset, OraclePropertyGraphDataLoader.SPLITTER_TYPE splitterFlag, java.lang.String szPrefix, int iBatchSize, boolean bRebuildIndex, java.lang.String szTbs, java.lang.String szOptions)
This method loads given graph data into an OraclePropertyGraph instance in parallel using JDBC-based loading.
|
void |
OraclePropertyGraphDataLoader.loadData(OraclePropertyGraph opg, java.lang.Object obVertexSource, java.lang.Object obEdgeSource, int iDop, OraclePropertyGraphDataLoader.SPLITTER_TYPE splitterFlag, int iBatchSize, boolean bRebuildIndex, java.lang.String szOptions)
This method loads given graph data into an OraclePropertyGraph instance in parallel using JDBC-based loading
|
void |
OraclePropertyGraphDataLoader.loadData(OraclePropertyGraph opg, java.lang.Object obVertexSource, java.lang.Object obEdgeSource, int iDop, OraclePropertyGraphDataLoader.SPLITTER_TYPE splitterFlag, int iBatchSize, boolean bRebuildIndex, java.lang.String szTbs, java.lang.String szOptions)
This method loads given graph data into an OraclePropertyGraph instance in parallel using JDBC-based loading
|
void |
OraclePropertyGraphDataLoader.loadData(OraclePropertyGraph opg, java.lang.Object obVertexSource, java.lang.Object obEdgeSource, int iDop, OraclePropertyGraphDataLoader.SPLITTER_TYPE splitterFlag, java.lang.String szPrefix, int iBatchSize, boolean bRebuildIndex, java.lang.String szTbs, java.lang.String szOptions)
This method loads given graph data into an OraclePropertyGraph instance in parallel using JDBC-based loading.
|
void |
OraclePropertyGraphDataLoader.loadData(OraclePropertyGraph opg, java.lang.Object obVertexSource, java.lang.Object obEdgeSource, long lVertexSrcOffsetlines, long lEdgeSrcOffsetlines, long lVertexSrcMaxlines, long lEdgeSrcMaxlines, long lVertexIDOffset, long lEdgeIDOffset, int iDop, int iPartitions, int iOffset, int splitterFlag, java.lang.String szPrefix, int iBatchSize, boolean bRebuildIndex, java.lang.String szTbs, java.lang.String szOptions)
This method loads given graph data into an OraclePropertyGraph instance in parallel using JDBC-based loading.
|
void |
OraclePropertyGraphDataLoader.loadData(OraclePropertyGraph opg, java.lang.Object obVertexSource, java.lang.Object obEdgeSource, long lVertexSrcOffsetlines, long lEdgeSrcOffsetlines, long lVertexSrcMaxlines, long lEdgeSrcMaxlines, long lVertexIDOffset, long lEdgeIDOffset, int iDop, int iPartitions, int iOffset, OraclePropertyGraphDataLoader.SPLITTER_TYPE splitterFlag, java.lang.String szPrefix, int iBatchSize, boolean bRebuildIndex, java.lang.String szTbs, java.lang.String szOptions)
This method loads given graph data into an OraclePropertyGraph instance in parallel using JDBC-based loading.
|
void |
OraclePropertyGraphDataLoader.loadDataWithExtTab(OraclePropertyGraph opg, java.lang.Object[] oaVertexSources, java.lang.Object[] oaEdgeSources, int iDop, boolean bNamedPipe, java.lang.String szDir, boolean bRebuildIndex, java.lang.String szOptions)
This method loads given graph data into an OraclePropertyGraph instance in parallel using External table-based loading
|
void |
OraclePropertyGraphDataLoader.loadDataWithExtTab(OraclePropertyGraph opg, java.lang.Object[] oaVertexSources, java.lang.Object[] oaEdgeSources, int iDop, boolean bNamedPipe, java.lang.String szPrefix, java.lang.String szDir, boolean bRebuildIndex, java.lang.String szOptions)
This method loads given graph data into an OraclePropertyGraph instance in parallel using External table-based loading
|
void |
OraclePropertyGraphDataLoader.loadDataWithExtTab(OraclePropertyGraph opg, java.lang.Object[] oaVertexSources, java.lang.Object[] oaEdgeSources, int iDop, boolean bNamedPipe, java.lang.String szPrefix, java.lang.String szDir, boolean bRebuildIndex, java.lang.String szTbs, java.lang.String szOptions)
This method loads given graph data into an OraclePropertyGraph instance in parallel using External table-based loading
|
void |
OraclePropertyGraphDataLoader.loadDataWithExtTab(OraclePropertyGraph opg, java.lang.Object[] oaVertexSources, java.lang.Object[] oaEdgeSources, int iDop, int iPartitions, int iOffset, OraclePropertyGraphDataLoader.SPLITTER_TYPE splitterFlag, java.lang.String szPrefix, java.lang.String szDir, boolean bRebuildIndex, java.lang.String szTbs, java.lang.String szOptions)
This method loads given graph data into an OraclePropertyGraph instance in parallel using External table-based loading.
|
void |
OraclePropertyGraphDataLoader.loadDataWithExtTab(OraclePropertyGraph opg, java.lang.Object[] oaVertexSources, java.lang.Object[] oaEdgeSources, int iDop, OraclePropertyGraphDataLoader.SPLITTER_TYPE splitterFlag, java.lang.String szPrefix, java.lang.String szDir, boolean bRebuildIndex, java.lang.String szTbs, java.lang.String szOptions)
This method loads given graph data into an OraclePropertyGraph instance in parallel using External table-based loading.
|
void |
OraclePropertyGraphDataLoader.loadDataWithExtTab(OraclePropertyGraph opg, java.lang.Object[] oaVertexSources, java.lang.Object[] oaEdgeSources, long lVertexSrcOffsetlines, long lEdgeSrcOffsetlines, long lVertexSrcMaxlines, long lEdgeSrcMaxlines, long lVertexIDOffset, long lEdgeIDOffset, int iDop, int iPartitions, int iOffset, OraclePropertyGraphDataLoader.SPLITTER_TYPE splitterFlag, java.lang.String szPrefix, java.lang.String szDir, boolean bRebuildIndex, java.lang.String szTbs, java.lang.String szOptions)
This method loads given graph data into an OraclePropertyGraph instance in parallel using External table-based loading.
|
void |
OraclePropertyGraphDataLoader.loadDataWithExtTab(OraclePropertyGraph opg, java.lang.Object[] oaVertexSources, java.lang.Object[] oaEdgeSources, OracleDataLoaderConfig opgdlconfig)
This method loads given graph data into an OraclePropertyGraph instance in parallel using External table-based loading.
|
void |
OraclePropertyGraphDataLoader.loadDataWithExtTab(OraclePropertyGraph opg, java.lang.Object obVertexSource, java.lang.Object obEdgeSource, int iDop, boolean bNamedPipe, java.lang.String szDir, boolean bRebuildIndex, java.lang.String szOptions)
This method loads given graph data into an OraclePropertyGraph instance in parallel using External table-based loading
|
void |
OraclePropertyGraphDataLoader.loadDataWithExtTab(OraclePropertyGraph opg, java.lang.Object obVertexSource, java.lang.Object obEdgeSource, int iDop, boolean bNamedPipe, java.lang.String szPrefix, java.lang.String szDir, boolean bRebuildIndex, java.lang.String szOptions)
This method loads given graph data into an OraclePropertyGraph instance in parallel using External table-based loading
|
void |
OraclePropertyGraphDataLoader.loadDataWithExtTab(OraclePropertyGraph opg, java.lang.Object obVertexSource, java.lang.Object obEdgeSource, int iDop, boolean bNamedPipe, java.lang.String szPrefix, java.lang.String szDir, boolean bRebuildIndex, java.lang.String szTbs, java.lang.String szOptions)
This method loads given graph data into an OraclePropertyGraph instance in parallel using External table-based loading
|
void |
OraclePropertyGraphDataLoader.loadDataWithExtTab(OraclePropertyGraph opg, java.lang.Object obVertexSource, java.lang.Object obEdgeSource, int iDop, int iPartitions, int iOffset, OraclePropertyGraphDataLoader.SPLITTER_TYPE splitterFlag, java.lang.String szPrefix, java.lang.String szDir, boolean bRebuildIndex, java.lang.String szTbs, java.lang.String szOptions)
This method loads given graph data into an OraclePropertyGraph instance in parallel using External table-based loading.
|
void |
OraclePropertyGraphDataLoader.loadDataWithExtTab(OraclePropertyGraph opg, java.lang.Object obVertexSource, java.lang.Object obEdgeSource, int iDop, OraclePropertyGraphDataLoader.SPLITTER_TYPE splitterFlag, java.lang.String szPrefix, java.lang.String szDir, boolean bRebuildIndex, java.lang.String szTbs, java.lang.String szOptions)
This method loads given graph data into an OraclePropertyGraph instance in parallel using External table-based loading.
|
void |
OraclePropertyGraphDataLoader.loadDataWithExtTab(OraclePropertyGraph opg, java.lang.Object obVertexSource, java.lang.Object obEdgeSource, long lVertexSrcOffsetlines, long lEdgeSrcOffsetlines, long lVertexSrcMaxlines, long lEdgeSrcMaxlines, long lVertexIDOffset, long lEdgeIDOffset, int iDop, int iPartitions, int iOffset, OraclePropertyGraphDataLoader.SPLITTER_TYPE splitterFlag, java.lang.String szPrefix, java.lang.String szDir, boolean bRebuildIndex, java.lang.String szTbs, java.lang.String szOptions)
This method loads given graph data into an OraclePropertyGraph instance in parallel using External table-based loading.
|
void |
OraclePropertyGraphDataLoader.loadDataWithExtTab(OraclePropertyGraph opg, java.lang.String[] saVertexFiles, java.lang.String[] saEdgeFiles, int iDop, java.lang.String szDir, boolean bRebuildIndex, java.lang.String szTbs, java.lang.String szOptions)
This method loads given graph data into an OraclePropertyGraph instance in parallel using External table-based loading.
|
void |
OraclePropertyGraphDataLoader.loadDataWithSqlLdr(OraclePropertyGraph opg, java.lang.String szUser, java.lang.String szPassword, java.lang.String szDbId, java.lang.Object[] oaVertexSources, java.lang.Object[] oaEdgeSources, int iDop, boolean bNamedPipe, java.lang.String szSqlLoaderPath, boolean bRebuildIndex, java.lang.String szOptions)
This method loads given graph data into an OraclePropertyGraph instance in parallel using SQL*Loader-based loading.
|
void |
OraclePropertyGraphDataLoader.loadDataWithSqlLdr(OraclePropertyGraph opg, java.lang.String szUser, java.lang.String szPassword, java.lang.String szDbId, java.lang.Object[] oaVertexSources, java.lang.Object[] oaEdgeSources, int iDop, boolean bNamedPipe, java.lang.String szPrefix, java.lang.String szSqlLoaderPath, boolean bRebuildIndex, java.lang.String szOptions)
This method loads given graph data into an OraclePropertyGraph instance in parallel using SQL*Loader-based loading.
|
void |
OraclePropertyGraphDataLoader.loadDataWithSqlLdr(OraclePropertyGraph opg, java.lang.String szUser, java.lang.String szPassword, java.lang.String szDbId, java.lang.Object[] oaVertexSources, java.lang.Object[] oaEdgeSources, int iDop, boolean bNamedPipe, java.lang.String szPrefix, java.lang.String szSqlLoaderPath, boolean bRebuildIndex, java.lang.String szTbs, java.lang.String szOptions)
This method loads given graph data into an OraclePropertyGraph instance in parallel using SQL*Loader-based loading.
|
void |
OraclePropertyGraphDataLoader.loadDataWithSqlLdr(OraclePropertyGraph opg, java.lang.String szUser, java.lang.String szPassword, java.lang.String szDbId, java.lang.Object[] oaVertexSources, java.lang.Object[] oaEdgeSources, int iDop, int iPartitions, int iOffset, OraclePropertyGraphDataLoader.SPLITTER_TYPE splitterFlag, java.lang.String szPrefix, java.lang.String szSqlLoaderPath, boolean bRebuildIndex, java.lang.String szTbs, java.lang.String szOptions)
This method loads given graph data into an OraclePropertyGraph instance in parallel using SQL*Loader-based loading.
|
void |
OraclePropertyGraphDataLoader.loadDataWithSqlLdr(OraclePropertyGraph opg, java.lang.String szUser, java.lang.String szPassword, java.lang.String szDbId, java.lang.Object[] oaVertexSources, java.lang.Object[] oaEdgeSources, int iDop, OraclePropertyGraphDataLoader.SPLITTER_TYPE splitterFlag, java.lang.String szPrefix, java.lang.String szSqlLoaderPath, boolean bRebuildIndex, java.lang.String szTbs, java.lang.String szOptions)
This method loads given graph data into an OraclePropertyGraph instance in parallel using SQL*Loader-based loading.
|
void |
OraclePropertyGraphDataLoader.loadDataWithSqlLdr(OraclePropertyGraph opg, java.lang.String szUser, java.lang.String szPassword, java.lang.String szDbId, java.lang.Object[] oaVertexSources, java.lang.Object[] oaEdgeSources, long lVertexSrcOffsetlines, long lEdgeSrcOffsetlines, long lVertexSrcMaxlines, long lEdgeSrcMaxlines, long lVertexIDOffset, long lEdgeIDOffset, int iDop, int iPartitions, int iOffset, OraclePropertyGraphDataLoader.SPLITTER_TYPE splitterFlag, java.lang.String szPrefix, java.lang.String szSqlLoaderPath, boolean bRebuildIndex, java.lang.String szTbs, java.lang.String szOptions)
This method loads given graph data into an OraclePropertyGraph instance in parallel using SQL*Loader-based loading.
|
void |
OraclePropertyGraphDataLoader.loadDataWithSqlLdr(OraclePropertyGraph opg, java.lang.String szUser, java.lang.String szPassword, java.lang.String szDbId, java.lang.Object[] oaVertexSources, java.lang.Object[] oaEdgeSources, OracleDataLoaderConfig opgdlconfig)
This method loads given graph data into an OraclePropertyGraph instance in parallel using SQL*Loader-based loading.
|
void |
OraclePropertyGraphDataLoader.loadDataWithSqlLdr(OraclePropertyGraph opg, java.lang.String szUser, java.lang.String szPassword, java.lang.String szDbId, java.lang.Object obVertexSource, java.lang.Object obEdgeSource, int iDop, boolean bNamedPipe, java.lang.String szSqlLoaderPath, boolean bRebuildIndex, java.lang.String szOptions)
This method loads given graph data into an OraclePropertyGraph instance in parallel using SQL*Loader-based loading.
|
void |
OraclePropertyGraphDataLoader.loadDataWithSqlLdr(OraclePropertyGraph opg, java.lang.String szUser, java.lang.String szPassword, java.lang.String szDbId, java.lang.Object obVertexSource, java.lang.Object obEdgeSource, int iDop, boolean bNamedPipe, java.lang.String szPrefix, java.lang.String szSqlLoaderPath, boolean bRebuildIndex, java.lang.String szOptions)
This method loads given graph data into an OraclePropertyGraph instance in parallel using SQL*Loader-based loading.
|
void |
OraclePropertyGraphDataLoader.loadDataWithSqlLdr(OraclePropertyGraph opg, java.lang.String szUser, java.lang.String szPassword, java.lang.String szDbId, java.lang.Object obVertexSource, java.lang.Object obEdgeSource, int iDop, boolean bNamedPipe, java.lang.String szPrefix, java.lang.String szSqlLoaderPath, boolean bRebuildIndex, java.lang.String szTbs, java.lang.String szOptions)
This method loads given graph data into an OraclePropertyGraph instance in parallel using SQL*Loader-based loading.
|
void |
OraclePropertyGraphDataLoader.loadDataWithSqlLdr(OraclePropertyGraph opg, java.lang.String szUser, java.lang.String szPassword, java.lang.String szDbId, java.lang.Object obVertexSource, java.lang.Object obEdgeSource, int iDop, int iPartitions, int iOffset, OraclePropertyGraphDataLoader.SPLITTER_TYPE splitterFlag, java.lang.String szPrefix, java.lang.String szSqlLoaderPath, boolean bRebuildIndex, java.lang.String szTbs, java.lang.String szOptions)
This method loads given graph data into an OraclePropertyGraph instance in parallel using SQL*Loader-based loading.
|
void |
OraclePropertyGraphDataLoader.loadDataWithSqlLdr(OraclePropertyGraph opg, java.lang.String szUser, java.lang.String szPassword, java.lang.String szDbId, java.lang.Object obVertexSource, java.lang.Object obEdgeSource, int iDop, OraclePropertyGraphDataLoader.SPLITTER_TYPE splitterFlag, java.lang.String szPrefix, java.lang.String szSqlLoaderPath, boolean bRebuildIndex, java.lang.String szTbs, java.lang.String szOptions)
This method loads given graph data into an OraclePropertyGraph instance in parallel using SQL*Loader-based loading.
|
void |
OraclePropertyGraphDataLoader.loadDataWithSqlLdr(OraclePropertyGraph opg, java.lang.String szUser, java.lang.String szPassword, java.lang.String szDbId, java.lang.Object obVertexSource, java.lang.Object obEdgeSource, long lVertexSrcOffsetlines, long lEdgeSrcOffsetlines, long lVertexSrcMaxlines, long lEdgeSrcMaxlines, long lVertexIDOffset, long lEdgeIDOffset, int iDop, int iPartitions, int iOffset, OraclePropertyGraphDataLoader.SPLITTER_TYPE splitterFlag, java.lang.String szPrefix, java.lang.String szSqlLoaderPath, boolean bRebuildIndex, java.lang.String szTbs, java.lang.String szOptions)
This method loads given graph data into an OraclePropertyGraph instance in parallel using SQL*Loader-based loading.
|
void |
OraclePropertyGraphDataLoader.mergeData(OraclePropertyGraph opg, java.lang.Object[] oaVertexSources, java.lang.Object[] oaEdgeSources, int iDop, int iBatchSize, boolean bRebuildIndex, java.lang.String szOptions)
This method merges given graph data into an OraclePropertyGraph instance in parallel using JDBC-based merging
|
void |
OraclePropertyGraphDataLoader.mergeData(OraclePropertyGraph opg, java.lang.Object[] oaVertexSources, java.lang.Object[] oaEdgeSources, int iDop, int iPartitions, int iOffset, OraclePropertyGraphDataLoader.SPLITTER_TYPE splitterFlag, java.lang.String szPrefix, int iBatchSize, boolean bRebuildIndex, java.lang.String szTbs, java.lang.String szOptions)
This method merges given graph data into an OraclePropertyGraph instance in parallel using JDBC-based merging.
|
void |
OraclePropertyGraphDataLoader.mergeData(OraclePropertyGraph opg, java.lang.Object[] oaVertexSources, java.lang.Object[] oaEdgeSources, int iDop, OraclePropertyGraphDataLoader.SPLITTER_TYPE splitterFlag, int iBatchSize, boolean bRebuildIndex, java.lang.String szOptions)
This method merges given graph data into an OraclePropertyGraph instance in parallel using JDBC-based merging
|
void |
OraclePropertyGraphDataLoader.mergeData(OraclePropertyGraph opg, java.lang.Object[] oaVertexSources, java.lang.Object[] oaEdgeSources, int iDop, OraclePropertyGraphDataLoader.SPLITTER_TYPE splitterFlag, int iBatchSize, boolean bRebuildIndex, java.lang.String szTbs, java.lang.String szOptions)
This method merges given graph data into an OraclePropertyGraph instance in parallel using JDBC-based merging
|
void |
OraclePropertyGraphDataLoader.mergeData(OraclePropertyGraph opg, java.lang.Object[] oaVertexSources, java.lang.Object[] oaEdgeSources, int iDop, OraclePropertyGraphDataLoader.SPLITTER_TYPE splitterFlag, java.lang.String szPrefix, int iBatchSize, boolean bRebuildIndex, java.lang.String szTbs, java.lang.String szOptions)
This method merges given graph data into an OraclePropertyGraph instance in parallel using JDBC-based merging.
|
void |
OraclePropertyGraphDataLoader.mergeData(OraclePropertyGraph opg, java.lang.Object[] oaVertexSources, java.lang.Object[] oaEdgeSources, long lVertexSrcOffsetlines, long lEdgeSrcOffsetlines, long lVertexSrcMaxlines, long lEdgeSrcMaxlines, long lVertexIDOffset, long lEdgeIDOffset, int iDop, int iPartitions, int iOffset, OraclePropertyGraphDataLoader.SPLITTER_TYPE splitterFlag, java.lang.String szPrefix, int iBatchSize, boolean bRebuildIndex, java.lang.String szTbs, java.lang.String szOptions)
This method merges given graph data into an OraclePropertyGraph instance in parallel using JDBC-based merging.
|
void |
OraclePropertyGraphDataLoader.mergeData(OraclePropertyGraph opg, java.lang.Object[] oaVertexSources, java.lang.Object[] oaEdgeSources, long lVertexSrcOffsetlines, long lEdgeSrcOffsetlines, long lVertexSrcMaxlines, long lEdgeSrcMaxlines, long lVertexIDOffset, long lEdgeIDOffset, int iDop, int iPartitions, int iOffset, OraclePropertyGraphDataLoader.SPLITTER_TYPE splitterFlag, java.lang.String szPrefix, int iBatchSize, boolean bRebuildIndex, java.lang.String szTbs, java.lang.String szOptions, DataLoaderListener dll)
This method merges given graph data into an OraclePropertyGraph instance in parallel using JDBC-based merging.
|
void |
OraclePropertyGraphDataLoader.mergeData(OraclePropertyGraph opg, java.lang.Object[] oaVertexSources, java.lang.Object[] oaEdgeSources, OracleDataLoaderConfig opgdlconfig)
This method merges given graph data into an OraclePropertyGraph instance in parallel using JDBC-based merging.
|
void |
OraclePropertyGraphDataLoader.mergeData(OraclePropertyGraph opg, java.lang.Object obVertexSource, java.lang.Object obEdgeSource, int iDop)
This method merges given graph data into an OraclePropertyGraph instance in parallel using JDBC-based merging
|
void |
OraclePropertyGraphDataLoader.mergeData(OraclePropertyGraph opg, java.lang.Object obVertexSource, java.lang.Object obEdgeSource, int iDop, int iBatchSize, boolean bRebuildIndex, java.lang.String szOptions)
This method merges given graph data into an OraclePropertyGraph instance in parallel using JDBC-based merging
|
void |
OraclePropertyGraphDataLoader.mergeData(OraclePropertyGraph opg, java.lang.Object obVertexSource, java.lang.Object obEdgeSource, int iDop, int splitterFlag, int iBatchSize, boolean bRebuildIndex, java.lang.String szOptions)
This method merges given graph data into an OraclePropertyGraph instance in parallel using JDBC-based merging
|
void |
OraclePropertyGraphDataLoader.mergeData(OraclePropertyGraph opg, java.lang.Object obVertexSource, java.lang.Object obEdgeSource, int iDop, int iPartitions, int iOffset, OraclePropertyGraphDataLoader.SPLITTER_TYPE splitterFlag, java.lang.String szPrefix, int iBatchSize, boolean bRebuildIndex, java.lang.String szTbs, java.lang.String szOptions)
This method merges given graph data into an OraclePropertyGraph instance in parallel using JDBC-based merging.
|
void |
OraclePropertyGraphDataLoader.mergeData(OraclePropertyGraph opg, java.lang.Object obVertexSource, java.lang.Object obEdgeSource, int iDop, OraclePropertyGraphDataLoader.SPLITTER_TYPE splitterFlag, int iBatchSize, boolean bRebuildIndex, java.lang.String szOptions)
This method merges given graph data into an OraclePropertyGraph instance in parallel using JDBC-based merging
|
void |
OraclePropertyGraphDataLoader.mergeData(OraclePropertyGraph opg, java.lang.Object obVertexSource, java.lang.Object obEdgeSource, int iDop, OraclePropertyGraphDataLoader.SPLITTER_TYPE splitterFlag, int iBatchSize, boolean bRebuildIndex, java.lang.String szTbs, java.lang.String szOptions)
This method merges given graph data into an OraclePropertyGraph instance in parallel using JDBC-based merging
|
void |
OraclePropertyGraphDataLoader.mergeData(OraclePropertyGraph opg, java.lang.Object obVertexSource, java.lang.Object obEdgeSource, int iDop, OraclePropertyGraphDataLoader.SPLITTER_TYPE splitterFlag, java.lang.String szPrefix, int iBatchSize, boolean bRebuildIndex, java.lang.String szTbs, java.lang.String szOptions)
This method merges given graph data into an OraclePropertyGraph instance in parallel using JDBC-based merging.
|
void |
OraclePropertyGraphDataLoader.mergeData(OraclePropertyGraph opg, java.lang.Object obVertexSource, java.lang.Object obEdgeSource, long lVertexSrcOffsetlines, long lEdgeSrcOffsetlines, long lVertexSrcMaxlines, long lEdgeSrcMaxlines, long lVertexIDOffset, long lEdgeIDOffset, int iDop, int iPartitions, int iOffset, OraclePropertyGraphDataLoader.SPLITTER_TYPE splitterFlag, java.lang.String szPrefix, int iBatchSize, boolean bRebuildIndex, java.lang.String szTbs, java.lang.String szOptions)
This method merges given graph data into an OraclePropertyGraph instance in parallel using JDBC-based merging.
|
void |
OraclePropertyGraphDataLoader.mergeDataWithExtTab(OraclePropertyGraph opg, java.lang.Object[] oaVertexSources, java.lang.Object[] oaEdgeSources, int iDop, boolean bNamedPipe, java.lang.String szDir, boolean bRebuildIndex, java.lang.String szOptions)
This method merges given graph data into an OraclePropertyGraph instance in parallel using External table-based merging
|
void |
OraclePropertyGraphDataLoader.mergeDataWithExtTab(OraclePropertyGraph opg, java.lang.Object[] oaVertexSources, java.lang.Object[] oaEdgeSources, int iDop, boolean bNamedPipe, java.lang.String szPrefix, java.lang.String szDir, boolean bRebuildIndex, java.lang.String szOptions)
This method merges given graph data into an OraclePropertyGraph instance in parallel using External table-based merging
|
void |
OraclePropertyGraphDataLoader.mergeDataWithExtTab(OraclePropertyGraph opg, java.lang.Object[] oaVertexSources, java.lang.Object[] oaEdgeSources, int iDop, boolean bNamedPipe, java.lang.String szPrefix, java.lang.String szDir, boolean bRebuildIndex, java.lang.String szTbs, java.lang.String szOptions)
This method merges given graph data into an OraclePropertyGraph instance in parallel using External table-based merging
|
void |
OraclePropertyGraphDataLoader.mergeDataWithExtTab(OraclePropertyGraph opg, java.lang.Object[] oaVertexSources, java.lang.Object[] oaEdgeSources, int iDop, int iPartitions, int iOffset, OraclePropertyGraphDataLoader.SPLITTER_TYPE splitterFlag, java.lang.String szPrefix, java.lang.String szDir, boolean bRebuildIndex, java.lang.String szTbs, java.lang.String szOptions)
This method merges given graph data into an OraclePropertyGraph instance in parallel using External table-based merging.
|
void |
OraclePropertyGraphDataLoader.mergeDataWithExtTab(OraclePropertyGraph opg, java.lang.Object[] oaVertexSources, java.lang.Object[] oaEdgeSources, int iDop, OraclePropertyGraphDataLoader.SPLITTER_TYPE splitterFlag, java.lang.String szPrefix, java.lang.String szDir, boolean bRebuildIndex, java.lang.String szTbs, java.lang.String szOptions)
This method merges given graph data into an OraclePropertyGraph instance in parallel using External table-based merging.
|
void |
OraclePropertyGraphDataLoader.mergeDataWithExtTab(OraclePropertyGraph opg, java.lang.Object[] oaVertexSources, java.lang.Object[] oaEdgeSources, long lVertexSrcOffsetlines, long lEdgeSrcOffsetlines, long lVertexSrcMaxlines, long lEdgeSrcMaxlines, long lVertexIDOffset, long lEdgeIDOffset, int iDop, int iPartitions, int iOffset, OraclePropertyGraphDataLoader.SPLITTER_TYPE splitterFlag, java.lang.String szPrefix, java.lang.String szDir, boolean bRebuildIndex, java.lang.String szTbs, java.lang.String szOptions)
This method merges given graph data into an OraclePropertyGraph instance in parallel using External table-based merging.
|
void |
OraclePropertyGraphDataLoader.mergeDataWithExtTab(OraclePropertyGraph opg, java.lang.Object[] oaVertexSources, java.lang.Object[] oaEdgeSources, OracleDataLoaderConfig opgdlconfig)
This method merges given graph data into an OraclePropertyGraph instance in parallel using External table-based merging.
|
void |
OraclePropertyGraphDataLoader.mergeDataWithExtTab(OraclePropertyGraph opg, java.lang.Object obVertexSource, java.lang.Object obEdgeSource, int iDop, boolean bNamedPipe, java.lang.String szDir, boolean bRebuildIndex, java.lang.String szOptions)
This method merges given graph data into an OraclePropertyGraph instance in parallel using External table-based merging
|
void |
OraclePropertyGraphDataLoader.mergeDataWithExtTab(OraclePropertyGraph opg, java.lang.Object obVertexSource, java.lang.Object obEdgeSource, int iDop, boolean bNamedPipe, java.lang.String szPrefix, java.lang.String szDir, boolean bRebuildIndex, java.lang.String szOptions)
This method merges given graph data into an OraclePropertyGraph instance in parallel using External table-based merging
|
void |
OraclePropertyGraphDataLoader.mergeDataWithExtTab(OraclePropertyGraph opg, java.lang.Object obVertexSource, java.lang.Object obEdgeSource, int iDop, boolean bNamedPipe, java.lang.String szPrefix, java.lang.String szDir, boolean bRebuildIndex, java.lang.String szTbs, java.lang.String szOptions)
This method merges given graph data into an OraclePropertyGraph instance in parallel using External table-based merging
|
void |
OraclePropertyGraphDataLoader.mergeDataWithExtTab(OraclePropertyGraph opg, java.lang.Object obVertexSource, java.lang.Object obEdgeSource, int iDop, int iPartitions, int iOffset, OraclePropertyGraphDataLoader.SPLITTER_TYPE splitterFlag, java.lang.String szPrefix, java.lang.String szDir, boolean bRebuildIndex, java.lang.String szTbs, java.lang.String szOptions)
This method merges given graph data into an OraclePropertyGraph instance in parallel using External table-based merging.
|
void |
OraclePropertyGraphDataLoader.mergeDataWithExtTab(OraclePropertyGraph opg, java.lang.Object obVertexSource, java.lang.Object obEdgeSource, int iDop, OraclePropertyGraphDataLoader.SPLITTER_TYPE splitterFlag, java.lang.String szPrefix, java.lang.String szDir, boolean bRebuildIndex, java.lang.String szTbs, java.lang.String szOptions)
This method merges given graph data into an OraclePropertyGraph instance in parallel using External table-based merging.
|
void |
OraclePropertyGraphDataLoader.mergeDataWithExtTab(OraclePropertyGraph opg, java.lang.Object obVertexSource, java.lang.Object obEdgeSource, long lVertexSrcOffsetlines, long lEdgeSrcOffsetlines, long lVertexSrcMaxlines, long lEdgeSrcMaxlines, long lVertexIDOffset, long lEdgeIDOffset, int iDop, int iPartitions, int iOffset, OraclePropertyGraphDataLoader.SPLITTER_TYPE splitterFlag, java.lang.String szPrefix, java.lang.String szDir, boolean bRebuildIndex, java.lang.String szTbs, java.lang.String szOptions)
This method merges given graph data into an OraclePropertyGraph instance in parallel using External table-based merging.
|
void |
OraclePropertyGraphDataLoader.mergeDataWithSqlLdr(OraclePropertyGraph opg, java.lang.String szUser, java.lang.String szPassword, java.lang.String szDbId, java.lang.Object[] oaVertexSources, java.lang.Object[] oaEdgeSources, int iDop, boolean bNamedPipe, java.lang.String szSqlLoaderPath, boolean bRebuildIndex, java.lang.String szOptions)
This method merges given graph data into an OraclePropertyGraph instance in parallel using SQL*Loader-based merging.
|
void |
OraclePropertyGraphDataLoader.mergeDataWithSqlLdr(OraclePropertyGraph opg, java.lang.String szUser, java.lang.String szPassword, java.lang.String szDbId, java.lang.Object[] oaVertexSources, java.lang.Object[] oaEdgeSources, int iDop, boolean bNamedPipe, java.lang.String szPrefix, java.lang.String szSqlLoaderPath, boolean bRebuildIndex, java.lang.String szOptions)
This method merges given graph data into an OraclePropertyGraph instance in parallel using SQL*Loader-based merging.
|
void |
OraclePropertyGraphDataLoader.mergeDataWithSqlLdr(OraclePropertyGraph opg, java.lang.String szUser, java.lang.String szPassword, java.lang.String szDbId, java.lang.Object[] oaVertexSources, java.lang.Object[] oaEdgeSources, int iDop, boolean bNamedPipe, java.lang.String szPrefix, java.lang.String szSqlLoaderPath, boolean bRebuildIndex, java.lang.String szTbs, java.lang.String szOptions)
This method merges given graph data into an OraclePropertyGraph instance in parallel using SQL*Loader-based merging.
|
void |
OraclePropertyGraphDataLoader.mergeDataWithSqlLdr(OraclePropertyGraph opg, java.lang.String szUser, java.lang.String szPassword, java.lang.String szDbId, java.lang.Object[] oaVertexSources, java.lang.Object[] oaEdgeSources, int iDop, int iPartitions, int iOffset, OraclePropertyGraphDataLoader.SPLITTER_TYPE splitterFlag, java.lang.String szPrefix, java.lang.String szSqlLoaderPath, boolean bRebuildIndex, java.lang.String szTbs, java.lang.String szOptions)
This method merges given graph data into an OraclePropertyGraph instance in parallel using SQL*Loader-based merging.
|
void |
OraclePropertyGraphDataLoader.mergeDataWithSqlLdr(OraclePropertyGraph opg, java.lang.String szUser, java.lang.String szPassword, java.lang.String szDbId, java.lang.Object[] oaVertexSources, java.lang.Object[] oaEdgeSources, int iDop, OraclePropertyGraphDataLoader.SPLITTER_TYPE splitterFlag, java.lang.String szPrefix, java.lang.String szSqlLoaderPath, boolean bRebuildIndex, java.lang.String szTbs, java.lang.String szOptions)
This method merges given graph data into an OraclePropertyGraph instance in parallel using SQL*Loader-based merging.
|
void |
OraclePropertyGraphDataLoader.mergeDataWithSqlLdr(OraclePropertyGraph opg, java.lang.String szUser, java.lang.String szPassword, java.lang.String szDbId, java.lang.Object[] oaVertexSources, java.lang.Object[] oaEdgeSources, long lVertexSrcOffsetlines, long lEdgeSrcOffsetlines, long lVertexSrcMaxlines, long lEdgeSrcMaxlines, long lVertexIDOffset, long lEdgeIDOffset, int iDop, int iPartitions, int iOffset, OraclePropertyGraphDataLoader.SPLITTER_TYPE splitterFlag, java.lang.String szPrefix, java.lang.String szSqlLoaderPath, boolean bRebuildIndex, java.lang.String szTbs, java.lang.String szOptions)
This method merges given graph data into an OraclePropertyGraph instance in parallel using SQL*Loader-based merging.
|
void |
OraclePropertyGraphDataLoader.mergeDataWithSqlLdr(OraclePropertyGraph opg, java.lang.String szUser, java.lang.String szPassword, java.lang.String szDbId, java.lang.Object[] oaVertexSources, java.lang.Object[] oaEdgeSources, OracleDataLoaderConfig opgdlconfig)
This method merges given graph data into an OraclePropertyGraph instance in parallel using SQL*Loader-based merging.
|
void |
OraclePropertyGraphDataLoader.mergeDataWithSqlLdr(OraclePropertyGraph opg, java.lang.String szUser, java.lang.String szPassword, java.lang.String szDbId, java.lang.Object obVertexSource, java.lang.Object obEdgeSource, int iDop, boolean bNamedPipe, java.lang.String szSqlLoaderPath, boolean bRebuildIndex, java.lang.String szOptions)
This method merges given graph data into an OraclePropertyGraph instance in parallel using SQL*Loader-based merging
|
void |
OraclePropertyGraphDataLoader.mergeDataWithSqlLdr(OraclePropertyGraph opg, java.lang.String szUser, java.lang.String szPassword, java.lang.String szDbId, java.lang.Object obVertexSource, java.lang.Object obEdgeSource, int iDop, boolean bNamedPipe, java.lang.String szPrefix, java.lang.String szSqlLoaderPath, boolean bRebuildIndex, java.lang.String szOptions)
This method merges given graph data into an OraclePropertyGraph instance in parallel using SQL*Loader-based merging.
|
void |
OraclePropertyGraphDataLoader.mergeDataWithSqlLdr(OraclePropertyGraph opg, java.lang.String szUser, java.lang.String szPassword, java.lang.String szDbId, java.lang.Object obVertexSource, java.lang.Object obEdgeSource, int iDop, boolean bNamedPipe, java.lang.String szPrefix, java.lang.String szSqlLoaderPath, boolean bRebuildIndex, java.lang.String szTbs, java.lang.String szOptions)
This method merges given graph data into an OraclePropertyGraph instance in parallel using SQL*Loader-based merging.
|
void |
OraclePropertyGraphDataLoader.mergeDataWithSqlLdr(OraclePropertyGraph opg, java.lang.String szUser, java.lang.String szPassword, java.lang.String szDbId, java.lang.Object obVertexSource, java.lang.Object obEdgeSource, int iDop, int iPartitions, int iOffset, OraclePropertyGraphDataLoader.SPLITTER_TYPE splitterFlag, java.lang.String szPrefix, java.lang.String szSqlLoaderPath, boolean bRebuildIndex, java.lang.String szTbs, java.lang.String szOptions)
This method merges given graph data into an OraclePropertyGraph instance in parallel using SQL*Loader-based merging.
|
void |
OraclePropertyGraphDataLoader.mergeDataWithSqlLdr(OraclePropertyGraph opg, java.lang.String szUser, java.lang.String szPassword, java.lang.String szDbId, java.lang.Object obVertexSource, java.lang.Object obEdgeSource, int iDop, OraclePropertyGraphDataLoader.SPLITTER_TYPE splitterFlag, java.lang.String szPrefix, java.lang.String szSqlLoaderPath, boolean bRebuildIndex, java.lang.String szTbs, java.lang.String szOptions)
This method merges given graph data into an OraclePropertyGraph instance in parallel using SQL*Loader-based merging.
|
void |
OraclePropertyGraphDataLoader.mergeDataWithSqlLdr(OraclePropertyGraph opg, java.lang.String szUser, java.lang.String szPassword, java.lang.String szDbId, java.lang.Object obVertexSource, java.lang.Object obEdgeSource, long lVertexSrcOffsetlines, long lEdgeSrcOffsetlines, long lVertexSrcMaxlines, long lEdgeSrcMaxlines, long lVertexIDOffset, long lEdgeIDOffset, int iDop, int iPartitions, int iOffset, OraclePropertyGraphDataLoader.SPLITTER_TYPE splitterFlag, java.lang.String szPrefix, java.lang.String szSqlLoaderPath, boolean bRebuildIndex, java.lang.String szTbs, java.lang.String szOptions)
This method merges given graph data into an OraclePropertyGraph instance in parallel using SQL*Loader-based merging.
|
static OraclePgqlPreparedStatement |
OraclePgqlExecutionFactory.prepareStatement(OraclePropertyGraph opg, java.lang.String pgql)
Creates a new OraclePgqlPreparedStatement object, which represents a pre-compiled PGQL statement.
|
void |
OraclePropertyGraphDataLoader.quietlyShutdown(OraclePropertyGraph opg) |
Constructor and Description |
---|
OracleEdgeIterableImpl(OraclePropertyGraph opg, java.sql.ResultSet rs)
Deprecated.
|
OracleVertexIterableImpl(OraclePropertyGraph opg, java.sql.ResultSet rs)
A package level constructor.
|
RDBMSIndexManager(OraclePropertyGraph opg)
Creates a new RDBMSIndexManager object, handling external indexes associated to the specified property graph.
|
Constructor and Description |
---|
RDBMSLuceneEdgeAutoIndex(java.lang.String indexName, OraclePropertyGraph oraclePropertyGraph, com.tinkerpop.blueprints.Parameter<java.lang.String,java.lang.Object>[] indexParameters, boolean erase)
Constructs a new RDBMSLuceneEdgeAutoIndex object.
|
RDBMSLuceneEdgeIndex(java.lang.String indexName, OraclePropertyGraph oraclePropertyGraph, com.tinkerpop.blueprints.Parameter<java.lang.String,java.lang.Object>[] indexParameters, boolean erase)
Constructs a new RDBMSLuceneEdgeIndex object.
|
RDBMSLuceneVertexAutoIndex(java.lang.String indexName, OraclePropertyGraph oraclePropertyGraph, com.tinkerpop.blueprints.Parameter<java.lang.String,java.lang.Object>[] indexParameters, boolean erase)
Constructs a new RDBMSLuceneVertexAutoIndex object.
|
RDBMSLuceneVertexIndex(java.lang.String indexName, OraclePropertyGraph oraclePropertyGraph, com.tinkerpop.blueprints.Parameter<java.lang.String,java.lang.Object>[] indexParameters, boolean erase)
Constructs a new RDBMSLuceneVertexIndex object.
|
Constructor and Description |
---|
RDBMSOracleTextEdgeAutoIndex(java.lang.String indexName, OraclePropertyGraph opg, com.tinkerpop.blueprints.Parameter[] indexParameters, boolean erase)
Constructs a new RDBMSOracleTextEdgeAutoIndex object.
|
RDBMSOracleTextVertexAutoIndex(java.lang.String indexName, OraclePropertyGraph opg, com.tinkerpop.blueprints.Parameter[] indexParameters, boolean erase)
Constructs a new RDBMSOracleTextVertexAutoIndex object.
|
Constructor and Description |
---|
RDBMSSolrEdgeAutoIndex(java.lang.String indexName, OraclePropertyGraph oraclePropertyGraph, com.tinkerpop.blueprints.Parameter<java.lang.String,java.lang.Object>[] indexParameters, boolean erase)
Constructs a new RDBMSSolrEdgeAutoIndex object.
|
RDBMSSolrVertexAutoIndex(java.lang.String indexName, OraclePropertyGraph oraclePropertyGraph, com.tinkerpop.blueprints.Parameter<java.lang.String,java.lang.Object>[] indexParameters, boolean erase)
Constructs a new RDBMSSolrVertexAutoIndex object.
|
Modifier and Type | Field and Description |
---|---|
OraclePropertyGraph |
ExprContext.opg |
OraclePropertyGraph |
QueryContext.opg |
Modifier and Type | Method and Description |
---|---|
static ExprContext |
ExprContext.createExprContext(PgqlTranslator.TraversalStruct tStruct, OraclePropertyGraph opg, boolean useGtTab, BindValueInfo bvInfo)
Factory method
|
static java.lang.String |
PgqlUtils.escapeAndEnquoteLiteral(OraclePropertyGraph opg, java.lang.String str)
Does a SQL escape of single quotes and enquotes the literal
|
static QueryContext |
QueryContext.getQueryContext(OraclePropertyGraph opg)
Factory method to get QueryContext instance.
|
Copyright © 2017, 2018 Oracle and/or its affiliates. All Rights Reserved.