public class OraclePropertyGraphDataLoader extends Object
Modifier and Type | Field and Description |
---|---|
static int |
EXTERNALTABLE |
static int |
JDBC |
static int |
NAMEDPIPE |
static int |
PIPEDSTREAM |
static int |
REGULARFILE |
static int |
SQLLOADER |
Modifier and Type | Method and Description |
---|---|
void |
commit(OraclePropertyGraph opg)
Commit the changes to the database
|
static OraclePropertyGraphDataLoader |
getInstance()
Returns an instance of OraclePropertyGraphDataLoader
|
String |
getNumToStrColConversion(OraclePropertyGraph opg,
String szColName,
String szTypeColumn)
Return a conversion expression that can convert a numeric column
into a String.
|
int |
getSessionID(OraclePropertyGraph opg)
get the session ID
|
String |
getTimeToStrColConversion(OraclePropertyGraph opg,
String szColName,
String szTypeColumn)
Return a conversion expression that can convert a timestamp column
into a String.
|
void |
loadData(OraclePropertyGraph opg,
Object[] oaVertexSources,
Object[] oaEdgeSources,
int iDop,
int iBatchSize,
boolean bRebuildIndex,
String szOptions)
This method loads given graph data into an OraclePropertyGraph instance in parallel using JDBC-based loading.
|
void |
loadData(OraclePropertyGraph opg,
Object[] oaVertexSources,
Object[] oaEdgeSources,
int iDop,
int iSplitterFlag,
int iBatchSize,
boolean bRebuildIndex,
String szOptions)
This method loads given graph data into an OraclePropertyGraph instance in parallel using JDBC-based loading.
|
void |
loadData(OraclePropertyGraph opg,
Object[] oaVertexSources,
Object[] oaEdgeSources,
int iDop,
int iSplitterFlag,
int iBatchSize,
boolean bRebuildIndex,
String szTbs,
String szOptions)
This method loads given graph data into an OraclePropertyGraph instance in parallel using JDBC-based loading.
|
void |
loadData(OraclePropertyGraph opg,
Object[] oaVertexSources,
Object[] oaEdgeSources,
int iDop,
int iPartitions,
int iOffset,
int iBatchSize,
boolean bRebuildIndex,
String szTbs,
String szOptions)
This method loads given graph data into an OraclePropertyGraph instance in parallel using JDBC-based loading.
|
void |
loadData(OraclePropertyGraph opg,
Object[] oaVertexSources,
Object[] oaEdgeSources,
int iDop,
int iPartitions,
int iOffset,
int iSplitterFlag,
String szPrefix,
int iBatchSize,
boolean bRebuildIndex,
String szTbs,
String szOptions)
This method loads given graph data into an OraclePropertyGraph instance in parallel using JDBC-based loading.
|
void |
loadData(OraclePropertyGraph opg,
Object[] oaVertexSources,
Object[] oaEdgeSources,
int iDop,
int iSplitterFlag,
String szPrefix,
int iBatchSize,
boolean bRebuildIndex,
String szTbs,
String szOptions)
This method loads given graph data into an OraclePropertyGraph instance in parallel using JDBC-based loading.
|
void |
loadData(OraclePropertyGraph opg,
Object[] oaVertexSources,
Object[] oaEdgeSources,
long lVertexSrcOffsetlines,
long lEdgeSrcOffsetlines,
long lVertexSrcMaxlines,
long lEdgeSrcMaxlines,
long lVertexIDOffset,
long lEdgeIDOffset,
int iDop,
int iPartitions,
int iOffset,
int iSplitterFlag,
String szPrefix,
int iBatchSize,
boolean bRebuildIndex,
String szTbs,
String szOptions)
This method loads given graph data into an OraclePropertyGraph instance in parallel using JDBC-based loading.
|
void |
loadData(OraclePropertyGraph opg,
Object[] oaVertexSources,
Object[] oaEdgeSources,
long lVertexSrcOffsetlines,
long lEdgeSrcOffsetlines,
long lVertexSrcMaxlines,
long lEdgeSrcMaxlines,
long lVertexIDOffset,
long lEdgeIDOffset,
int iDop,
int iPartitions,
int iOffset,
int iSplitterFlag,
String szPrefix,
int iBatchSize,
boolean bRebuildIndex,
String szTbs,
String szOptions,
DataLoaderListener dll)
This method loads given graph data into an OraclePropertyGraph instance in parallel using JDBC-based loading.
|
void |
loadData(OraclePropertyGraph opg,
Object obVertexSource,
Object obEdgeSource,
int iDop)
This method loads given graph data into an OraclePropertyGraph instance in parallel using JDBC-based loading
|
void |
loadData(OraclePropertyGraph opg,
Object obVertexSource,
Object obEdgeSource,
int iDop,
int iBatchSize,
boolean bRebuildIndex,
String szOptions)
This method loads given graph data into an OraclePropertyGraph instance in parallel using JDBC-based loading
|
void |
loadData(OraclePropertyGraph opg,
Object obVertexSource,
Object obEdgeSource,
int iDop,
int iSplitterFlag,
int iBatchSize,
boolean bRebuildIndex,
String szOptions)
This method loads given graph data into an OraclePropertyGraph instance in parallel using JDBC-based loading
|
void |
loadData(OraclePropertyGraph opg,
Object obVertexSource,
Object obEdgeSource,
int iDop,
int iSplitterFlag,
int iBatchSize,
boolean bRebuildIndex,
String szTbs,
String szOptions)
This method loads given graph data into an OraclePropertyGraph instance in parallel using JDBC-based loading
|
void |
loadData(OraclePropertyGraph opg,
Object obVertexSource,
Object obEdgeSource,
int iDop,
int iPartitions,
int iOffset,
int iBatchSize,
boolean bRebuildIndex,
String szTbs,
String szOptions)
This method loads given graph data into an OraclePropertyGraph instance in parallel using JDBC-based loading.
|
void |
loadData(OraclePropertyGraph opg,
Object obVertexSource,
Object obEdgeSource,
int iDop,
int iPartitions,
int iOffset,
int iSplitterFlag,
String szPrefix,
int iBatchSize,
boolean bRebuildIndex,
String szTbs,
String szOptions)
This method loads given graph data into an OraclePropertyGraph instance in parallel using JDBC-based loading.
|
void |
loadData(OraclePropertyGraph opg,
Object obVertexSource,
Object obEdgeSource,
int iDop,
int iSplitterFlag,
String szPrefix,
int iBatchSize,
boolean bRebuildIndex,
String szTbs,
String szOptions)
This method loads given graph data into an OraclePropertyGraph instance in parallel using JDBC-based loading.
|
void |
loadData(OraclePropertyGraph opg,
Object obVertexSource,
Object obEdgeSource,
long lVertexSrcOffsetlines,
long lEdgeSrcOffsetlines,
long lVertexSrcMaxlines,
long lEdgeSrcMaxlines,
long lVertexIDOffset,
long lEdgeIDOffset,
int iDop,
int iPartitions,
int iOffset,
int iSplitterFlag,
String szPrefix,
int iBatchSize,
boolean bRebuildIndex,
String szTbs,
String szOptions)
This method loads given graph data into an OraclePropertyGraph instance in parallel using JDBC-based loading.
|
void |
loadDataWithExtTab(OraclePropertyGraph opg,
Object[] oaVertexSources,
Object[] oaEdgeSources,
int iDop,
boolean bNamedPipe,
String szDir,
boolean bRebuildIndex,
String szOptions)
This method loads given graph data into an OraclePropertyGraph instance in parallel using External table-based loading
|
void |
loadDataWithExtTab(OraclePropertyGraph opg,
Object[] oaVertexSources,
Object[] oaEdgeSources,
int iDop,
boolean bNamedPipe,
String szPrefix,
String szDir,
boolean bRebuildIndex,
String szOptions)
This method loads given graph data into an OraclePropertyGraph instance in parallel using External table-based loading
|
void |
loadDataWithExtTab(OraclePropertyGraph opg,
Object[] oaVertexSources,
Object[] oaEdgeSources,
int iDop,
boolean bNamedPipe,
String szPrefix,
String szDir,
boolean bRebuildIndex,
String szTbs,
String szOptions)
This method loads given graph data into an OraclePropertyGraph instance in parallel using External table-based loading
|
void |
loadDataWithExtTab(OraclePropertyGraph opg,
Object[] oaVertexSources,
Object[] oaEdgeSources,
int iDop,
int iPartitions,
int iOffset,
int iSplitterFlag,
String szPrefix,
String szDir,
boolean bRebuildIndex,
String szTbs,
String szOptions)
This method loads given graph data into an OraclePropertyGraph instance in parallel using External table-based loading.
|
void |
loadDataWithExtTab(OraclePropertyGraph opg,
Object[] oaVertexSources,
Object[] oaEdgeSources,
int iDop,
int iSplitterFlag,
String szPrefix,
String szDir,
boolean bRebuildIndex,
String szTbs,
String szOptions)
This method loads given graph data into an OraclePropertyGraph instance in parallel using External table-based loading.
|
void |
loadDataWithExtTab(OraclePropertyGraph opg,
Object[] oaVertexSources,
Object[] oaEdgeSources,
long lVertexSrcOffsetlines,
long lEdgeSrcOffsetlines,
long lVertexSrcMaxlines,
long lEdgeSrcMaxlines,
long lVertexIDOffset,
long lEdgeIDOffset,
int iDop,
int iPartitions,
int iOffset,
int iSplitterFlag,
String szPrefix,
String szDir,
boolean bRebuildIndex,
String szTbs,
String szOptions)
This method loads given graph data into an OraclePropertyGraph instance in parallel using External table-based loading.
|
void |
loadDataWithExtTab(OraclePropertyGraph opg,
Object obVertexSource,
Object obEdgeSource,
int iDop,
boolean bNamedPipe,
String szDir,
boolean bRebuildIndex,
String szOptions)
This method loads given graph data into an OraclePropertyGraph instance in parallel using External table-based loading
|
void |
loadDataWithExtTab(OraclePropertyGraph opg,
Object obVertexSource,
Object obEdgeSource,
int iDop,
boolean bNamedPipe,
String szPrefix,
String szDir,
boolean bRebuildIndex,
String szOptions)
This method loads given graph data into an OraclePropertyGraph instance in parallel using External table-based loading
|
void |
loadDataWithExtTab(OraclePropertyGraph opg,
Object obVertexSource,
Object obEdgeSource,
int iDop,
boolean bNamedPipe,
String szPrefix,
String szDir,
boolean bRebuildIndex,
String szTbs,
String szOptions)
This method loads given graph data into an OraclePropertyGraph instance in parallel using External table-based loading
|
void |
loadDataWithExtTab(OraclePropertyGraph opg,
Object obVertexSource,
Object obEdgeSource,
int iDop,
int iPartitions,
int iOffset,
int iSplitterFlag,
String szPrefix,
String szDir,
boolean bRebuildIndex,
String szTbs,
String szOptions)
This method loads given graph data into an OraclePropertyGraph instance in parallel using External table-based loading.
|
void |
loadDataWithExtTab(OraclePropertyGraph opg,
Object obVertexSource,
Object obEdgeSource,
int iDop,
int iSplitterFlag,
String szPrefix,
String szDir,
boolean bRebuildIndex,
String szTbs,
String szOptions)
This method loads given graph data into an OraclePropertyGraph instance in parallel using External table-based loading.
|
void |
loadDataWithExtTab(OraclePropertyGraph opg,
Object obVertexSource,
Object obEdgeSource,
long lVertexSrcOffsetlines,
long lEdgeSrcOffsetlines,
long lVertexSrcMaxlines,
long lEdgeSrcMaxlines,
long lVertexIDOffset,
long lEdgeIDOffset,
int iDop,
int iPartitions,
int iOffset,
int iSplitterFlag,
String szPrefix,
String szDir,
boolean bRebuildIndex,
String szTbs,
String szOptions)
This method loads given graph data into an OraclePropertyGraph instance in parallel using External table-based loading.
|
void |
loadDataWithExtTab(OraclePropertyGraph opg,
String[] saVertexFiles,
String[] saEdgeFiles,
int iDop,
String szDir,
boolean bRebuildIndex,
String szTbs,
String szOptions)
This method loads given graph data into an OraclePropertyGraph instance in parallel using External table-based loading.
|
void |
loadDataWithSqlLdr(OraclePropertyGraph opg,
String szUser,
String szPassword,
String szDbId,
Object[] oaVertexSources,
Object[] oaEdgeSources,
int iDop,
boolean bNamedPipe,
String szSqlLoaderPath,
boolean bRebuildIndex,
String szOptions)
This method loads given graph data into an OraclePropertyGraph instance in parallel using SQL*Loader-based loading.
|
void |
loadDataWithSqlLdr(OraclePropertyGraph opg,
String szUser,
String szPassword,
String szDbId,
Object[] oaVertexSources,
Object[] oaEdgeSources,
int iDop,
boolean bNamedPipe,
String szPrefix,
String szSqlLoaderPath,
boolean bRebuildIndex,
String szOptions)
This method loads given graph data into an OraclePropertyGraph instance in parallel using SQL*Loader-based loading.
|
void |
loadDataWithSqlLdr(OraclePropertyGraph opg,
String szUser,
String szPassword,
String szDbId,
Object[] oaVertexSources,
Object[] oaEdgeSources,
int iDop,
boolean bNamedPipe,
String szPrefix,
String szSqlLoaderPath,
boolean bRebuildIndex,
String szTbs,
String szOptions)
This method loads given graph data into an OraclePropertyGraph instance in parallel using SQL*Loader-based loading.
|
void |
loadDataWithSqlLdr(OraclePropertyGraph opg,
String szUser,
String szPassword,
String szDbId,
Object[] oaVertexSources,
Object[] oaEdgeSources,
int iDop,
int iPartitions,
int iOffset,
int iSplitterFlag,
String szPrefix,
String szSqlLoaderPath,
boolean bRebuildIndex,
String szTbs,
String szOptions)
This method loads given graph data into an OraclePropertyGraph instance in parallel using SQL*Loader-based loading.
|
void |
loadDataWithSqlLdr(OraclePropertyGraph opg,
String szUser,
String szPassword,
String szDbId,
Object[] oaVertexSources,
Object[] oaEdgeSources,
int iDop,
int iSplitterFlag,
String szPrefix,
String szSqlLoaderPath,
boolean bRebuildIndex,
String szTbs,
String szOptions)
This method loads given graph data into an OraclePropertyGraph instance in parallel using SQL*Loader-based loading.
|
void |
loadDataWithSqlLdr(OraclePropertyGraph opg,
String szUser,
String szPassword,
String szDbId,
Object[] oaVertexSources,
Object[] oaEdgeSources,
long lVertexSrcOffsetlines,
long lEdgeSrcOffsetlines,
long lVertexSrcMaxlines,
long lEdgeSrcMaxlines,
long lVertexIDOffset,
long lEdgeIDOffset,
int iDop,
int iPartitions,
int iOffset,
int iSplitterFlag,
String szPrefix,
String szSqlLoaderPath,
boolean bRebuildIndex,
String szTbs,
String szOptions)
This method loads given graph data into an OraclePropertyGraph instance in parallel using SQL*Loader-based loading.
|
void |
loadDataWithSqlLdr(OraclePropertyGraph opg,
String szUser,
String szPassword,
String szDbId,
Object obVertexSource,
Object obEdgeSource,
int iDop,
boolean bNamedPipe,
String szSqlLoaderPath,
boolean bRebuildIndex,
String szOptions)
This method loads given graph data into an OraclePropertyGraph instance in parallel using SQL*Loader-based loading.
|
void |
loadDataWithSqlLdr(OraclePropertyGraph opg,
String szUser,
String szPassword,
String szDbId,
Object obVertexSource,
Object obEdgeSource,
int iDop,
boolean bNamedPipe,
String szPrefix,
String szSqlLoaderPath,
boolean bRebuildIndex,
String szOptions)
This method loads given graph data into an OraclePropertyGraph instance in parallel using SQL*Loader-based loading.
|
void |
loadDataWithSqlLdr(OraclePropertyGraph opg,
String szUser,
String szPassword,
String szDbId,
Object obVertexSource,
Object obEdgeSource,
int iDop,
boolean bNamedPipe,
String szPrefix,
String szSqlLoaderPath,
boolean bRebuildIndex,
String szTbs,
String szOptions)
This method loads given graph data into an OraclePropertyGraph instance in parallel using SQL*Loader-based loading.
|
void |
loadDataWithSqlLdr(OraclePropertyGraph opg,
String szUser,
String szPassword,
String szDbId,
Object obVertexSource,
Object obEdgeSource,
int iDop,
int iPartitions,
int iOffset,
int iSplitterFlag,
String szPrefix,
String szSqlLoaderPath,
boolean bRebuildIndex,
String szTbs,
String szOptions)
This method loads given graph data into an OraclePropertyGraph instance in parallel using SQL*Loader-based loading.
|
void |
loadDataWithSqlLdr(OraclePropertyGraph opg,
String szUser,
String szPassword,
String szDbId,
Object obVertexSource,
Object obEdgeSource,
int iDop,
int iSplitterFlag,
String szPrefix,
String szSqlLoaderPath,
boolean bRebuildIndex,
String szTbs,
String szOptions)
This method loads given graph data into an OraclePropertyGraph instance in parallel using SQL*Loader-based loading.
|
void |
loadDataWithSqlLdr(OraclePropertyGraph opg,
String szUser,
String szPassword,
String szDbId,
Object obVertexSource,
Object obEdgeSource,
long lVertexSrcOffsetlines,
long lEdgeSrcOffsetlines,
long lVertexSrcMaxlines,
long lEdgeSrcMaxlines,
long lVertexIDOffset,
long lEdgeIDOffset,
int iDop,
int iPartitions,
int iOffset,
int iSplitterFlag,
String szPrefix,
String szSqlLoaderPath,
boolean bRebuildIndex,
String szTbs,
String szOptions)
This method loads given graph data into an OraclePropertyGraph instance in parallel using SQL*Loader-based loading.
|
void |
mergeData(OraclePropertyGraph opg,
Object[] oaVertexSources,
Object[] oaEdgeSources,
int iDop,
int iBatchSize,
boolean bRebuildIndex,
String szOptions)
This method merges given graph data into an OraclePropertyGraph instance in parallel using JDBC-based merging
|
void |
mergeData(OraclePropertyGraph opg,
Object[] oaVertexSources,
Object[] oaEdgeSources,
int iDop,
int iSplitterFlag,
int iBatchSize,
boolean bRebuildIndex,
String szOptions)
This method merges given graph data into an OraclePropertyGraph instance in parallel using JDBC-based merging
|
void |
mergeData(OraclePropertyGraph opg,
Object[] oaVertexSources,
Object[] oaEdgeSources,
int iDop,
int iSplitterFlag,
int iBatchSize,
boolean bRebuildIndex,
String szTbs,
String szOptions)
This method merges given graph data into an OraclePropertyGraph instance in parallel using JDBC-based merging
|
void |
mergeData(OraclePropertyGraph opg,
Object[] oaVertexSources,
Object[] oaEdgeSources,
int iDop,
int iPartitions,
int iOffset,
int iSplitterFlag,
String szPrefix,
int iBatchSize,
boolean bRebuildIndex,
String szTbs,
String szOptions)
This method merges given graph data into an OraclePropertyGraph instance in parallel using JDBC-based merging.
|
void |
mergeData(OraclePropertyGraph opg,
Object[] oaVertexSources,
Object[] oaEdgeSources,
int iDop,
int iSplitterFlag,
String szPrefix,
int iBatchSize,
boolean bRebuildIndex,
String szTbs,
String szOptions)
This method merges given graph data into an OraclePropertyGraph instance in parallel using JDBC-based merging.
|
void |
mergeData(OraclePropertyGraph opg,
Object[] oaVertexSources,
Object[] oaEdgeSources,
long lVertexSrcOffsetlines,
long lEdgeSrcOffsetlines,
long lVertexSrcMaxlines,
long lEdgeSrcMaxlines,
long lVertexIDOffset,
long lEdgeIDOffset,
int iDop,
int iPartitions,
int iOffset,
int iSplitterFlag,
String szPrefix,
int iBatchSize,
boolean bRebuildIndex,
String szTbs,
String szOptions)
This method merges given graph data into an OraclePropertyGraph instance in parallel using JDBC-based merging.
|
void |
mergeData(OraclePropertyGraph opg,
Object[] oaVertexSources,
Object[] oaEdgeSources,
long lVertexSrcOffsetlines,
long lEdgeSrcOffsetlines,
long lVertexSrcMaxlines,
long lEdgeSrcMaxlines,
long lVertexIDOffset,
long lEdgeIDOffset,
int iDop,
int iPartitions,
int iOffset,
int iSplitterFlag,
String szPrefix,
int iBatchSize,
boolean bRebuildIndex,
String szTbs,
String szOptions,
DataLoaderListener dll)
This method merges given graph data into an OraclePropertyGraph instance in parallel using JDBC-based merging.
|
void |
mergeData(OraclePropertyGraph opg,
Object obVertexSource,
Object obEdgeSource,
int iDop,
int iBatchSize,
boolean bRebuildIndex,
String szOptions)
This method merges given graph data into an OraclePropertyGraph instance in parallel using JDBC-based merging
|
void |
mergeData(OraclePropertyGraph opg,
Object obVertexSource,
Object obEdgeSource,
int iDop,
int iSplitterFlag,
int iBatchSize,
boolean bRebuildIndex,
String szOptions)
This method merges given graph data into an OraclePropertyGraph instance in parallel using JDBC-based merging
|
void |
mergeData(OraclePropertyGraph opg,
Object obVertexSource,
Object obEdgeSource,
int iDop,
int iSplitterFlag,
int iBatchSize,
boolean bRebuildIndex,
String szTbs,
String szOptions)
This method merges given graph data into an OraclePropertyGraph instance in parallel using JDBC-based merging
|
void |
mergeData(OraclePropertyGraph opg,
Object obVertexSource,
Object obEdgeSource,
int iDop,
int iPartitions,
int iOffset,
int iSplitterFlag,
String szPrefix,
int iBatchSize,
boolean bRebuildIndex,
String szTbs,
String szOptions)
This method merges given graph data into an OraclePropertyGraph instance in parallel using JDBC-based merging.
|
void |
mergeData(OraclePropertyGraph opg,
Object obVertexSource,
Object obEdgeSource,
int iDop,
int iSplitterFlag,
String szPrefix,
int iBatchSize,
boolean bRebuildIndex,
String szTbs,
String szOptions)
This method merges given graph data into an OraclePropertyGraph instance in parallel using JDBC-based merging.
|
void |
mergeData(OraclePropertyGraph opg,
Object obVertexSource,
Object obEdgeSource,
long lVertexSrcOffsetlines,
long lEdgeSrcOffsetlines,
long lVertexSrcMaxlines,
long lEdgeSrcMaxlines,
long lVertexIDOffset,
long lEdgeIDOffset,
int iDop,
int iPartitions,
int iOffset,
int iSplitterFlag,
String szPrefix,
int iBatchSize,
boolean bRebuildIndex,
String szTbs,
String szOptions)
This method merges given graph data into an OraclePropertyGraph instance in parallel using JDBC-based merging.
|
void |
mergeDataWithExtTab(OraclePropertyGraph opg,
Object[] oaVertexSources,
Object[] oaEdgeSources,
int iDop,
boolean bNamedPipe,
String szDir,
boolean bRebuildIndex,
String szOptions)
This method merges given graph data into an OraclePropertyGraph instance in parallel using External table-based merging
|
void |
mergeDataWithExtTab(OraclePropertyGraph opg,
Object[] oaVertexSources,
Object[] oaEdgeSources,
int iDop,
boolean bNamedPipe,
String szPrefix,
String szDir,
boolean bRebuildIndex,
String szOptions)
This method merges given graph data into an OraclePropertyGraph instance in parallel using External table-based merging
|
void |
mergeDataWithExtTab(OraclePropertyGraph opg,
Object[] oaVertexSources,
Object[] oaEdgeSources,
int iDop,
boolean bNamedPipe,
String szPrefix,
String szDir,
boolean bRebuildIndex,
String szTbs,
String szOptions)
This method merges given graph data into an OraclePropertyGraph instance in parallel using External table-based merging
|
void |
mergeDataWithExtTab(OraclePropertyGraph opg,
Object[] oaVertexSources,
Object[] oaEdgeSources,
int iDop,
int iPartitions,
int iOffset,
int iSplitterFlag,
String szPrefix,
String szDir,
boolean bRebuildIndex,
String szTbs,
String szOptions)
This method merges given graph data into an OraclePropertyGraph instance in parallel using External table-based merging.
|
void |
mergeDataWithExtTab(OraclePropertyGraph opg,
Object[] oaVertexSources,
Object[] oaEdgeSources,
int iDop,
int iSplitterFlag,
String szPrefix,
String szDir,
boolean bRebuildIndex,
String szTbs,
String szOptions)
This method merges given graph data into an OraclePropertyGraph instance in parallel using External table-based merging.
|
void |
mergeDataWithExtTab(OraclePropertyGraph opg,
Object[] oaVertexSources,
Object[] oaEdgeSources,
long lVertexSrcOffsetlines,
long lEdgeSrcOffsetlines,
long lVertexSrcMaxlines,
long lEdgeSrcMaxlines,
long lVertexIDOffset,
long lEdgeIDOffset,
int iDop,
int iPartitions,
int iOffset,
int iSplitterFlag,
String szPrefix,
String szDir,
boolean bRebuildIndex,
String szTbs,
String szOptions)
This method merges given graph data into an OraclePropertyGraph instance in parallel using External table-based merging.
|
void |
mergeDataWithExtTab(OraclePropertyGraph opg,
Object obVertexSource,
Object obEdgeSource,
int iDop,
boolean bNamedPipe,
String szDir,
boolean bRebuildIndex,
String szOptions)
This method merges given graph data into an OraclePropertyGraph instance in parallel using External table-based merging
|
void |
mergeDataWithExtTab(OraclePropertyGraph opg,
Object obVertexSource,
Object obEdgeSource,
int iDop,
boolean bNamedPipe,
String szPrefix,
String szDir,
boolean bRebuildIndex,
String szOptions)
This method merges given graph data into an OraclePropertyGraph instance in parallel using External table-based merging
|
void |
mergeDataWithExtTab(OraclePropertyGraph opg,
Object obVertexSource,
Object obEdgeSource,
int iDop,
boolean bNamedPipe,
String szPrefix,
String szDir,
boolean bRebuildIndex,
String szTbs,
String szOptions)
This method merges given graph data into an OraclePropertyGraph instance in parallel using External table-based merging
|
void |
mergeDataWithExtTab(OraclePropertyGraph opg,
Object obVertexSource,
Object obEdgeSource,
int iDop,
int iPartitions,
int iOffset,
int iSplitterFlag,
String szPrefix,
String szDir,
boolean bRebuildIndex,
String szTbs,
String szOptions)
This method merges given graph data into an OraclePropertyGraph instance in parallel using External table-based merging.
|
void |
mergeDataWithExtTab(OraclePropertyGraph opg,
Object obVertexSource,
Object obEdgeSource,
int iDop,
int iSplitterFlag,
String szPrefix,
String szDir,
boolean bRebuildIndex,
String szTbs,
String szOptions)
This method merges given graph data into an OraclePropertyGraph instance in parallel using External table-based merging.
|
void |
mergeDataWithExtTab(OraclePropertyGraph opg,
Object obVertexSource,
Object obEdgeSource,
long lVertexSrcOffsetlines,
long lEdgeSrcOffsetlines,
long lVertexSrcMaxlines,
long lEdgeSrcMaxlines,
long lVertexIDOffset,
long lEdgeIDOffset,
int iDop,
int iPartitions,
int iOffset,
int iSplitterFlag,
String szPrefix,
String szDir,
boolean bRebuildIndex,
String szTbs,
String szOptions)
This method merges given graph data into an OraclePropertyGraph instance in parallel using External table-based merging.
|
void |
mergeDataWithSqlLdr(OraclePropertyGraph opg,
String szUser,
String szPassword,
String szDbId,
Object[] oaVertexSources,
Object[] oaEdgeSources,
int iDop,
boolean bNamedPipe,
String szSqlLoaderPath,
boolean bRebuildIndex,
String szOptions)
This method merges given graph data into an OraclePropertyGraph instance in parallel using SQL*Loader-based merging.
|
void |
mergeDataWithSqlLdr(OraclePropertyGraph opg,
String szUser,
String szPassword,
String szDbId,
Object[] oaVertexSources,
Object[] oaEdgeSources,
int iDop,
boolean bNamedPipe,
String szPrefix,
String szSqlLoaderPath,
boolean bRebuildIndex,
String szOptions)
This method merges given graph data into an OraclePropertyGraph instance in parallel using SQL*Loader-based merging.
|
void |
mergeDataWithSqlLdr(OraclePropertyGraph opg,
String szUser,
String szPassword,
String szDbId,
Object[] oaVertexSources,
Object[] oaEdgeSources,
int iDop,
boolean bNamedPipe,
String szPrefix,
String szSqlLoaderPath,
boolean bRebuildIndex,
String szTbs,
String szOptions)
This method merges given graph data into an OraclePropertyGraph instance in parallel using SQL*Loader-based merging.
|
void |
mergeDataWithSqlLdr(OraclePropertyGraph opg,
String szUser,
String szPassword,
String szDbId,
Object[] oaVertexSources,
Object[] oaEdgeSources,
int iDop,
int iPartitions,
int iOffset,
int iSplitterFlag,
String szPrefix,
String szSqlLoaderPath,
boolean bRebuildIndex,
String szTbs,
String szOptions)
This method merges given graph data into an OraclePropertyGraph instance in parallel using SQL*Loader-based merging.
|
void |
mergeDataWithSqlLdr(OraclePropertyGraph opg,
String szUser,
String szPassword,
String szDbId,
Object[] oaVertexSources,
Object[] oaEdgeSources,
int iDop,
int iSplitterFlag,
String szPrefix,
String szSqlLoaderPath,
boolean bRebuildIndex,
String szTbs,
String szOptions)
This method merges given graph data into an OraclePropertyGraph instance in parallel using SQL*Loader-based merging.
|
void |
mergeDataWithSqlLdr(OraclePropertyGraph opg,
String szUser,
String szPassword,
String szDbId,
Object[] oaVertexSources,
Object[] oaEdgeSources,
long lVertexSrcOffsetlines,
long lEdgeSrcOffsetlines,
long lVertexSrcMaxlines,
long lEdgeSrcMaxlines,
long lVertexIDOffset,
long lEdgeIDOffset,
int iDop,
int iPartitions,
int iOffset,
int iSplitterFlag,
String szPrefix,
String szSqlLoaderPath,
boolean bRebuildIndex,
String szTbs,
String szOptions)
This method merges given graph data into an OraclePropertyGraph instance in parallel using SQL*Loader-based merging.
|
void |
mergeDataWithSqlLdr(OraclePropertyGraph opg,
String szUser,
String szPassword,
String szDbId,
Object obVertexSource,
Object obEdgeSource,
int iDop,
boolean bNamedPipe,
String szSqlLoaderPath,
boolean bRebuildIndex,
String szOptions)
This method merges given graph data into an OraclePropertyGraph instance in parallel using SQL*Loader-based merging
|
void |
mergeDataWithSqlLdr(OraclePropertyGraph opg,
String szUser,
String szPassword,
String szDbId,
Object obVertexSource,
Object obEdgeSource,
int iDop,
boolean bNamedPipe,
String szPrefix,
String szSqlLoaderPath,
boolean bRebuildIndex,
String szOptions)
This method merges given graph data into an OraclePropertyGraph instance in parallel using SQL*Loader-based merging.
|
void |
mergeDataWithSqlLdr(OraclePropertyGraph opg,
String szUser,
String szPassword,
String szDbId,
Object obVertexSource,
Object obEdgeSource,
int iDop,
boolean bNamedPipe,
String szPrefix,
String szSqlLoaderPath,
boolean bRebuildIndex,
String szTbs,
String szOptions)
This method merges given graph data into an OraclePropertyGraph instance in parallel using SQL*Loader-based merging.
|
void |
mergeDataWithSqlLdr(OraclePropertyGraph opg,
String szUser,
String szPassword,
String szDbId,
Object obVertexSource,
Object obEdgeSource,
int iDop,
int iPartitions,
int iOffset,
int iSplitterFlag,
String szPrefix,
String szSqlLoaderPath,
boolean bRebuildIndex,
String szTbs,
String szOptions)
This method merges given graph data into an OraclePropertyGraph instance in parallel using SQL*Loader-based merging.
|
void |
mergeDataWithSqlLdr(OraclePropertyGraph opg,
String szUser,
String szPassword,
String szDbId,
Object obVertexSource,
Object obEdgeSource,
int iDop,
int iSplitterFlag,
String szPrefix,
String szSqlLoaderPath,
boolean bRebuildIndex,
String szTbs,
String szOptions)
This method merges given graph data into an OraclePropertyGraph instance in parallel using SQL*Loader-based merging.
|
void |
mergeDataWithSqlLdr(OraclePropertyGraph opg,
String szUser,
String szPassword,
String szDbId,
Object obVertexSource,
Object obEdgeSource,
long lVertexSrcOffsetlines,
long lEdgeSrcOffsetlines,
long lVertexSrcMaxlines,
long lEdgeSrcMaxlines,
long lVertexIDOffset,
long lEdgeIDOffset,
int iDop,
int iPartitions,
int iOffset,
int iSplitterFlag,
String szPrefix,
String szSqlLoaderPath,
boolean bRebuildIndex,
String szTbs,
String szOptions)
This method merges given graph data into an OraclePropertyGraph instance in parallel using SQL*Loader-based merging.
|
void |
setBatchSizeToDebug(long size)
Set the batch size to show debug information
|
public static final int EXTERNALTABLE
public static final int JDBC
public static final int NAMEDPIPE
public static final int PIPEDSTREAM
public static final int REGULARFILE
public static final int SQLLOADER
public void commit(OraclePropertyGraph opg) throws SQLException
SQLException
public static OraclePropertyGraphDataLoader getInstance()
public String getNumToStrColConversion(OraclePropertyGraph opg, String szColName, String szTypeColumn)
public int getSessionID(OraclePropertyGraph opg) throws SQLException
SQLException
public String getTimeToStrColConversion(OraclePropertyGraph opg, String szColName, String szTypeColumn)
public void loadData(OraclePropertyGraph opg, Object[] oaVertexSources, Object[] oaEdgeSources, int iDop, int iBatchSize, boolean bRebuildIndex, String szOptions) throws IllegalArgumentException, OraclePropertyGraphException
opg
- an instance of OraclePropertyGraphoaVertexSources
- the input data source of vertices (can be either an array of file names or input streams)oaEdgeSources
- the input data source of edges (can be either an array of file names or input streams)iDop
- degree of parallelism. It has to be a positive integer.iBatchSize
- the batch size of Oracle update in batching mode for JDBC-based loading. Default value is 1000bRebuildIndex
- setting the flag to true would disable indexes/constraints on the tables before loading data into the tables, and enable indexes/contraints on the tables after loading data into the tablesszOptions
- the extra optionsIllegalArgumentException
OraclePropertyGraphException
public void loadData(OraclePropertyGraph opg, Object[] oaVertexSources, Object[] oaEdgeSources, int iDop, int iSplitterFlag, int iBatchSize, boolean bRebuildIndex, String szOptions) throws IllegalArgumentException, OraclePropertyGraphException
opg
- an instance of OraclePropertyGraphoaVertexSources
- the input data source of vertices (can be either an array of file names or input streams)oaEdgeSources
- the input data source of edges (can be either an array of file names or input streams)iDop
- degree of parallelism. It has to be a positive integer.iSplitterFlag
- the flag to set splitting: REGULARFILE, NAMEDPIPE, PIPEDSTREAM. Default value is PIPEDSTREAMiBatchSize
- the batch size of Oracle update in batching mode for JDBC-based loading. Default value is 1000bRebuildIndex
- setting the flag to true would disable indexes/constraints on the tables before loading data into the tables, and enable indexes/contraints on the tables after loading data into the tablesszOptions
- the extra optionsIllegalArgumentException
OraclePropertyGraphException
public void loadData(OraclePropertyGraph opg, Object[] oaVertexSources, Object[] oaEdgeSources, int iDop, int iSplitterFlag, int iBatchSize, boolean bRebuildIndex, String szTbs, String szOptions) throws IllegalArgumentException, OraclePropertyGraphException
opg
- an instance of OraclePropertyGraphoaVertexSources
- the input data source of vertices (can be either an array of file names or input streams)oaEdgeSources
- the input data source of edges (can be either an array of file names or input streams)iDop
- degree of parallelism. It has to be a positive integer.iSplitterFlag
- the flag to set splitting: REGULARFILE, NAMEDPIPE, PIPEDSTREAM; Default value is PIPEDSTREAMiBatchSize
- the batch size of Oracle update in batching mode for JDBC-based loading. Default value is 1000bRebuildIndex
- setting the flag to true would disable indexes/constraints on the tables before loading data into the tables, and enable indexes/contraints on the tables after loading data into the tablesszTbs
- tablespace nameszOptions
- the extra optionsIllegalArgumentException
OraclePropertyGraphException
public void loadData(OraclePropertyGraph opg, Object[] oaVertexSources, Object[] oaEdgeSources, int iDop, int iPartitions, int iOffset, int iBatchSize, boolean bRebuildIndex, String szTbs, String szOptions) throws IllegalArgumentException, OraclePropertyGraphException
opg
- an instance of OraclePropertyGraphoaVertexSources
- the input data source of vertices (can be either an array of file names or input streams)oaEdgeSources
- the input data source of edges (can be either an array of file names or input streams)iDop
- degree of parallelism. It has to be a positive integer.iPartitions
- number of partitions (i.e., data loading clients)iOffset
- offset of partitions. It is from 0 to iPartitions-1iBatchSize
- the batch size of Oracle update in batching mode for JDBC-based loading. Default value is 1000bRebuildIndex
- setting the flag to true would disable indexes/constraints on the tables before loading data into the tables, and enable indexes/contraints on the tables after loading data into the tablesszTbs
- tablespace nameszOptions
- the extra optionsIllegalArgumentException
OraclePropertyGraphException
public void loadData(OraclePropertyGraph opg, Object[] oaVertexSources, Object[] oaEdgeSources, int iDop, int iPartitions, int iOffset, int iSplitterFlag, String szPrefix, int iBatchSize, boolean bRebuildIndex, String szTbs, String szOptions) throws IllegalArgumentException, OraclePropertyGraphException
opg
- an instance of OraclePropertyGraphoaVertexSources
- the input data source of vertices (can be either an array of file names or input streams)oaEdgeSources
- the input data source of edges (can be either an array of file names or input streams)iDop
- degree of parallelism. It has to be a positive integer.iPartitions
- number of partitions (i.e., data loading clients)iOffset
- offset of partitions. It is from 0 to iPartitions-1iSplitterFlag
- the flag to set splitting: REGULARFILE, NAMEDPIPE, PIPEDSTREAM. Default value is PIPEDSTREAMszPrefix
- the prefix used to generate splitted files for regular file or named pipe based splittingiBatchSize
- the batch size of Oracle update in batching mode for JDBC-based loading. Default value is 1000bRebuildIndex
- setting the flag to true would disable indexes/constraints on the tables before loading data into the tables, and enable indexes/contraints on the tables after loading data into the tablesszTbs
- tablespace nameszOptions
- the extra optionsIllegalArgumentException
OraclePropertyGraphException
public void loadData(OraclePropertyGraph opg, Object[] oaVertexSources, Object[] oaEdgeSources, int iDop, int iSplitterFlag, String szPrefix, int iBatchSize, boolean bRebuildIndex, String szTbs, String szOptions) throws IllegalArgumentException, OraclePropertyGraphException
opg
- an instance of OraclePropertyGraphoaVertexSources
- the input data source of vertices (can be either an array of file names or input streams)oaEdgeSources
- the input data source of edges (can be either an array of file names or input streams)iDop
- degree of parallelism. It has to be a positive integer.iSplitterFlag
- the flag to set splitting: REGULARFILE, NAMEDPIPE, PIPEDSTREAM. Default value is PIPEDSTREAMszPrefix
- the prefix used to generate splitted files for regular file or named pipe based splittingiBatchSize
- the batch size of Oracle update in batching mode for JDBC-based loading. Default value is 1000bRebuildIndex
- setting the flag to true would disable indexes/constraints on the tables before loading data into the tables, and enable indexes/contraints on the tables after loading data into the tablesszTbs
- tablespace nameszOptions
- the extra optionsIllegalArgumentException
OraclePropertyGraphException
public void loadData(OraclePropertyGraph opg, Object[] oaVertexSources, Object[] oaEdgeSources, long lVertexSrcOffsetlines, long lEdgeSrcOffsetlines, long lVertexSrcMaxlines, long lEdgeSrcMaxlines, long lVertexIDOffset, long lEdgeIDOffset, int iDop, int iPartitions, int iOffset, int iSplitterFlag, String szPrefix, int iBatchSize, boolean bRebuildIndex, String szTbs, String szOptions) throws IllegalArgumentException, OraclePropertyGraphException
opg
- an instance of OraclePropertyGraphoaVertexSources
- the input data source of vertices (can be either an array of file names or input streams)oaEdgeSources
- the input data source of edges (can be either an array of file names or input streams)lVertexSrcOffsetlines
- the line offset of vertices. Loading vertices after the offset. Default is 0.lEdgeSrcOffsetlines
- the line offset of edges. Loading edges after the offset. Default is 0.lVertexSrcMaxlines
- the max lines of vertices to be loaded. Default is -1 (i.e., load all vertices)lEdgeSrcMaxlines
- the max lines of edges to be loaded. Default is -1 (i.e., load all edges)lVertexIDOffset
- the offset of vertex ID. That is, the vertex ID would be vertexID+lVertexIDOffset. Default is 0lEdgeIDOffset
- the offset of edge ID. That is, the edge ID would be edgeID+lEdgeIDOffset. Default is 0iDop
- degree of parallelism. It has to be a positive integer.iPartitions
- number of partitions (i.e., data loading clients)iOffset
- offset of partitions. It is from 0 to iPartitions-1iSplitterFlag
- the flag to set splitting: REGULARFILE, NAMEDPIPE, PIPEDSTREAM. Default value is PIPEDSTREAMszPrefix
- the prefix used to generate splitted files for regular file or named pipe based splittingiBatchSize
- the batch size of Oracle update in batching mode for JDBC-based loading. Default value is 1000bRebuildIndex
- setting the flag to true would disable indexes/constraints on the tables before loading data into the tables, and enable indexes/contraints on the tables after loading data into the tablesszTbs
- tablespace nameszOptions
- the extra optionsIllegalArgumentException
OraclePropertyGraphException
public void loadData(OraclePropertyGraph opg, Object[] oaVertexSources, Object[] oaEdgeSources, long lVertexSrcOffsetlines, long lEdgeSrcOffsetlines, long lVertexSrcMaxlines, long lEdgeSrcMaxlines, long lVertexIDOffset, long lEdgeIDOffset, int iDop, int iPartitions, int iOffset, int iSplitterFlag, String szPrefix, int iBatchSize, boolean bRebuildIndex, String szTbs, String szOptions, DataLoaderListener dll) throws IllegalArgumentException, OraclePropertyGraphException
opg
- an instance of OraclePropertyGraphoaVertexSources
- the input data source of vertices (can be either an array of file names or input streams)oaEdgeSources
- the input data source of edges (can be either an array of file names or input streams)lVertexSrcOffsetlines
- the line offset of vertices. Loading vertices after the offset. Default is 0.lEdgeSrcOffsetlines
- the line offset of edges. Loading edges after the offset. Default is 0.lVertexSrcMaxlines
- the max lines of vertices to be loaded. Default is -1 (i.e., load all vertices)lEdgeSrcMaxlines
- the max lines of edges to be loaded. Default is -1 (i.e., load all edges)lVertexIDOffset
- the offset of vertex ID. That is, the vertex ID would be vertexID+lVertexIDOffset. Default is 0lEdgeIDOffset
- the offset of edge ID. That is, the edge ID would be edgeID+lEdgeIDOffset. Default is 0iDop
- degree of parallelism. It has to be a positive integer.iPartitions
- number of partitions (i.e., data loading clients)iOffset
- offset of partitions. It is from 0 to iPartitions-1iSplitterFlag
- the flag to set splitting: REGULARFILE, NAMEDPIPE, PIPEDSTREAM. Default value is PIPEDSTREAMszPrefix
- the prefix used to generate splitted files for regular file or named pipe based splittingiBatchSize
- the batch size of Oracle update in batching mode for JDBC-based loading. Default value is 1000bRebuildIndex
- setting the flag to true would disable indexes/constraints on the tables before loading data into the tables, and enable indexes/contraints on the tables after loading data into the tablesszTbs
- tablespace nameszOptions
- the extra optionsdll
- an instance of DataLoaderListener that can be used to report progress and control the loading process when an error occurs. It can be NULL.IllegalArgumentException
OraclePropertyGraphException
public void loadData(OraclePropertyGraph opg, Object obVertexSource, Object obEdgeSource, int iDop) throws IllegalArgumentException, OraclePropertyGraphException
opg
- an instance of OraclePropertyGraphobVertexSource
- the input data source of vertexobEdgeSource
- the input data source of edgeiDop
- degree of parallelism. It has to be a positive integer.IllegalArgumentException
OraclePropertyGraphException
public void loadData(OraclePropertyGraph opg, Object obVertexSource, Object obEdgeSource, int iDop, int iBatchSize, boolean bRebuildIndex, String szOptions) throws IllegalArgumentException, OraclePropertyGraphException
opg
- an instance of OraclePropertyGraphobVertexSource
- the input data source of vertexobEdgeSource
- the input data source of edgeiDop
- degree of parallelism. It has to be a positive integer.iBatchSize
- the batch size of Oracle update in batching mode for JDBC-based loading. Default value is 1000bRebuildIndex
- setting the flag to true would disable indexes/constraints on the tables before loading data into the tables, and enable indexes/contraints on the tables after loading data into the tablesszOptions
- the extra optionsIllegalArgumentException
OraclePropertyGraphException
public void loadData(OraclePropertyGraph opg, Object obVertexSource, Object obEdgeSource, int iDop, int iSplitterFlag, int iBatchSize, boolean bRebuildIndex, String szOptions) throws IllegalArgumentException, OraclePropertyGraphException
opg
- an instance of OraclePropertyGraphobVertexSource
- the input data source of vertexobEdgeSource
- the input data source of edgeiDop
- degree of parallelism. It has to be a positive integer.iSplitterFlag
- the flag to set splitting: REGULARFILE, NAMEDPIPE, PIPEDSTREAM. Default value is PIPEDSTREAMiBatchSize
- the batch size of Oracle update in batching mode for JDBC-based loading. Default value is 1000bRebuildIndex
- setting the flag to true would disable indexes/constraints on the tables before loading data into the tables, and enable indexes/contraints on the tables after loading data into the tablesszOptions
- the extra optionsIllegalArgumentException
OraclePropertyGraphException
public void loadData(OraclePropertyGraph opg, Object obVertexSource, Object obEdgeSource, int iDop, int iSplitterFlag, int iBatchSize, boolean bRebuildIndex, String szTbs, String szOptions) throws IllegalArgumentException, OraclePropertyGraphException
opg
- an instance of OraclePropertyGraphobVertexSource
- the input data source of vertexobEdgeSource
- the input data source of edgeiDop
- degree of parallelism. It has to be a positive integer.iSplitterFlag
- the flag to set splitting: REGULARFILE, NAMEDPIPE, PIPEDSTREAM. Default value is PIPEDSTREAMiBatchSize
- the batch size of Oracle update in batching mode for JDBC-based loading. Default value is 1000bRebuildIndex
- setting the flag to true would disable indexes/constraints on the tables before loading data into the tables, and enable indexes/contraints on the tables after loading data into the tablesszTbs
- tablespace nameszOptions
- the extra optionsIllegalArgumentException
OraclePropertyGraphException
public void loadData(OraclePropertyGraph opg, Object obVertexSource, Object obEdgeSource, int iDop, int iPartitions, int iOffset, int iBatchSize, boolean bRebuildIndex, String szTbs, String szOptions) throws IllegalArgumentException, OraclePropertyGraphException
opg
- an instance of OraclePropertyGraphobVertexSource
- the input data source of vertexobEdgeSource
- the input data source of edgeiDop
- degree of parallelism. It has to be a positive integer.iPartitions
- number of partitions (i.e., data loading clients)iOffset
- offset of partitions. It is from 0 to iPartitions-1iBatchSize
- the batch size of Oracle update in batching mode for JDBC-based loading. Default value is 1000bRebuildIndex
- setting the flag to true would disable indexes/constraints on the tables before loading data into the tables, and enable indexes/contraints on the tables after loading data into the tablesszTbs
- tablespace nameszOptions
- the extra optionsIllegalArgumentException
OraclePropertyGraphException
public void loadData(OraclePropertyGraph opg, Object obVertexSource, Object obEdgeSource, int iDop, int iPartitions, int iOffset, int iSplitterFlag, String szPrefix, int iBatchSize, boolean bRebuildIndex, String szTbs, String szOptions) throws IllegalArgumentException, OraclePropertyGraphException
opg
- an instance of OraclePropertyGraphobVertexSource
- the input data source of vertexobEdgeSource
- the input data source of edgeiDop
- degree of parallelism. It has to be a positive integer.iPartitions
- number of partitions (i.e., data loading clients)iOffset
- offset of partitions. It is from 0 to iPartitions-1iSplitterFlag
- the flag to set splitting: REGULARFILE, NAMEDPIPE, PIPEDSTREAE. Default value is PIPEDSTREAMszPrefix
- the prefix used to generate splitted files for regular file or named pipe based splittingiBatchSize
- the batch size of Oracle update in batching mode for JDBC-based loading. Default value is 1000bRebuildIndex
- setting the flag to true would disable indexes/constraints on the tables before loading data into the tables, and enable indexes/contraints on the tables after loading data into the tablesszTbs
- tablespace nameszOptions
- the extra optionsIllegalArgumentException
OraclePropertyGraphException
public void loadData(OraclePropertyGraph opg, Object obVertexSource, Object obEdgeSource, int iDop, int iSplitterFlag, String szPrefix, int iBatchSize, boolean bRebuildIndex, String szTbs, String szOptions) throws IllegalArgumentException, OraclePropertyGraphException
opg
- an instance of OraclePropertyGraphobVertexSource
- the input data source of vertexobEdgeSource
- the input data source of edgeiDop
- degree of parallelism. It has to be a positive integer.iSplitterFlag
- the flag to set splitting: REGULARFILE, NAMEDPIPE, PIPEDSTREAE. Default value is PIPEDSTREAMszPrefix
- the prefix used to generate splitted files for regular file or named pipe based splittingiBatchSize
- the batch size of Oracle update in batching mode for JDBC-based loading. Default value is 1000bRebuildIndex
- setting the flag to true would disable indexes/constraints on the tables before loading data into the tables, and enable indexes/contraints on the tables after loading data into the tablesszTbs
- tablespace nameszOptions
- the extra optionsIllegalArgumentException
OraclePropertyGraphException
public void loadData(OraclePropertyGraph opg, Object obVertexSource, Object obEdgeSource, long lVertexSrcOffsetlines, long lEdgeSrcOffsetlines, long lVertexSrcMaxlines, long lEdgeSrcMaxlines, long lVertexIDOffset, long lEdgeIDOffset, int iDop, int iPartitions, int iOffset, int iSplitterFlag, String szPrefix, int iBatchSize, boolean bRebuildIndex, String szTbs, String szOptions) throws IllegalArgumentException, OraclePropertyGraphException
opg
- an instance of OraclePropertyGraphobVertexSource
- the input data source of vertexobEdgeSource
- the input data source of edgelVertexSrcOffsetlines
- the line offset of vertices. Loading vertices after the offset. Default is 0.lEdgeSrcOffsetlines
- the line offset of edges. Loading edges after the offset. Default is 0.lVertexSrcMaxlines
- the max lines of vertices to be loaded. Default is -1 (i.e., load all vertices)lEdgeSrcMaxlines
- the max lines of edges to be loaded. Default is -1 (i.e., load all edges)lVertexIDOffset
- the offset of vertex ID. That is, the vertex ID would be vertexID+lVertexIDOffset. Default is 0lEdgeIDOffset
- the offset of edge ID. That is, the edge ID would be edgeID+lEdgeIDOffset. Default is 0iDop
- degree of parallelism. It has to be a positive integer.iPartitions
- number of partitions (i.e., data loading clients)iOffset
- offset of partitions. It is from 0 to iPartitions-1iSplitterFlag
- the flag to set splitting: REGULARFILE, NAMEDPIPE, PIPEDSTREAE. Default value is PIPEDSTREAMszPrefix
- the prefix used to generate splitted files for regular file or named pipe based splittingiBatchSize
- the batch size of Oracle update in batching mode for JDBC-based loading. Default value is 1000bRebuildIndex
- setting the flag to true would disable indexes/constraints on the tables before loading data into the tables, and enable indexes/contraints on the tables after loading data into the tablesszTbs
- tablespace nameszOptions
- the extra optionsIllegalArgumentException
OraclePropertyGraphException
public void loadDataWithExtTab(OraclePropertyGraph opg, Object[] oaVertexSources, Object[] oaEdgeSources, int iDop, boolean bNamedPipe, String szDir, boolean bRebuildIndex, String szOptions) throws IllegalArgumentException, OraclePropertyGraphException
opg
- an instance of OraclePropertyGraphoaVertexSources
- the input data source of vertices (can be either an array of file names or input streams)oaEdgeSources
- the input data source of edges (can be either an array of file names or input streams)iDop
- degree of parallelism. It has to be a positive integer.bNamedPipe
- setting the flag to true would use named pipe based splitting. otherwise regular filebased splitting would be usedszDir
- the database directory for external table based loadingbRebuildIndex
- setting the flag to true would disable indexes/constraints on the tables before loading data into the tables, and enable indexes/contraints on the tables after loading data into the tablesszOptions
- the extra optionsIllegalArgumentException
OraclePropertyGraphException
public void loadDataWithExtTab(OraclePropertyGraph opg, Object[] oaVertexSources, Object[] oaEdgeSources, int iDop, boolean bNamedPipe, String szPrefix, String szDir, boolean bRebuildIndex, String szOptions) throws IllegalArgumentException, OraclePropertyGraphException
opg
- an instance of OraclePropertyGraphoaVertexSources
- the input data source of vertices (can be either an array of file names or input streams)oaEdgeSources
- the input data source of edges (can be either an array of file names or input streams)iDop
- degree of parallelism. It has to be a positive integer.bNamedPipe
- setting the flag to true would use named pipe based splitting. otherwise regular filebased splitting would be usedszPrefix
- the prefix used to generate splitted files for regular file or named pipe based splittingszDir
- the database directory for external table based loadingbRebuildIndex
- setting the flag to true would disable indexes/constraints on the tables before loading data into the tables, and enable indexes/contraints on the tables after loading data into the tablesszOptions
- the extra optionsIllegalArgumentException
OraclePropertyGraphException
public void loadDataWithExtTab(OraclePropertyGraph opg, Object[] oaVertexSources, Object[] oaEdgeSources, int iDop, boolean bNamedPipe, String szPrefix, String szDir, boolean bRebuildIndex, String szTbs, String szOptions) throws IllegalArgumentException, OraclePropertyGraphException
opg
- an instance of OraclePropertyGraphoaVertexSources
- the input data source of vertices (can be either an array of file names or input streams)oaEdgeSources
- the input data source of edges (can be either an array of file names or input streams)iDop
- degree of parallelism. It has to be a positive integer.bNamedPipe
- setting the flag to true would use named pipe based splitting. otherwise regular filebased splitting would be usedszPrefix
- the prefix used to generate splitted files for regular file or named pipe based splittingszDir
- the database directory for external table based loadingbRebuildIndex
- setting the flag to true would disable indexes/constraints on the tables before loading data into the tables, and enable indexes/contraints on the tables after loading data into the tablesszTbs
- tablespace nameszOptions
- the extra optionsIllegalArgumentException
OraclePropertyGraphException
public void loadDataWithExtTab(OraclePropertyGraph opg, Object[] oaVertexSources, Object[] oaEdgeSources, int iDop, int iPartitions, int iOffset, int iSplitterFlag, String szPrefix, String szDir, boolean bRebuildIndex, String szTbs, String szOptions) throws IllegalArgumentException, OraclePropertyGraphException
opg
- an instance of OraclePropertyGraphoaVertexSources
- the input data source of vertices (can be either an array of file names or input streams)oaEdgeSources
- the input data source of edges (can be either an array of file names or input streams)iDop
- degree of parallelism. It has to be a positive integer.iPartitions
- number of partitions (i.e., data loading clients)iOffset
- offset of partitions. It is from 0 to iPartitions-1iSplitterFlag
- the flag to set splitting: REGULARFILE, NAMEDPIPE, PIPEDSTREAM. Default value is REGULARFILEszPrefix
- the prefix used to generate splitted files for regular file or named pipe based splittingszDir
- the database directory for external table based loadingbRebuildIndex
- setting the flag to true would disable indexes/constraints on the tables before loading data into the tables, and enable indexes/contraints on the tables after loading data into the tablesszTbs
- tablespace nameszOptions
- the extra optionsIllegalArgumentException
OraclePropertyGraphException
public void loadDataWithExtTab(OraclePropertyGraph opg, Object[] oaVertexSources, Object[] oaEdgeSources, int iDop, int iSplitterFlag, String szPrefix, String szDir, boolean bRebuildIndex, String szTbs, String szOptions) throws IllegalArgumentException, OraclePropertyGraphException
opg
- an instance of OraclePropertyGraphoaVertexSources
- the input data source of vertices (can be either an array of file names or input streams)oaEdgeSources
- the input data source of edges (can be either an array of file names or input streams)iDop
- degree of parallelism. It has to be a positive integer.iSplitterFlag
- the flag to set splitting: REGULARFILE, NAMEDPIPE, PIPEDSTREAM. Default value is REGULARFILEszPrefix
- the prefix used to generate splitted files for regular file or named pipe based splittingszDir
- the database directory for external table based loadingbRebuildIndex
- setting the flag to true would disable indexes/constraints on the tables before loading data into the tables, and enable indexes/contraints on the tables after loading data into the tablesszTbs
- tablespace nameszOptions
- the extra optionsIllegalArgumentException
OraclePropertyGraphException
public void loadDataWithExtTab(OraclePropertyGraph opg, Object[] oaVertexSources, Object[] oaEdgeSources, long lVertexSrcOffsetlines, long lEdgeSrcOffsetlines, long lVertexSrcMaxlines, long lEdgeSrcMaxlines, long lVertexIDOffset, long lEdgeIDOffset, int iDop, int iPartitions, int iOffset, int iSplitterFlag, String szPrefix, String szDir, boolean bRebuildIndex, String szTbs, String szOptions) throws IllegalArgumentException, OraclePropertyGraphException
opg
- an instance of OraclePropertyGraphoaVertexSources
- the input data source of vertices (can be either an array of file names or input streams)oaEdgeSources
- the input data source of edges (can be either an array of file names or input streams)lVertexSrcOffsetlines
- the line offset of vertices. Loading vertices after the offset. Default is 0.lEdgeSrcOffsetlines
- the line offset of edges. Loading edges after the offset. Default is 0.lVertexSrcMaxlines
- the max lines of vertices to be loaded. Default is -1 (i.e., load all vertices)lEdgeSrcMaxlines
- the max lines of edges to be loaded. Default is -1 (i.e., load all edges)lVertexIDOffset
- the offset of vertex ID. That is, the vertex ID would be vertexID+lVertexIDOffset. Default is 0lEdgeIDOffset
- the offset of edge ID. That is, the edge ID would be edgeID+lEdgeIDOffset. Default is 0iDop
- degree of parallelism. It has to be a positive integer.iPartitions
- number of partitions (i.e., data loading clients)iOffset
- offset of partitions. It is from 0 to iPartitions-1iSplitterFlag
- the flag to set splitting: REGULARFILE, NAMEDPIPE, PIPEDSTREAM. Default value is REGULARFILEszPrefix
- the prefix used to generate splitted files for regular file or named pipe based splittingszDir
- the database directory for external table based loadingbRebuildIndex
- setting the flag to true would disable indexes/constraints on the tables before loading data into the tables, and enable indexes/contraints on the tables after loading data into the tablesszTbs
- tablespace nameszOptions
- the extra optionsIllegalArgumentException
OraclePropertyGraphException
public void loadDataWithExtTab(OraclePropertyGraph opg, Object obVertexSource, Object obEdgeSource, int iDop, boolean bNamedPipe, String szDir, boolean bRebuildIndex, String szOptions) throws IllegalArgumentException, OraclePropertyGraphException
opg
- an instance of OraclePropertyGraphobVertexSource
- the input data source of vertexobEdgeSource
- the input data source of edgeiDop
- degree of parallelism. It has to be a positive integer.bNamedPipe
- setting the flag to true would use named pipe based splitting. otherwise regular filebased splitting would be usedszDir
- the database directory for external table based loadingbRebuildIndex
- setting the flag to true would disable indexes/constraints on the tables before loading data into the tables, and enable indexes/contraints on the tables after loading data into the tablesszOptions
- the extra optionsIllegalArgumentException
OraclePropertyGraphException
public void loadDataWithExtTab(OraclePropertyGraph opg, Object obVertexSource, Object obEdgeSource, int iDop, boolean bNamedPipe, String szPrefix, String szDir, boolean bRebuildIndex, String szOptions) throws IllegalArgumentException, OraclePropertyGraphException
opg
- an instance of OraclePropertyGraphobVertexSource
- the input data source of vertexobEdgeSource
- the input data source of edgeiDop
- degree of parallelism. It has to be a positive integer.bNamedPipe
- setting the flag to true would use named pipe based splitting. otherwise regular filebased splitting would be usedszPrefix
- the prefix used to generate splitted files for regular file or named pipe based splittingszDir
- the database directory for external table based loadingbRebuildIndex
- setting the flag to true would disable indexes/constraints on the tables before loading data into the tables, and enable indexes/contraints on the tables after loading data into the tablesszOptions
- the extra optionsIllegalArgumentException
OraclePropertyGraphException
public void loadDataWithExtTab(OraclePropertyGraph opg, Object obVertexSource, Object obEdgeSource, int iDop, boolean bNamedPipe, String szPrefix, String szDir, boolean bRebuildIndex, String szTbs, String szOptions) throws IllegalArgumentException, OraclePropertyGraphException
opg
- an instance of OraclePropertyGraphobVertexSource
- the input data source of vertexobEdgeSource
- the input data source of edgeiDop
- degree of parallelism. It has to be a positive integer.bNamedPipe
- setting the flag to true would use named pipe based splitting. otherwise regular filebased splitting would be usedszPrefix
- the prefix used to generate splitted files for regular file or named pipe based splittingszDir
- the database directory for external table based loadingbRebuildIndex
- setting the flag to true would disable indexes/constraints on the tables before loading data into the tables, and enable indexes/contraints on the tables after loading data into the tablesszTbs
- tablespace nameszOptions
- the extra optionsIllegalArgumentException
OraclePropertyGraphException
public void loadDataWithExtTab(OraclePropertyGraph opg, Object obVertexSource, Object obEdgeSource, int iDop, int iPartitions, int iOffset, int iSplitterFlag, String szPrefix, String szDir, boolean bRebuildIndex, String szTbs, String szOptions) throws IllegalArgumentException, OraclePropertyGraphException
opg
- an instance of OraclePropertyGraphobVertexSource
- the input data source of vertexobEdgeSource
- the input data source of edgeiDop
- degree of parallelism. It has to be a positive integer.iPartitions
- number of partitions (i.e., data loading clients)iOffset
- offset of partitions. It is from 0 to iPartitions-1iSplitterFlag
- the flag to set splitting: REGULARFILE, NAMEDPIPE, PIPEDSTREAM. Default value is REGULARFILEszPrefix
- the prefix used to generate splitted files for regular file or named pipe based splittingszDir
- the database directory for external table based loadingbRebuildIndex
- setting the flag to true would disable indexes/constraints on the tables before loading data into the tables, and enable indexes/contraints on the tables after loading data into the tablesszTbs
- tablespace nameszOptions
- the extra optionsIllegalArgumentException
OraclePropertyGraphException
public void loadDataWithExtTab(OraclePropertyGraph opg, Object obVertexSource, Object obEdgeSource, int iDop, int iSplitterFlag, String szPrefix, String szDir, boolean bRebuildIndex, String szTbs, String szOptions) throws IllegalArgumentException, OraclePropertyGraphException
opg
- an instance of OraclePropertyGraphobVertexSource
- the input data source of vertexobEdgeSource
- the input data source of edgeiDop
- degree of parallelism. It has to be a positive integer.iSplitterFlag
- the flag to set splitting: REGULARFILE, NAMEDPIPE, PIPEDSTREAM. Default value is REGULARFILEszPrefix
- the prefix used to generate splitted files for regular file or named pipe based splittingszDir
- the database directory for external table based loadingbRebuildIndex
- setting the flag to true would disable indexes/constraints on the tables before loading data into the tables, and enable indexes/contraints on the tables after loading data into the tablesszTbs
- tablespace nameszOptions
- the extra optionsIllegalArgumentException
OraclePropertyGraphException
public void loadDataWithExtTab(OraclePropertyGraph opg, Object obVertexSource, Object obEdgeSource, long lVertexSrcOffsetlines, long lEdgeSrcOffsetlines, long lVertexSrcMaxlines, long lEdgeSrcMaxlines, long lVertexIDOffset, long lEdgeIDOffset, int iDop, int iPartitions, int iOffset, int iSplitterFlag, String szPrefix, String szDir, boolean bRebuildIndex, String szTbs, String szOptions) throws IllegalArgumentException, OraclePropertyGraphException
opg
- an instance of OraclePropertyGraphobVertexSource
- the input data source of vertexobEdgeSource
- the input data source of edgelVertexSrcOffsetlines
- the line offset of vertices. Loading vertices after the offset. Default is 0.lEdgeSrcOffsetlines
- the line offset of edges. Loading edges after the offset. Default is 0.lVertexSrcMaxlines
- the max lines of vertices to be loaded. Default is -1 (i.e., load all vertices)lEdgeSrcMaxlines
- the max lines of edges to be loaded. Default is -1 (i.e., load all edges)lVertexIDOffset
- the offset of vertex ID. That is, the vertex ID would be vertexID+lVertexIDOffset. Default is 0lEdgeIDOffset
- the offset of edge ID. That is, the edge ID would be edgeID+lEdgeIDOffset. Default is 0iDop
- degree of parallelism. It has to be a positive integer.iPartitions
- number of partitions (i.e., data loading clients)iOffset
- offset of partitions. It is from 0 to iPartitions-1iSplitterFlag
- the flag to set splitting: REGULARFILE, NAMEDPIPE, PIPEDSTREAM. Default value is REGULARFILEszPrefix
- the prefix used to generate splitted files for regular file or named pipe based splittingszDir
- the database directory for external table based loadingbRebuildIndex
- setting the flag to true would disable indexes/constraints on the tables before loading data into the tables, and enable indexes/contraints on the tables after loading data into the tablesszTbs
- tablespace nameszOptions
- the extra optionsIllegalArgumentException
OraclePropertyGraphException
public void loadDataWithExtTab(OraclePropertyGraph opg, String[] saVertexFiles, String[] saEdgeFiles, int iDop, String szDir, boolean bRebuildIndex, String szTbs, String szOptions) throws IllegalArgumentException, OraclePropertyGraphException
opg
- an instance of OraclePropertyGraphsaVertexFiles
- an array of vertex flat filessaEdgeFiles
- an array of edge flat filesiDop
- degree of parallelism. It has to be a positive integer.szDir
- the database directory for external table based loadingbRebuildIndex
- setting the flag to true would disable indexes/constraints on the tables before loading data into the tables, and enable indexes/contraints on the tables after loading data into the tablesszTbs
- tablespace nameszOptions
- the extra optionsIllegalArgumentException
OraclePropertyGraphException
public void loadDataWithSqlLdr(OraclePropertyGraph opg, String szUser, String szPassword, String szDbId, Object[] oaVertexSources, Object[] oaEdgeSources, int iDop, boolean bNamedPipe, String szSqlLoaderPath, boolean bRebuildIndex, String szOptions) throws IllegalArgumentException, OraclePropertyGraphException
opg
- an instance of OraclePropertyGraphszUser
- user name to access the databaseszPassword
- password to access the databaseszDbId
- service name of the databaseoaVertexSources
- the input data source of vertices (can be either an array of file names or input streams)oaEdgeSources
- the input data source of edges (can be either an array of file names or input streams)iDop
- degree of parallelism. It has to be a positive integer.bNamedPipe
- setting the flag to true would use named pipe based splitting. otherwise regular filebased splitting would be usedszSqlLoaderPath
- the path to SQL*Loader bin/sqlldrbRebuildIndex
- setting the flag to true would disable indexes/constraints on the tables before loading data into the tables, and enable indexes/contraints on the tables after loading data into the tablesszOptions
- the extra optionsIllegalArgumentException
OraclePropertyGraphException
public void loadDataWithSqlLdr(OraclePropertyGraph opg, String szUser, String szPassword, String szDbId, Object[] oaVertexSources, Object[] oaEdgeSources, int iDop, boolean bNamedPipe, String szPrefix, String szSqlLoaderPath, boolean bRebuildIndex, String szOptions) throws IllegalArgumentException, OraclePropertyGraphException
opg
- an instance of OraclePropertyGraphszUser
- user name to access the databaseszPassword
- password to access the databaseszDbId
- service name of the databaseoaVertexSources
- the input data source of vertices (can be either an array of file names or input streams)oaEdgeSources
- the input data source of edges (can be either an array of file names or input streams)iDop
- degree of parallelism. It has to be a positive integer.bNamedPipe
- setting the flag to true would use named pipe based splitting. otherwise regular filebased splitting would be usedszPrefix
- the prefix used to generate splitted files for regular file or named pipe based splittingszSqlLoaderPath
- the path to SQL*Loader bin/sqlldrbRebuildIndex
- setting the flag to true would disable indexes/constraints on the tables before loading data into the tables, and enable indexes/contraints on the tables after loading data into the tablesszOptions
- the extra optionsIllegalArgumentException
OraclePropertyGraphException
public void loadDataWithSqlLdr(OraclePropertyGraph opg, String szUser, String szPassword, String szDbId, Object[] oaVertexSources, Object[] oaEdgeSources, int iDop, boolean bNamedPipe, String szPrefix, String szSqlLoaderPath, boolean bRebuildIndex, String szTbs, String szOptions) throws IllegalArgumentException, OraclePropertyGraphException
opg
- an instance of OraclePropertyGraphszUser
- user name to access the databaseszPassword
- password to access the databaseszDbId
- service name of the databaseoaVertexSources
- the input data source of vertices (can be either an array of file names or input streams)oaEdgeSources
- the input data source of edges (can be either an array of file names or input streams)iDop
- degree of parallelism. It has to be a positive integer.bNamedPipe
- setting the flag to true would use named pipe based splitting. otherwise regular filebased splitting would be usedszPrefix
- the prefix used to generate splitted files for regular file or named pipe based splittingszSqlLoaderPath
- the path to SQL*Loader bin/sqlldrbRebuildIndex
- setting the flag to true would disable indexes/constraints on the tables before loading data into the tables, and enable indexes/contraints on the tables after loading data into the tablesszTbs
- tablespace nameszOptions
- the extra optionsIllegalArgumentException
OraclePropertyGraphException
public void loadDataWithSqlLdr(OraclePropertyGraph opg, String szUser, String szPassword, String szDbId, Object[] oaVertexSources, Object[] oaEdgeSources, int iDop, int iPartitions, int iOffset, int iSplitterFlag, String szPrefix, String szSqlLoaderPath, boolean bRebuildIndex, String szTbs, String szOptions) throws IllegalArgumentException, OraclePropertyGraphException
opg
- an instance of OraclePropertyGraphszUser
- user name to access the databaseszPassword
- password to access the databaseszDbId
- service name of the databaseoaVertexSources
- the input data source of vertices (can be either an array of file names or input streams)oaEdgeSources
- the input data source of edges (can be either an array of file names or input streams)iDop
- degree of parallelism. It has to be a positive integer.iPartitions
- number of partitions (i.e., data loading clients)iOffset
- offset of partitions. It is from 0 to iPartitions-1iSplitterFlag
- the flag to set splitting: REGULARFILE, NAMEDPIPE, PIPEDSTREAM. Default value is REGULARFILEszPrefix
- the prefix used to generate splitted files for regular file or named pipe based splittingszSqlLoaderPath
- the path to SQL*Loader bin/sqlldrbRebuildIndex
- setting the flag to true would disable indexes/constraints on the tables before loading data into the tables, and enable indexes/contraints on the tables after loading data into the tablesszTbs
- tablespace nameszOptions
- the extra optionsIllegalArgumentException
OraclePropertyGraphException
public void loadDataWithSqlLdr(OraclePropertyGraph opg, String szUser, String szPassword, String szDbId, Object[] oaVertexSources, Object[] oaEdgeSources, int iDop, int iSplitterFlag, String szPrefix, String szSqlLoaderPath, boolean bRebuildIndex, String szTbs, String szOptions) throws IllegalArgumentException, OraclePropertyGraphException
opg
- an instance of OraclePropertyGraphszUser
- user name to access the databaseszPassword
- password to access the databaseszDbId
- service name of the databaseoaVertexSources
- the input data source of vertices (can be either an array of file names or input streams)oaEdgeSources
- the input data source of edges (can be either an array of file names or input streams)iDop
- degree of parallelism. It has to be a positive integer.iSplitterFlag
- the flag to set splitting: REGULARFILE, NAMEDPIPE, PIPEDSTREAM. Default value is REGULARFILEszPrefix
- the prefix used to generate splitted files for regular file or named pipe based splittingszSqlLoaderPath
- the path to SQL*Loader bin/sqlldrbRebuildIndex
- setting the flag to true would disable indexes/constraints on the tables before loading data into the tables, and enable indexes/contraints on the tables after loading data into the tablesszTbs
- tablespace nameszOptions
- the extra optionsIllegalArgumentException
OraclePropertyGraphException
public void loadDataWithSqlLdr(OraclePropertyGraph opg, String szUser, String szPassword, String szDbId, Object[] oaVertexSources, Object[] oaEdgeSources, long lVertexSrcOffsetlines, long lEdgeSrcOffsetlines, long lVertexSrcMaxlines, long lEdgeSrcMaxlines, long lVertexIDOffset, long lEdgeIDOffset, int iDop, int iPartitions, int iOffset, int iSplitterFlag, String szPrefix, String szSqlLoaderPath, boolean bRebuildIndex, String szTbs, String szOptions) throws IllegalArgumentException, OraclePropertyGraphException
opg
- an instance of OraclePropertyGraphszUser
- user name to access the databaseszPassword
- password to access the databaseszDbId
- service name of the databaseoaVertexSources
- the input data source of vertices (can be either an array of file names or input streams)oaEdgeSources
- the input data source of edges (can be either an array of file names or input streams)lVertexSrcOffsetlines
- the line offset of vertices. Loading vertices after the offset. Default is 0.lEdgeSrcOffsetlines
- the line offset of edges. Loading edges after the offset. Default is 0.lVertexSrcMaxlines
- the max lines of vertices to be loaded. Default is -1 (i.e., load all vertices)lEdgeSrcMaxlines
- the max lines of edges to be loaded. Default is -1 (i.e., load all edges)lVertexIDOffset
- the offset of vertex ID. That is, the vertex ID would be vertexID+lVertexIDOffset. Default is 0lEdgeIDOffset
- the offset of edge ID. That is, the edge ID would be edgeID+lEdgeIDOffset. Default is 0iDop
- degree of parallelism. It has to be a positive integer.iPartitions
- number of partitions (i.e., data loading clients)iOffset
- offset of partitions. It is from 0 to iPartitions-1iSplitterFlag
- the flag to set splitting: REGULARFILE, NAMEDPIPE, PIPEDSTREAM. Default value is REGULARFILEszPrefix
- the prefix used to generate splitted files for regular file or named pipe based splittingszSqlLoaderPath
- the path to SQL*Loader bin/sqlldrbRebuildIndex
- setting the flag to true would disable indexes/constraints on the tables before loading data into the tables, and enable indexes/contraints on the tables after loading data into the tablesszTbs
- tablespace nameszOptions
- the extra optionsIllegalArgumentException
OraclePropertyGraphException
public void loadDataWithSqlLdr(OraclePropertyGraph opg, String szUser, String szPassword, String szDbId, Object obVertexSource, Object obEdgeSource, int iDop, boolean bNamedPipe, String szSqlLoaderPath, boolean bRebuildIndex, String szOptions) throws IllegalArgumentException, OraclePropertyGraphException
opg
- an instance of OraclePropertyGraphszUser
- user name to access the databaseszPassword
- password to access the databaseszDbId
- service name of the databaseobVertexSource
- the input data source of vertexobEdgeSource
- the input data source of edgeiDop
- degree of parallelism. It has to be a positive integer.bNamedPipe
- setting the flag to true would use named pipe based splitting. otherwise regular filebased splitting would be usedszSqlLoaderPath
- the path to SQL*Loader bin/sqlldrbRebuildIndex
- setting the flag to true would disable indexes/constraints on the tables before loading data into the tables, and enable indexes/contraints on the tables after loading data into the tablesszOptions
- the extra optionsIllegalArgumentException
OraclePropertyGraphException
public void loadDataWithSqlLdr(OraclePropertyGraph opg, String szUser, String szPassword, String szDbId, Object obVertexSource, Object obEdgeSource, int iDop, boolean bNamedPipe, String szPrefix, String szSqlLoaderPath, boolean bRebuildIndex, String szOptions) throws IllegalArgumentException, OraclePropertyGraphException
opg
- an instance of OraclePropertyGraphszUser
- user name to access the databaseszPassword
- password to access the databaseszDbId
- service name of the databaseobVertexSource
- the input data source of vertexobEdgeSource
- the input data source of edgeiDop
- degree of parallelism. It has to be a positive integer.bNamedPipe
- setting the flag to true would use named pipe based splitting. otherwise regular filebased splitting would be usedszPrefix
- the prefix used to generate splitted files for regular file or named pipe based splittingszSqlLoaderPath
- the path to SQL*Loader bin/sqlldrbRebuildIndex
- setting the flag to true would disable indexes/constraints on the tables before loading data into the tables, and enable indexes/contraints on the tables after loading data into the tablesszOptions
- the extra optionsIllegalArgumentException
OraclePropertyGraphException
public void loadDataWithSqlLdr(OraclePropertyGraph opg, String szUser, String szPassword, String szDbId, Object obVertexSource, Object obEdgeSource, int iDop, boolean bNamedPipe, String szPrefix, String szSqlLoaderPath, boolean bRebuildIndex, String szTbs, String szOptions) throws IllegalArgumentException, OraclePropertyGraphException
opg
- an instance of OraclePropertyGraphszUser
- user name to access the databaseszPassword
- password to access the databaseszDbId
- service name of the databaseobVertexSource
- the input data source of vertexobEdgeSource
- the input data source of edgeiDop
- degree of parallelism. It has to be a positive integer.bNamedPipe
- setting the flag to true would use named pipe based splitting. otherwise regular filebased splitting would be usedszPrefix
- the prefix used to generate splitted files for regular file or named pipe based splittingszSqlLoaderPath
- the path to SQL*Loader bin/sqlldrbRebuildIndex
- setting the flag to true would disable indexes/constraints on the tables before loading data into the tables, and enable indexes/contraints on the tables after loading data into the tablesszTbs
- tablespace nameszOptions
- the extra optionsIllegalArgumentException
OraclePropertyGraphException
public void loadDataWithSqlLdr(OraclePropertyGraph opg, String szUser, String szPassword, String szDbId, Object obVertexSource, Object obEdgeSource, int iDop, int iPartitions, int iOffset, int iSplitterFlag, String szPrefix, String szSqlLoaderPath, boolean bRebuildIndex, String szTbs, String szOptions) throws IllegalArgumentException, OraclePropertyGraphException
opg
- an instance of OraclePropertyGraphszUser
- user name to access the databaseszPassword
- password to access the databaseszDbId
- service name of the databaseobVertexSource
- the input data source of vertexobEdgeSource
- the input data source of edgeiDop
- degree of parallelism. It has to be a positive integer.iPartitions
- number of partitions (i.e., data loading clients)iOffset
- offset of partitions. It is from 0 to iPartitions-1iSplitterFlag
- the flag to set splitting: REGULARFILE, NAMEDPIPE, PIPEDSTREAM. Default value is REGULARFILEszPrefix
- the prefix used to generate splitted files for regular file or named pipe based splittingszSqlLoaderPath
- the path to SQL*Loader bin/sqlldrbRebuildIndex
- setting the flag to true would disable indexes/constraints on the tables before loading data into the tables, and enable indexes/contraints on the tables after loading data into the tablesszTbs
- tablespace nameszOptions
- the extra optionsIllegalArgumentException
OraclePropertyGraphException
public void loadDataWithSqlLdr(OraclePropertyGraph opg, String szUser, String szPassword, String szDbId, Object obVertexSource, Object obEdgeSource, int iDop, int iSplitterFlag, String szPrefix, String szSqlLoaderPath, boolean bRebuildIndex, String szTbs, String szOptions) throws IllegalArgumentException, OraclePropertyGraphException
opg
- an instance of OraclePropertyGraphszUser
- user name to access the databaseszPassword
- password to access the databaseszDbId
- service name of the databaseobVertexSource
- the input data source of vertexobEdgeSource
- the input data source of edgeiDop
- degree of parallelism. It has to be a positive integer.iSplitterFlag
- the flag to set splitting: REGULARFILE, NAMEDPIPE, PIPEDSTREAM. Default value is REGULARFILEszPrefix
- the prefix used to generate splitted files for regular file or named pipe based splittingszSqlLoaderPath
- the path to SQL*Loader bin/sqlldrbRebuildIndex
- setting the flag to true would disable indexes/constraints on the tables before loading data into the tables, and enable indexes/contraints on the tables after loading data into the tablesszTbs
- tablespace nameszOptions
- the extra optionsIllegalArgumentException
OraclePropertyGraphException
public void loadDataWithSqlLdr(OraclePropertyGraph opg, String szUser, String szPassword, String szDbId, Object obVertexSource, Object obEdgeSource, long lVertexSrcOffsetlines, long lEdgeSrcOffsetlines, long lVertexSrcMaxlines, long lEdgeSrcMaxlines, long lVertexIDOffset, long lEdgeIDOffset, int iDop, int iPartitions, int iOffset, int iSplitterFlag, String szPrefix, String szSqlLoaderPath, boolean bRebuildIndex, String szTbs, String szOptions) throws IllegalArgumentException, OraclePropertyGraphException
opg
- an instance of OraclePropertyGraphszUser
- user name to access the databaseszPassword
- password to access the databaseszDbId
- service name of the databaseobVertexSource
- the input data source of vertexobEdgeSource
- the input data source of edgelVertexSrcOffsetlines
- the line offset of vertices. Loading vertices after the offset. Default is 0.lEdgeSrcOffsetlines
- the line offset of edges. Loading edges after the offset. Default is 0.lVertexSrcMaxlines
- the max lines of vertices to be loaded. Default is -1 (i.e., load all vertices)lEdgeSrcMaxlines
- the max lines of edges to be loaded. Default is -1 (i.e., load all edges)lVertexIDOffset
- the offset of vertex ID. That is, the vertex ID would be vertexID+lVertexIDOffset. Default is 0lEdgeIDOffset
- the offset of edge ID. That is, the edge ID would be edgeID+lEdgeIDOffset. Default is 0iDop
- degree of parallelism. It has to be a positive integer.iPartitions
- number of partitions (i.e., data loading clients)iOffset
- offset of partitions. It is from 0 to iPartitions-1iSplitterFlag
- the flag to set splitting: REGULARFILE, NAMEDPIPE, PIPEDSTREAM. Default value is REGULARFILEszPrefix
- the prefix used to generate splitted files for regular file or named pipe based splittingszSqlLoaderPath
- the path to SQL*Loader bin/sqlldrbRebuildIndex
- setting the flag to true would disable indexes/constraints on the tables before loading data into the tables, and enable indexes/contraints on the tables after loading data into the tablesszTbs
- tablespace nameszOptions
- the extra optionsIllegalArgumentException
OraclePropertyGraphException
public void mergeData(OraclePropertyGraph opg, Object[] oaVertexSources, Object[] oaEdgeSources, int iDop, int iBatchSize, boolean bRebuildIndex, String szOptions) throws IllegalArgumentException, OraclePropertyGraphException
opg
- an instance of OraclePropertyGraphoaVertexSources
- the input data source of vertices (can be either an array of file names or input streams)oaEdgeSources
- the input data source of edges (can be either an array of file names or input streams)iDop
- degree of parallelism. It has to be a positive integer.iBatchSize
- the batch size of Oracle update in batching mode for JDBC-based merging. Default value is 1000bRebuildIndex
- setting the flag to true would disable indexes/constraints on the tables before merging data into the tables, and enable indexes/contraints on the tables after merging data into the tablesszOptions
- the extra optionsIllegalArgumentException
OraclePropertyGraphException
public void mergeData(OraclePropertyGraph opg, Object[] oaVertexSources, Object[] oaEdgeSources, int iDop, int iSplitterFlag, int iBatchSize, boolean bRebuildIndex, String szOptions) throws IllegalArgumentException, OraclePropertyGraphException
opg
- an instance of OraclePropertyGraphoaVertexSources
- the input data source of vertices (can be either an array of file names or input streams)oaEdgeSources
- the input data source of edges (can be either an array of file names or input streams)iDop
- degree of parallelism. It has to be a positive integer.iSplitterFlag
- the flag to set splitting: REGULARFILE, NAMEDPIPE, PIPEDSTREAM. Default value is PIPEDSTREAMiBatchSize
- the batch size of Oracle update in batching mode for JDBC-based merging. Default value is 1000bRebuildIndex
- setting the flag to true would disable indexes/constraints on the tables before merging data into the tables, and enable indexes/contraints on the tables after merging data into the tablesszOptions
- the extra optionsIllegalArgumentException
OraclePropertyGraphException
public void mergeData(OraclePropertyGraph opg, Object[] oaVertexSources, Object[] oaEdgeSources, int iDop, int iSplitterFlag, int iBatchSize, boolean bRebuildIndex, String szTbs, String szOptions) throws IllegalArgumentException, OraclePropertyGraphException
opg
- an instance of OraclePropertyGraphoaVertexSources
- the input data source of vertices (can be either an array of file names or input streams)oaEdgeSources
- the input data source of edges (can be either an array of file names or input streams)iDop
- degree of parallelism. It has to be a positive integer.iSplitterFlag
- the flag to set splitting: REGULARFILE, NAMEDPIPE, PIPEDSTREAM. Default value is PIPEDSTREAMiBatchSize
- the batch size of Oracle update in batching mode for JDBC-based merging. Default value is 1000bRebuildIndex
- setting the flag to true would disable indexes/constraints on the tables before merging data into the tables, and enable indexes/contraints on the tables after merging data into the tablesszTbs
- tablespace nameszOptions
- the extra optionsIllegalArgumentException
OraclePropertyGraphException
public void mergeData(OraclePropertyGraph opg, Object[] oaVertexSources, Object[] oaEdgeSources, int iDop, int iPartitions, int iOffset, int iSplitterFlag, String szPrefix, int iBatchSize, boolean bRebuildIndex, String szTbs, String szOptions) throws IllegalArgumentException, OraclePropertyGraphException
opg
- an instance of OraclePropertyGraphoaVertexSources
- the input data source of vertices (can be either an array of file names or input streams)oaEdgeSources
- the input data source of edges (can be either an array of file names or input streams)iDop
- degree of parallelism. It has to be a positive integer.iPartitions
- number of partitions (i.e., data loading clients)iOffset
- offset of partitions. It is from 0 to iPartitions-1iSplitterFlag
- the flag to set splitting: REGULARFILE, NAMEDPIPE, PIPEDSTREAM. Default value is PIPEDSTREAMszPrefix
- the prefix used to generate splitted files for regular file or named pipe based splittingiBatchSize
- the batch size of Oracle update in batching mode for JDBC-based merging. Default value is 1000bRebuildIndex
- setting the flag to true would disable indexes/constraints on the tables before merging data into the tables, and enable indexes/contraints on the tables after merging data into the tablesszTbs
- tablespace nameszOptions
- the extra optionsIllegalArgumentException
OraclePropertyGraphException
public void mergeData(OraclePropertyGraph opg, Object[] oaVertexSources, Object[] oaEdgeSources, int iDop, int iSplitterFlag, String szPrefix, int iBatchSize, boolean bRebuildIndex, String szTbs, String szOptions) throws IllegalArgumentException, OraclePropertyGraphException
opg
- an instance of OraclePropertyGraphoaVertexSources
- the input data source of vertices (can be either an array of file names or input streams)oaEdgeSources
- the input data source of edges (can be either an array of file names or input streams)iDop
- degree of parallelism. It has to be a positive integer.iSplitterFlag
- the flag to set splitting: REGULARFILE, NAMEDPIPE, PIPEDSTREAM. Default value is PIPEDSTREAMszPrefix
- the prefix used to generate splitted files for regular file or named pipe based splittingiBatchSize
- the batch size of Oracle update in batching mode for JDBC-based merging. Default value is 1000bRebuildIndex
- setting the flag to true would disable indexes/constraints on the tables before merging data into the tables, and enable indexes/contraints on the tables after merging data into the tablesszTbs
- tablespace nameszOptions
- the extra optionsIllegalArgumentException
OraclePropertyGraphException
public void mergeData(OraclePropertyGraph opg, Object[] oaVertexSources, Object[] oaEdgeSources, long lVertexSrcOffsetlines, long lEdgeSrcOffsetlines, long lVertexSrcMaxlines, long lEdgeSrcMaxlines, long lVertexIDOffset, long lEdgeIDOffset, int iDop, int iPartitions, int iOffset, int iSplitterFlag, String szPrefix, int iBatchSize, boolean bRebuildIndex, String szTbs, String szOptions) throws IllegalArgumentException, OraclePropertyGraphException
opg
- an instance of OraclePropertyGraphoaVertexSources
- the input data source of vertices (can be either an array of file names or input streams)oaEdgeSources
- the input data source of edges (can be either an array of file names or input streams)lVertexSrcOffsetlines
- the line offset of vertices. Loading vertices after the offset. Default is 0.lEdgeSrcOffsetlines
- the line offset of edges. Loading edges after the offset. Default is 0.lVertexSrcMaxlines
- the max lines of vertices to be loaded. Default is -1 (i.e., load all vertices)lEdgeSrcMaxlines
- the max lines of edges to be loaded. Default is -1 (i.e., load all edges)lVertexIDOffset
- the offset of vertex ID. That is, the vertex ID would be vertexID+lVertexIDOffset. Default is 0lEdgeIDOffset
- the offset of edge ID. That is, the edge ID would be edgeID+lEdgeIDOffset. Default is 0iDop
- degree of parallelism. It has to be a positive integer.iPartitions
- number of partitions (i.e., data loading clients)iOffset
- offset of partitions. It is from 0 to iPartitions-1iSplitterFlag
- the flag to set splitting: REGULARFILE, NAMEDPIPE, PIPEDSTREAM. Default value is PIPEDSTREAMszPrefix
- the prefix used to generate splitted files for regular file or named pipe based splittingiBatchSize
- the batch size of Oracle update in batching mode for JDBC-based merging. Default value is 1000bRebuildIndex
- setting the flag to true would disable indexes/constraints on the tables before merging data into the tables, and enable indexes/contraints on the tables after merging data into the tablesszTbs
- tablespace nameszOptions
- the extra optionsIllegalArgumentException
OraclePropertyGraphException
public void mergeData(OraclePropertyGraph opg, Object[] oaVertexSources, Object[] oaEdgeSources, long lVertexSrcOffsetlines, long lEdgeSrcOffsetlines, long lVertexSrcMaxlines, long lEdgeSrcMaxlines, long lVertexIDOffset, long lEdgeIDOffset, int iDop, int iPartitions, int iOffset, int iSplitterFlag, String szPrefix, int iBatchSize, boolean bRebuildIndex, String szTbs, String szOptions, DataLoaderListener dll) throws IllegalArgumentException, OraclePropertyGraphException
opg
- an instance of OraclePropertyGraphoaVertexSources
- the input data source of vertices (can be either an array of file names or input streams)oaEdgeSources
- the input data source of edges (can be either an array of file names or input streams)lVertexSrcOffsetlines
- the line offset of vertices. Loading vertices after the offset. Default is 0.lEdgeSrcOffsetlines
- the line offset of edges. Loading edges after the offset. Default is 0.lVertexSrcMaxlines
- the max lines of vertices to be loaded. Default is -1 (i.e., load all vertices)lEdgeSrcMaxlines
- the max lines of edges to be loaded. Default is -1 (i.e., load all edges)lVertexIDOffset
- the offset of vertex ID. That is, the vertex ID would be vertexID+lVertexIDOffset. Default is 0lEdgeIDOffset
- the offset of edge ID. That is, the edge ID would be edgeID+lEdgeIDOffset. Default is 0iDop
- degree of parallelism. It has to be a positive integer.iPartitions
- number of partitions (i.e., data loading clients)iOffset
- offset of partitions. It is from 0 to iPartitions-1iSplitterFlag
- the flag to set splitting: REGULARFILE, NAMEDPIPE, PIPEDSTREAM. Default value is PIPEDSTREAMszPrefix
- the prefix used to generate splitted files for regular file or named pipe based splittingiBatchSize
- the batch size of Oracle update in batching mode for JDBC-based merging. Default value is 1000bRebuildIndex
- setting the flag to true would disable indexes/constraints on the tables before merging data into the tables, and enable indexes/contraints on the tables after merging data into the tablesszTbs
- tablespace nameszOptions
- the extra optionsdll
- an instance of DataLoaderListener that can be used to report progress and control the loading process when an error occurs. It can be NULL.IllegalArgumentException
OraclePropertyGraphException
public void mergeData(OraclePropertyGraph opg, Object obVertexSource, Object obEdgeSource, int iDop, int iBatchSize, boolean bRebuildIndex, String szOptions) throws IllegalArgumentException, OraclePropertyGraphException
opg
- an instance of OraclePropertyGraphobVertexSource
- the input data source of vertexobEdgeSource
- the input data source of edgeiDop
- degree of parallelism. It has to be a positive integer.iBatchSize
- the batch size of Oracle update in batching mode for JDBC-based merging. Default value is 1000bRebuildIndex
- setting the flag to true would disable indexes/constraints on the tables before merging data into the tables, and enable indexes/contraints on the tables after merging data into the tablesszOptions
- the extra optionsIllegalArgumentException
OraclePropertyGraphException
public void mergeData(OraclePropertyGraph opg, Object obVertexSource, Object obEdgeSource, int iDop, int iSplitterFlag, int iBatchSize, boolean bRebuildIndex, String szOptions) throws IllegalArgumentException, OraclePropertyGraphException
opg
- an instance of OraclePropertyGraphobVertexSource
- the input data source of vertexobEdgeSource
- the input data source of edgeiDop
- degree of parallelism. It has to be a positive integer.iSplitterFlag
- the flag to set splitting: REGULARFILE, NAMEDPIPE, PIPEDSTREAM. Default value is PIPEDSTREAMiBatchSize
- the batch size of Oracle update in batching mode for JDBC-based merging. Default value is 1000bRebuildIndex
- setting the flag to true would disable indexes/constraints on the tables before merging data into the tables, and enable indexes/contraints on the tables after merging data into the tablesszOptions
- the extra optionsIllegalArgumentException
OraclePropertyGraphException
public void mergeData(OraclePropertyGraph opg, Object obVertexSource, Object obEdgeSource, int iDop, int iSplitterFlag, int iBatchSize, boolean bRebuildIndex, String szTbs, String szOptions) throws IllegalArgumentException, OraclePropertyGraphException
opg
- an instance of OraclePropertyGraphobVertexSource
- the input data source of vertexobEdgeSource
- the input data source of edgeiDop
- degree of parallelism. It has to be a positive integer.iSplitterFlag
- the flag to set splitting: REGULARFILE, NAMEDPIPE, PIPEDSTREAM. Default value is PIPEDSTREAMiBatchSize
- the batch size of Oracle update in batching mode for JDBC-based merging. Default value is 1000bRebuildIndex
- setting the flag to true would disable indexes/constraints on the tables before merging data into the tables, and enable indexes/contraints on the tables after merging data into the tablesszTbs
- tablespace nameszOptions
- the extra optionsIllegalArgumentException
OraclePropertyGraphException
public void mergeData(OraclePropertyGraph opg, Object obVertexSource, Object obEdgeSource, int iDop, int iPartitions, int iOffset, int iSplitterFlag, String szPrefix, int iBatchSize, boolean bRebuildIndex, String szTbs, String szOptions) throws IllegalArgumentException, OraclePropertyGraphException
opg
- an instance of OraclePropertyGraphobVertexSource
- the input data source of vertexobEdgeSource
- the input data source of edgeiDop
- degree of parallelism. It has to be a positive integer.iPartitions
- number of partitions (i.e., data loading clients)iOffset
- offset of partitions. It is from 0 to iPartitions-1iSplitterFlag
- the flag to set splitting: REGULARFILE, NAMEDPIPE, PIPEDSTREAM. Default value is PIPEDSTREAMszPrefix
- the prefix used to generate splitted files for regular file or named pipe based splittingiBatchSize
- the batch size of Oracle update in batching mode for JDBC-based merging. Default value is 1000bRebuildIndex
- setting the flag to true would disable indexes/constraints on the tables before merging data into the tables, and enable indexes/contraints on the tables after merging data into the tablesszTbs
- tablespace nameszOptions
- the extra optionsIllegalArgumentException
OraclePropertyGraphException
public void mergeData(OraclePropertyGraph opg, Object obVertexSource, Object obEdgeSource, int iDop, int iSplitterFlag, String szPrefix, int iBatchSize, boolean bRebuildIndex, String szTbs, String szOptions) throws IllegalArgumentException, OraclePropertyGraphException
opg
- an instance of OraclePropertyGraphobVertexSource
- the input data source of vertexobEdgeSource
- the input data source of edgeiDop
- degree of parallelism. It has to be a positive integer.iSplitterFlag
- the flag to set splitting: REGULARFILE, NAMEDPIPE, PIPEDSTREAM. Default value is PIPEDSTREAMszPrefix
- the prefix used to generate splitted files for regular file or named pipe based splittingiBatchSize
- the batch size of Oracle update in batching mode for JDBC-based merging. Default value is 1000bRebuildIndex
- setting the flag to true would disable indexes/constraints on the tables before merging data into the tables, and enable indexes/contraints on the tables after merging data into the tablesszTbs
- tablespace nameszOptions
- the extra optionsIllegalArgumentException
OraclePropertyGraphException
public void mergeData(OraclePropertyGraph opg, Object obVertexSource, Object obEdgeSource, long lVertexSrcOffsetlines, long lEdgeSrcOffsetlines, long lVertexSrcMaxlines, long lEdgeSrcMaxlines, long lVertexIDOffset, long lEdgeIDOffset, int iDop, int iPartitions, int iOffset, int iSplitterFlag, String szPrefix, int iBatchSize, boolean bRebuildIndex, String szTbs, String szOptions) throws IllegalArgumentException, OraclePropertyGraphException
opg
- an instance of OraclePropertyGraphobVertexSource
- the input data source of vertexobEdgeSource
- the input data source of edgelVertexSrcOffsetlines
- the line offset of vertices. Loading vertices after the offset. Default is 0.lEdgeSrcOffsetlines
- the line offset of edges. Loading edges after the offset. Default is 0.lVertexSrcMaxlines
- the max lines of vertices to be loaded. Default is -1 (i.e., load all vertices)lEdgeSrcMaxlines
- the max lines of edges to be loaded. Default is -1 (i.e., load all edges)lVertexIDOffset
- the offset of vertex ID. That is, the vertex ID would be vertexID+lVertexIDOffset. Default is 0lEdgeIDOffset
- the offset of edge ID. That is, the edge ID would be edgeID+lEdgeIDOffset. Default is 0iDop
- degree of parallelism. It has to be a positive integer.iPartitions
- number of partitions (i.e., data loading clients)iOffset
- offset of partitions. It is from 0 to iPartitions-1iSplitterFlag
- the flag to set splitting: REGULARFILE, NAMEDPIPE, PIPEDSTREAM. Default value is PIPEDSTREAMszPrefix
- the prefix used to generate splitted files for regular file or named pipe based splittingiBatchSize
- the batch size of Oracle update in batching mode for JDBC-based merging. Default value is 1000bRebuildIndex
- setting the flag to true would disable indexes/constraints on the tables before merging data into the tables, and enable indexes/contraints on the tables after merging data into the tablesszTbs
- tablespace nameszOptions
- the extra optionsIllegalArgumentException
OraclePropertyGraphException
public void mergeDataWithExtTab(OraclePropertyGraph opg, Object[] oaVertexSources, Object[] oaEdgeSources, int iDop, boolean bNamedPipe, String szDir, boolean bRebuildIndex, String szOptions) throws IllegalArgumentException, OraclePropertyGraphException
opg
- an instance of OraclePropertyGraphoaVertexSources
- the input data source of vertices (can be either an array of file names or input streams)oaEdgeSources
- the input data source of edges (can be either an array of file names or input streams)iDop
- degree of parallelism. It has to be a positive integer.bNamedPipe
- setting the flag to true would use named pipe based splitting. otherwise regular filebased splitting would be usedszDir
- the database directory for external table based mergingbRebuildIndex
- setting the flag to true would disable indexes/constraints on the tables before merging data into the tables, and enable indexes/contraints on the tables after merging data into the tablesszOptions
- the extra optionsIllegalArgumentException
OraclePropertyGraphException
public void mergeDataWithExtTab(OraclePropertyGraph opg, Object[] oaVertexSources, Object[] oaEdgeSources, int iDop, boolean bNamedPipe, String szPrefix, String szDir, boolean bRebuildIndex, String szOptions) throws IllegalArgumentException, OraclePropertyGraphException
opg
- an instance of OraclePropertyGraphoaVertexSources
- the input data source of vertices (can be either an array of file names or input streams)oaEdgeSources
- the input data source of edges (can be either an array of file names or input streams)iDop
- degree of parallelism. It has to be a positive integer.bNamedPipe
- setting the flag to true would use named pipe based splitting. otherwise regular filebased splitting would be usedszPrefix
- the prefix used to generate splitted files for regular file or named pipe based splittingszDir
- the database directory for external table based mergingbRebuildIndex
- setting the flag to true would disable indexes/constraints on the tables before merging data into the tables, and enable indexes/contraints on the tables after merging data into the tablesszOptions
- the extra optionsIllegalArgumentException
OraclePropertyGraphException
public void mergeDataWithExtTab(OraclePropertyGraph opg, Object[] oaVertexSources, Object[] oaEdgeSources, int iDop, boolean bNamedPipe, String szPrefix, String szDir, boolean bRebuildIndex, String szTbs, String szOptions) throws IllegalArgumentException, OraclePropertyGraphException
opg
- an instance of OraclePropertyGraphoaVertexSources
- the input data source of vertices (can be either an array of file names or input streams)oaEdgeSources
- the input data source of edges (can be either an array of file names or input streams)iDop
- degree of parallelism. It has to be a positive integer.bNamedPipe
- setting the flag to true would use named pipe based splitting. otherwise regular filebased splitting would be usedszPrefix
- the prefix used to generate splitted files for regular file or named pipe based splittingszDir
- the database directory for external table based mergingbRebuildIndex
- setting the flag to true would disable indexes/constraints on the tables before merging data into the tables, and enable indexes/contraints on the tables after merging data into the tablesszTbs
- tablespace nameszOptions
- the extra optionsIllegalArgumentException
OraclePropertyGraphException
public void mergeDataWithExtTab(OraclePropertyGraph opg, Object[] oaVertexSources, Object[] oaEdgeSources, int iDop, int iPartitions, int iOffset, int iSplitterFlag, String szPrefix, String szDir, boolean bRebuildIndex, String szTbs, String szOptions) throws IllegalArgumentException, OraclePropertyGraphException
opg
- an instance of OraclePropertyGraphoaVertexSources
- the input data source of vertices (can be either an array of file names or input streams)oaEdgeSources
- the input data source of edges (can be either an array of file names or input streams)iDop
- degree of parallelism. It has to be a positive integer.iPartitions
- number of partitions (i.e., data loading clients)iOffset
- offset of partitions. It is from 0 to iPartitions-1iSplitterFlag
- the flag to set splitting: REGULARFILE, NAMEDPIPE, PIPEDSTREAM. Default value is REGULARFILEszPrefix
- the prefix used to generate splitted files for regular file or named pipe based splittingszDir
- the database directory for external table based mergingbRebuildIndex
- setting the flag to true would disable indexes/constraints on the tables before merging data into the tables, and enable indexes/contraints on the tables after merging data into the tablesszTbs
- tablespace nameszOptions
- the extra optionsIllegalArgumentException
OraclePropertyGraphException
public void mergeDataWithExtTab(OraclePropertyGraph opg, Object[] oaVertexSources, Object[] oaEdgeSources, int iDop, int iSplitterFlag, String szPrefix, String szDir, boolean bRebuildIndex, String szTbs, String szOptions) throws IllegalArgumentException, OraclePropertyGraphException
opg
- an instance of OraclePropertyGraphoaVertexSources
- the input data source of vertices (can be either an array of file names or input streams)oaEdgeSources
- the input data source of edges (can be either an array of file names or input streams)iDop
- degree of parallelism. It has to be a positive integer.iSplitterFlag
- the flag to set splitting: REGULARFILE, NAMEDPIPE, PIPEDSTREAM. Default value is REGULARFILEszPrefix
- the prefix used to generate splitted files for regular file or named pipe based splittingszDir
- the database directory for external table based mergingbRebuildIndex
- setting the flag to true would disable indexes/constraints on the tables before merging data into the tables, and enable indexes/contraints on the tables after merging data into the tablesszTbs
- tablespace nameszOptions
- the extra optionsIllegalArgumentException
OraclePropertyGraphException
public void mergeDataWithExtTab(OraclePropertyGraph opg, Object[] oaVertexSources, Object[] oaEdgeSources, long lVertexSrcOffsetlines, long lEdgeSrcOffsetlines, long lVertexSrcMaxlines, long lEdgeSrcMaxlines, long lVertexIDOffset, long lEdgeIDOffset, int iDop, int iPartitions, int iOffset, int iSplitterFlag, String szPrefix, String szDir, boolean bRebuildIndex, String szTbs, String szOptions) throws IllegalArgumentException, OraclePropertyGraphException
opg
- an instance of OraclePropertyGraphoaVertexSources
- the input data source of vertices (can be either an array of file names or input streams)oaEdgeSources
- the input data source of edges (can be either an array of file names or input streams)lVertexSrcOffsetlines
- the line offset of vertices. Loading vertices after the offset. Default is 0.lEdgeSrcOffsetlines
- the line offset of edges. Loading edges after the offset. Default is 0.lVertexSrcMaxlines
- the max lines of vertices to be loaded. Default is -1 (i.e., load all vertices)lEdgeSrcMaxlines
- the max lines of edges to be loaded. Default is -1 (i.e., load all edges)lVertexIDOffset
- the offset of vertex ID. That is, the vertex ID would be vertexID+lVertexIDOffset. Default is 0lEdgeIDOffset
- the offset of edge ID. That is, the edge ID would be edgeID+lEdgeIDOffset. Default is 0iDop
- degree of parallelism. It has to be a positive integer.iPartitions
- number of partitions (i.e., data loading clients)iOffset
- offset of partitions. It is from 0 to iPartitions-1iSplitterFlag
- the flag to set splitting: REGULARFILE, NAMEDPIPE, PIPEDSTREAM. Default value is REGULARFILEszPrefix
- the prefix used to generate splitted files for regular file or named pipe based splittingszDir
- the database directory for external table based mergingbRebuildIndex
- setting the flag to true would disable indexes/constraints on the tables before merging data into the tables, and enable indexes/contraints on the tables after merging data into the tablesszTbs
- tablespace nameszOptions
- the extra optionsIllegalArgumentException
OraclePropertyGraphException
public void mergeDataWithExtTab(OraclePropertyGraph opg, Object obVertexSource, Object obEdgeSource, int iDop, boolean bNamedPipe, String szDir, boolean bRebuildIndex, String szOptions) throws IllegalArgumentException, OraclePropertyGraphException
opg
- an instance of OraclePropertyGraphobVertexSource
- the input data source of vertexobEdgeSource
- the input data source of edgeiDop
- degree of parallelism. It has to be a positive integer.bNamedPipe
- setting the flag to true would use named pipe based splitting. otherwise regular filebased splitting would be usedszDir
- the database directory for external table based mergingbRebuildIndex
- setting the flag to true would disable indexes/constraints on the tables before merging data into the tables, and enable indexes/contraints on the tables after merging data into the tablesszOptions
- the extra optionsIllegalArgumentException
OraclePropertyGraphException
public void mergeDataWithExtTab(OraclePropertyGraph opg, Object obVertexSource, Object obEdgeSource, int iDop, boolean bNamedPipe, String szPrefix, String szDir, boolean bRebuildIndex, String szOptions) throws IllegalArgumentException, OraclePropertyGraphException
opg
- an instance of OraclePropertyGraphobVertexSource
- the input data source of vertexobEdgeSource
- the input data source of edgeiDop
- degree of parallelism. It has to be a positive integer.bNamedPipe
- setting the flag to true would use named pipe based splitting. otherwise regular filebased splitting would be usedszPrefix
- the prefix used to generate splitted files for regular file or named pipe based splittingszDir
- the database directory for external table based mergingbRebuildIndex
- setting the flag to true would disable indexes/constraints on the tables before merging data into the tables, and enable indexes/contraints on the tables after merging data into the tablesszOptions
- the extra optionsIllegalArgumentException
OraclePropertyGraphException
public void mergeDataWithExtTab(OraclePropertyGraph opg, Object obVertexSource, Object obEdgeSource, int iDop, boolean bNamedPipe, String szPrefix, String szDir, boolean bRebuildIndex, String szTbs, String szOptions) throws IllegalArgumentException, OraclePropertyGraphException
opg
- an instance of OraclePropertyGraphobVertexSource
- the input data source of vertexobEdgeSource
- the input data source of edgeiDop
- degree of parallelism. It has to be a positive integer.bNamedPipe
- setting the flag to true would use named pipe based splitting. otherwise regular filebased splitting would be usedszPrefix
- the prefix used to generate splitted files for regular file or named pipe based splittingszDir
- the database directory for external table based mergingbRebuildIndex
- setting the flag to true would disable indexes/constraints on the tables before merging data into the tables, and enable indexes/contraints on the tables after merging data into the tablesszTbs
- tablespace nameszOptions
- the extra optionsIllegalArgumentException
OraclePropertyGraphException
public void mergeDataWithExtTab(OraclePropertyGraph opg, Object obVertexSource, Object obEdgeSource, int iDop, int iPartitions, int iOffset, int iSplitterFlag, String szPrefix, String szDir, boolean bRebuildIndex, String szTbs, String szOptions) throws IllegalArgumentException, OraclePropertyGraphException
opg
- an instance of OraclePropertyGraphobVertexSource
- the input data source of vertexobEdgeSource
- the input data source of edgeiDop
- degree of parallelism. It has to be a positive integer.iPartitions
- number of partitions (i.e., data loading clients)iOffset
- offset of partitions. It is from 0 to iPartitions-1iSplitterFlag
- the flag to set splitting: REGULARFILE, NAMEDPIPE, PIPEDSTREAM. Default value is REGULARFILEszPrefix
- the prefix used to generate splitted files for regular file or named pipe based splittingszDir
- the database directory for external table based mergingbRebuildIndex
- setting the flag to true would disable indexes/constraints on the tables before merging data into the tables, and enable indexes/contraints on the tables after merging data into the tablesszTbs
- tablespace nameszOptions
- the extra optionsIllegalArgumentException
OraclePropertyGraphException
public void mergeDataWithExtTab(OraclePropertyGraph opg, Object obVertexSource, Object obEdgeSource, int iDop, int iSplitterFlag, String szPrefix, String szDir, boolean bRebuildIndex, String szTbs, String szOptions) throws IllegalArgumentException, OraclePropertyGraphException
opg
- an instance of OraclePropertyGraphobVertexSource
- the input data source of vertexobEdgeSource
- the input data source of edgeiDop
- degree of parallelism. It has to be a positive integer.iSplitterFlag
- the flag to set splitting: REGULARFILE, NAMEDPIPE, PIPEDSTREAM. Default value is REGULARFILEszPrefix
- the prefix used to generate splitted files for regular file or named pipe based splittingszDir
- the database directory for external table based mergingbRebuildIndex
- setting the flag to true would disable indexes/constraints on the tables before merging data into the tables, and enable indexes/contraints on the tables after merging data into the tablesszTbs
- tablespace nameszOptions
- the extra optionsIllegalArgumentException
OraclePropertyGraphException
public void mergeDataWithExtTab(OraclePropertyGraph opg, Object obVertexSource, Object obEdgeSource, long lVertexSrcOffsetlines, long lEdgeSrcOffsetlines, long lVertexSrcMaxlines, long lEdgeSrcMaxlines, long lVertexIDOffset, long lEdgeIDOffset, int iDop, int iPartitions, int iOffset, int iSplitterFlag, String szPrefix, String szDir, boolean bRebuildIndex, String szTbs, String szOptions) throws IllegalArgumentException, OraclePropertyGraphException
opg
- an instance of OraclePropertyGraphobVertexSource
- the input data source of vertexobEdgeSource
- the input data source of edgelVertexSrcOffsetlines
- the line offset of vertices. Loading vertices after the offset. Default is 0.lEdgeSrcOffsetlines
- the line offset of edges. Loading edges after the offset. Default is 0.lVertexSrcMaxlines
- the max lines of vertices to be loaded. Default is -1 (i.e., load all vertices)lEdgeSrcMaxlines
- the max lines of edges to be loaded. Default is -1 (i.e., load all edges)lVertexIDOffset
- the offset of vertex ID. That is, the vertex ID would be vertexID+lVertexIDOffset. Default is 0lEdgeIDOffset
- the offset of edge ID. That is, the edge ID would be edgeID+lEdgeIDOffset. Default is 0iDop
- degree of parallelism. It has to be a positive integer.iPartitions
- number of partitions (i.e., data loading clients)iOffset
- offset of partitions. It is from 0 to iPartitions-1iSplitterFlag
- the flag to set splitting: REGULARFILE, NAMEDPIPE, PIPEDSTREAM. Default value is REGULARFILEszPrefix
- the prefix used to generate splitted files for regular file or named pipe based splittingszDir
- the database directory for external table based mergingbRebuildIndex
- setting the flag to true would disable indexes/constraints on the tables before merging data into the tables, and enable indexes/contraints on the tables after merging data into the tablesszTbs
- tablespace nameszOptions
- the extra optionsIllegalArgumentException
OraclePropertyGraphException
public void mergeDataWithSqlLdr(OraclePropertyGraph opg, String szUser, String szPassword, String szDbId, Object[] oaVertexSources, Object[] oaEdgeSources, int iDop, boolean bNamedPipe, String szSqlLoaderPath, boolean bRebuildIndex, String szOptions) throws IllegalArgumentException, OraclePropertyGraphException
opg
- an instance of OraclePropertyGraphszUser
- user name to access the databaseszPassword
- password to access the databaseszDbId
- service name of the databaseoaVertexSources
- the input data source of vertices (can be either an array of file names or input streams)oaEdgeSources
- the input data source of edges (can be either an array of file names or input streams)iDop
- degree of parallelism. It has to be a positive integer.bNamedPipe
- setting the flag to true would use named pipe based splitting. otherwise regular filebased splitting would be usedszSqlLoaderPath
- the path to SQL*Loader bin/sqlldrbRebuildIndex
- setting the flag to true would disable indexes/constraints on the tables before merging data into the tables, and enable indexes/contraints on the tables after merging data into the tablesszOptions
- the extra optionsIllegalArgumentException
OraclePropertyGraphException
public void mergeDataWithSqlLdr(OraclePropertyGraph opg, String szUser, String szPassword, String szDbId, Object[] oaVertexSources, Object[] oaEdgeSources, int iDop, boolean bNamedPipe, String szPrefix, String szSqlLoaderPath, boolean bRebuildIndex, String szOptions) throws IllegalArgumentException, OraclePropertyGraphException
opg
- an instance of OraclePropertyGraphszUser
- user name to access the databaseszPassword
- password to access the databaseszDbId
- service name of the databaseoaVertexSources
- the input data source of vertices (can be either an array of file names or input streams)oaEdgeSources
- the input data source of edges (can be either an array of file names or input streams)iDop
- degree of parallelism. It has to be a positive integer.bNamedPipe
- setting the flag to true would use named pipe based splitting. otherwise regular filebased splitting would be usedszPrefix
- the prefix used to generate splitted files for regular file or named pipe based splittingszSqlLoaderPath
- the path to SQL*Loader bin/sqlldrbRebuildIndex
- setting the flag to true would disable indexes/constraints on the tables before merging data into the tables, and enable indexes/contraints on the tables after merging data into the tablesszOptions
- the extra optionsIllegalArgumentException
OraclePropertyGraphException
public void mergeDataWithSqlLdr(OraclePropertyGraph opg, String szUser, String szPassword, String szDbId, Object[] oaVertexSources, Object[] oaEdgeSources, int iDop, boolean bNamedPipe, String szPrefix, String szSqlLoaderPath, boolean bRebuildIndex, String szTbs, String szOptions) throws IllegalArgumentException, OraclePropertyGraphException
opg
- an instance of OraclePropertyGraphszUser
- user name to access the databaseszPassword
- password to access the databaseszDbId
- service name of the databaseoaVertexSources
- the input data source of vertices (can be either an array of file names or input streams)oaEdgeSources
- the input data source of edges (can be either an array of file names or input streams)iDop
- degree of parallelism. It has to be a positive integer.bNamedPipe
- setting the flag to true would use named pipe based splitting. otherwise regular filebased splitting would be usedszPrefix
- the prefix used to generate splitted files for regular file or named pipe based splittingszSqlLoaderPath
- the path to SQL*Loader bin/sqlldrbRebuildIndex
- setting the flag to true would disable indexes/constraints on the tables before merging data into the tables, and enable indexes/contraints on the tables after merging data into the tablesszTbs
- tablespace nameszOptions
- the extra optionsIllegalArgumentException
OraclePropertyGraphException
public void mergeDataWithSqlLdr(OraclePropertyGraph opg, String szUser, String szPassword, String szDbId, Object[] oaVertexSources, Object[] oaEdgeSources, int iDop, int iPartitions, int iOffset, int iSplitterFlag, String szPrefix, String szSqlLoaderPath, boolean bRebuildIndex, String szTbs, String szOptions) throws IllegalArgumentException, OraclePropertyGraphException
opg
- an instance of OraclePropertyGraphszUser
- user name to access the databaseszPassword
- password to access the databaseszDbId
- service name of the databaseoaVertexSources
- the input data source of vertices (can be either an array of file names or input streams)oaEdgeSources
- the input data source of edges (can be either an array of file names or input streams)iDop
- degree of parallelism. It has to be a positive integer.iPartitions
- number of partitions (i.e., data loading clients)iOffset
- offset of partitions. It is from 0 to iPartitions-1iSplitterFlag
- the flag to set splitting: REGULARFILE, NAMEDPIPE, PIPEDSTREAM. Default value is REGULARFILEszPrefix
- the prefix used to generate splitted files for regular file or named pipe based splittingszSqlLoaderPath
- the path to SQL*Loader bin/sqlldrbRebuildIndex
- setting the flag to true would disable indexes/constraints on the tables before merging data into the tables, and enable indexes/contraints on the tables after merging data into the tablesszTbs
- tablespace nameszOptions
- the extra optionsIllegalArgumentException
OraclePropertyGraphException
public void mergeDataWithSqlLdr(OraclePropertyGraph opg, String szUser, String szPassword, String szDbId, Object[] oaVertexSources, Object[] oaEdgeSources, int iDop, int iSplitterFlag, String szPrefix, String szSqlLoaderPath, boolean bRebuildIndex, String szTbs, String szOptions) throws IllegalArgumentException, OraclePropertyGraphException
opg
- an instance of OraclePropertyGraphszUser
- user name to access the databaseszPassword
- password to access the databaseszDbId
- service name of the databaseoaVertexSources
- the input data source of vertices (can be either an array of file names or input streams)oaEdgeSources
- the input data source of edges (can be either an array of file names or input streams)iDop
- degree of parallelism. It has to be a positive integer.iSplitterFlag
- the flag to set splitting: REGULARFILE, NAMEDPIPE, PIPEDSTREAM. Default value is REGULARFILEszPrefix
- the prefix used to generate splitted files for regular file or named pipe based splittingszSqlLoaderPath
- the path to SQL*Loader bin/sqlldrbRebuildIndex
- setting the flag to true would disable indexes/constraints on the tables before merging data into the tables, and enable indexes/contraints on the tables after merging data into the tablesszTbs
- tablespace nameszOptions
- the extra optionsIllegalArgumentException
OraclePropertyGraphException
public void mergeDataWithSqlLdr(OraclePropertyGraph opg, String szUser, String szPassword, String szDbId, Object[] oaVertexSources, Object[] oaEdgeSources, long lVertexSrcOffsetlines, long lEdgeSrcOffsetlines, long lVertexSrcMaxlines, long lEdgeSrcMaxlines, long lVertexIDOffset, long lEdgeIDOffset, int iDop, int iPartitions, int iOffset, int iSplitterFlag, String szPrefix, String szSqlLoaderPath, boolean bRebuildIndex, String szTbs, String szOptions) throws IllegalArgumentException, OraclePropertyGraphException
opg
- an instance of OraclePropertyGraphszUser
- user name to access the databaseszPassword
- password to access the databaseszDbId
- service name of the databaseoaVertexSources
- the input data source of vertices (can be either an array of file names or input streams)oaEdgeSources
- the input data source of edges (can be either an array of file names or input streams)lVertexSrcOffsetlines
- the line offset of vertices. Loading vertices after the offset. Default is 0.lEdgeSrcOffsetlines
- the line offset of edges. Loading edges after the offset. Default is 0.lVertexSrcMaxlines
- the max lines of vertices to be loaded. Default is -1 (i.e., load all vertices)lEdgeSrcMaxlines
- the max lines of edges to be loaded. Default is -1 (i.e., load all edges)lVertexIDOffset
- the offset of vertex ID. That is, the vertex ID would be vertexID+lVertexIDOffset. Default is 0lEdgeIDOffset
- the offset of edge ID. That is, the edge ID would be edgeID+lEdgeIDOffset. Default is 0iDop
- degree of parallelism. It has to be a positive integer.iPartitions
- number of partitions (i.e., data loading clients)iOffset
- offset of partitions. It is from 0 to iPartitions-1iSplitterFlag
- the flag to set splitting: REGULARFILE, NAMEDPIPE, PIPEDSTREAM. Default value is REGULARFILEszPrefix
- the prefix used to generate splitted files for regular file or named pipe based splittingszSqlLoaderPath
- the path to SQL*Loader bin/sqlldrbRebuildIndex
- setting the flag to true would disable indexes/constraints on the tables before merging data into the tables, and enable indexes/contraints on the tables after merging data into the tablesszTbs
- tablespace nameszOptions
- the extra optionsIllegalArgumentException
OraclePropertyGraphException
public void mergeDataWithSqlLdr(OraclePropertyGraph opg, String szUser, String szPassword, String szDbId, Object obVertexSource, Object obEdgeSource, int iDop, boolean bNamedPipe, String szSqlLoaderPath, boolean bRebuildIndex, String szOptions) throws IllegalArgumentException, OraclePropertyGraphException
opg
- an instance of OraclePropertyGraphszUser
- user name to access the databaseszPassword
- password to access the databaseszDbId
- service name of the databaseobVertexSource
- the input data source of vertexobEdgeSource
- the input data source of edgeiDop
- degree of parallelism. It has to be a positive integer.bNamedPipe
- setting the flag to true would use named pipe based splitting. otherwise regular filebased splitting would be usedszSqlLoaderPath
- the path to SQL*Loader bin/sqlldrbRebuildIndex
- setting the flag to true would disable indexes/constraints on the tables before merging data into the tables, and enable indexes/contraints on the tables after merging data into the tablesszOptions
- the extra optionsIllegalArgumentException
OraclePropertyGraphException
public void mergeDataWithSqlLdr(OraclePropertyGraph opg, String szUser, String szPassword, String szDbId, Object obVertexSource, Object obEdgeSource, int iDop, boolean bNamedPipe, String szPrefix, String szSqlLoaderPath, boolean bRebuildIndex, String szOptions) throws IllegalArgumentException, OraclePropertyGraphException
opg
- an instance of OraclePropertyGraphszUser
- user name to access the databaseszPassword
- password to access the databaseszDbId
- service name of the databaseobVertexSource
- the input data source of vertexobEdgeSource
- the input data source of edgeiDop
- degree of parallelism. It has to be a positive integer.bNamedPipe
- setting the flag to true would use named pipe based splitting. otherwise regular filebased splitting would be usedszPrefix
- the prefix used to generate splitted files for regular file or named pipe based splittingszSqlLoaderPath
- the path to SQL*Loader bin/sqlldrbRebuildIndex
- setting the flag to true would disable indexes/constraints on the tables before merging data into the tables, and enable indexes/contraints on the tables after merging data into the tablesszOptions
- the extra optionsIllegalArgumentException
OraclePropertyGraphException
public void mergeDataWithSqlLdr(OraclePropertyGraph opg, String szUser, String szPassword, String szDbId, Object obVertexSource, Object obEdgeSource, int iDop, boolean bNamedPipe, String szPrefix, String szSqlLoaderPath, boolean bRebuildIndex, String szTbs, String szOptions) throws IllegalArgumentException, OraclePropertyGraphException
opg
- an instance of OraclePropertyGraphszUser
- user name to access the databaseszPassword
- password to access the databaseszDbId
- service name of the databaseobVertexSource
- the input data source of vertexobEdgeSource
- the input data source of edgeiDop
- degree of parallelism. It has to be a positive integer.bNamedPipe
- setting the flag to true would use named pipe based splitting. otherwise regular filebased splitting would be usedszPrefix
- the prefix used to generate splitted files for regular file or named pipe based splittingszSqlLoaderPath
- the path to SQL*Loader bin/sqlldrbRebuildIndex
- setting the flag to true would disable indexes/constraints on the tables before merging data into the tables, and enable indexes/contraints on the tables after merging data into the tablesszTbs
- tablespace nameszOptions
- the extra optionsIllegalArgumentException
OraclePropertyGraphException
public void mergeDataWithSqlLdr(OraclePropertyGraph opg, String szUser, String szPassword, String szDbId, Object obVertexSource, Object obEdgeSource, int iDop, int iPartitions, int iOffset, int iSplitterFlag, String szPrefix, String szSqlLoaderPath, boolean bRebuildIndex, String szTbs, String szOptions) throws IllegalArgumentException, OraclePropertyGraphException
opg
- an instance of OraclePropertyGraphszUser
- user name to access the databaseszPassword
- password to access the databaseszDbId
- service name of the databaseobVertexSource
- the input data source of vertexobEdgeSource
- the input data source of edgeiDop
- degree of parallelism. It has to be a positive integer.iPartitions
- number of partitions (i.e., data loading clients)iOffset
- offset of partitions. It is from 0 to iPartitions-1iSplitterFlag
- the flag to set splitting: REGULARFILE, NAMEDPIPE, PIPEDSTREAM. Default value is REGULARFILEszPrefix
- the prefix used to generate splitted files for regular file or named pipe based splittingszSqlLoaderPath
- the path to SQL*Loader bin/sqlldrbRebuildIndex
- setting the flag to true would disable indexes/constraints on the tables before merging data into the tables, and enable indexes/contraints on the tables after merging data into the tablesszTbs
- tablespace nameszOptions
- the extra optionsIllegalArgumentException
OraclePropertyGraphException
public void mergeDataWithSqlLdr(OraclePropertyGraph opg, String szUser, String szPassword, String szDbId, Object obVertexSource, Object obEdgeSource, int iDop, int iSplitterFlag, String szPrefix, String szSqlLoaderPath, boolean bRebuildIndex, String szTbs, String szOptions) throws IllegalArgumentException, OraclePropertyGraphException
opg
- an instance of OraclePropertyGraphszUser
- user name to access the databaseszPassword
- password to access the databaseszDbId
- service name of the databaseobVertexSource
- the input data source of vertexobEdgeSource
- the input data source of edgeiDop
- degree of parallelism. It has to be a positive integer.iSplitterFlag
- the flag to set splitting: REGULARFILE, NAMEDPIPE, PIPEDSTREAM. Default value is REGULARFILEszPrefix
- the prefix used to generate splitted files for regular file or named pipe based splittingszSqlLoaderPath
- the path to SQL*Loader bin/sqlldrbRebuildIndex
- setting the flag to true would disable indexes/constraints on the tables before merging data into the tables, and enable indexes/contraints on the tables after merging data into the tablesszTbs
- tablespace nameszOptions
- the extra optionsIllegalArgumentException
OraclePropertyGraphException
public void mergeDataWithSqlLdr(OraclePropertyGraph opg, String szUser, String szPassword, String szDbId, Object obVertexSource, Object obEdgeSource, long lVertexSrcOffsetlines, long lEdgeSrcOffsetlines, long lVertexSrcMaxlines, long lEdgeSrcMaxlines, long lVertexIDOffset, long lEdgeIDOffset, int iDop, int iPartitions, int iOffset, int iSplitterFlag, String szPrefix, String szSqlLoaderPath, boolean bRebuildIndex, String szTbs, String szOptions) throws IllegalArgumentException, OraclePropertyGraphException
opg
- an instance of OraclePropertyGraphszUser
- user name to access the databaseszPassword
- password to access the databaseszDbId
- service name of the databaseobVertexSource
- the input data source of vertexobEdgeSource
- the input data source of edgelVertexSrcOffsetlines
- the line offset of vertices. Loading vertices after the offset. Default is 0.lEdgeSrcOffsetlines
- the line offset of edges. Loading edges after the offset. Default is 0.lVertexSrcMaxlines
- the max lines of vertices to be loaded. Default is -1 (i.e., load all vertices)lEdgeSrcMaxlines
- the max lines of edges to be loaded. Default is -1 (i.e., load all edges)lVertexIDOffset
- the offset of vertex ID. That is, the vertex ID would be vertexID+lVertexIDOffset. Default is 0lEdgeIDOffset
- the offset of edge ID. That is, the edge ID would be edgeID+lEdgeIDOffset. Default is 0iDop
- degree of parallelism. It has to be a positive integer.iPartitions
- number of partitions (i.e., data loading clients)iOffset
- offset of partitions. It is from 0 to iPartitions-1iSplitterFlag
- the flag to set splitting: REGULARFILE, NAMEDPIPE, PIPEDSTREAM. Default value is REGULARFILEszPrefix
- the prefix used to generate splitted files for regular file or named pipe based splittingszSqlLoaderPath
- the path to SQL*Loader bin/sqlldrbRebuildIndex
- setting the flag to true would disable indexes/constraints on the tables before merging data into the tables, and enable indexes/contraints on the tables after merging data into the tablesszTbs
- tablespace nameszOptions
- the extra optionsIllegalArgumentException
OraclePropertyGraphException
public void setBatchSizeToDebug(long size)
size
- the batch size that has a default value of 10000Copyright © 2017 Oracle and/or its affiliates. All Rights Reserved.