Class GraphImporter.Builder

  • Enclosing class:
    GraphImporter

    public static class GraphImporter.Builder
    extends java.lang.Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • build

        public GraphImporter build()
                            throws oracle.pg.imports.exceptions.GraphImportException
        Throws:
        oracle.pg.imports.exceptions.GraphImportException
      • getDbJdbcUrl

        public java.lang.String getDbJdbcUrl()
      • getDbUsername

        public java.lang.String getDbUsername()
      • getDbPassword

        public java.lang.String getDbPassword()
      • getDataSource

        public javax.sql.DataSource getDataSource()
      • 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()
      • setFractionalSecondsPrecision

        public GraphImporter.Builder setFractionalSecondsPrecision​(short fractionalSecondsPrecision)
      • getParallelism

        public int getParallelism()
      • getDynamicSampling

        public int getDynamicSampling()
      • getMatchOptions

        public java.lang.String getMatchOptions()
      • getOptions

        public java.lang.String getOptions()