Package oracle.pg.imports
Class GraphImporter
- java.lang.Object
-
- oracle.pg.imports.GraphImporter
-
public class GraphImporter extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGraphImporter.Builder
-
Field Summary
Fields Modifier and Type Field Description static intDEFAULT_BATCH_SIZEstatic intDEFAULT_DYNAMIC_SAMPLINGstatic shortDEFAULT_FRACTIONAL_SECONDS_PRECISIONstatic GraphImportInputFormatDEFAULT_INPUT_FORMATstatic java.lang.StringDEFAULT_MATCH_OPTIONSstatic java.lang.StringDEFAULT_OPTIONSstatic GraphImportOutputFormatDEFAULT_OUTPUT_FORMATstatic intDEFAULT_PARALLELstatic intDEFAULT_STRING_SIZEstatic intDEFAULT_THREADS
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetBatchSize()oracle.pg.imports.db.ConnectionManagergetConnectionManager()intgetDynamicSampling()java.lang.StringgetFilePath()shortgetFractionalSecondsPrecision()java.lang.StringgetGraphName()GraphImportInputFormatgetInFormat()java.lang.StringgetMatchOptions()java.lang.StringgetOptions()GraphImportOutputFormatgetOutFormat()intgetParallelism()intgetStringFieldsSize()intgetThreads()java.lang.ObjectimportGraph()
-
-
-
Field Detail
-
DEFAULT_INPUT_FORMAT
public static final GraphImportInputFormat DEFAULT_INPUT_FORMAT
-
DEFAULT_OUTPUT_FORMAT
public static final GraphImportOutputFormat DEFAULT_OUTPUT_FORMAT
-
DEFAULT_THREADS
public static final int DEFAULT_THREADS
- See Also:
- Constant Field Values
-
DEFAULT_BATCH_SIZE
public static final int DEFAULT_BATCH_SIZE
- See Also:
- Constant Field Values
-
DEFAULT_STRING_SIZE
public static final int DEFAULT_STRING_SIZE
- See Also:
- Constant Field Values
-
DEFAULT_FRACTIONAL_SECONDS_PRECISION
public static final short DEFAULT_FRACTIONAL_SECONDS_PRECISION
- See Also:
- Constant Field Values
-
DEFAULT_PARALLEL
public static final int DEFAULT_PARALLEL
- See Also:
- Constant Field Values
-
DEFAULT_DYNAMIC_SAMPLING
public static final int DEFAULT_DYNAMIC_SAMPLING
- See Also:
- Constant Field Values
-
DEFAULT_MATCH_OPTIONS
public static final java.lang.String DEFAULT_MATCH_OPTIONS
-
DEFAULT_OPTIONS
public static final java.lang.String DEFAULT_OPTIONS
-
-
Method Detail
-
importGraph
public java.lang.Object importGraph() throws oracle.pg.imports.exceptions.GraphImportException, oracle.pgql.lang.PgqlException, java.sql.SQLException- Throws:
oracle.pg.imports.exceptions.GraphImportExceptionoracle.pgql.lang.PgqlExceptionjava.sql.SQLException
-
getConnectionManager
public oracle.pg.imports.db.ConnectionManager getConnectionManager()
-
getFilePath
public java.lang.String getFilePath()
-
getGraphName
public java.lang.String getGraphName()
-
getInFormat
public GraphImportInputFormat getInFormat()
-
getOutFormat
public GraphImportOutputFormat getOutFormat()
-
getBatchSize
public int getBatchSize()
-
getThreads
public int getThreads()
-
getStringFieldsSize
public int getStringFieldsSize()
-
getFractionalSecondsPrecision
public short getFractionalSecondsPrecision()
-
getParallelism
public int getParallelism()
-
getDynamicSampling
public int getDynamicSampling()
-
getMatchOptions
public java.lang.String getMatchOptions()
-
getOptions
public java.lang.String getOptions()
-
-