Class GraphImporter


  • public class GraphImporter
    extends java.lang.Object
    • Field Detail

      • DEFAULT_FRACTIONAL_SECONDS_PRECISION

        public static final short DEFAULT_FRACTIONAL_SECONDS_PRECISION
        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.GraphImportException
        oracle.pgql.lang.PgqlException
        java.sql.SQLException
      • getConnectionManager

        public oracle.pg.imports.db.ConnectionManager getConnectionManager()
      • getFilePath

        public java.lang.String getFilePath()
      • getGraphName

        public java.lang.String getGraphName()
      • 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()