Package oracle.pg.imports
Class GraphImporter.Builder
- java.lang.Object
-
- oracle.pg.imports.GraphImporter.Builder
-
- Enclosing class:
- GraphImporter
public static class GraphImporter.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
build
public GraphImporter build() throws oracle.pg.imports.exceptions.GraphImportException
- Throws:
oracle.pg.imports.exceptions.GraphImportException
-
getDbJdbcUrl
public java.lang.String getDbJdbcUrl()
-
setDbJdbcUrl
public GraphImporter.Builder setDbJdbcUrl(java.lang.String dbJdbcUrl)
-
getDbUsername
public java.lang.String getDbUsername()
-
setDbUsername
public GraphImporter.Builder setDbUsername(java.lang.String dbUsername)
-
getDbPassword
public java.lang.String getDbPassword()
-
setDbPassword
public GraphImporter.Builder setDbPassword(java.lang.String dbPassword)
-
getDataSource
public javax.sql.DataSource getDataSource()
-
setDataSource
public GraphImporter.Builder setDataSource(javax.sql.DataSource dataSource)
-
getFilePath
public java.lang.String getFilePath()
-
setFilePath
public GraphImporter.Builder setFilePath(java.lang.String filePath)
-
getGraphName
public java.lang.String getGraphName()
-
setGraphName
public GraphImporter.Builder setGraphName(java.lang.String graphName)
-
getInputFormat
public GraphImportInputFormat getInputFormat()
-
setInputFormat
public GraphImporter.Builder setInputFormat(GraphImportInputFormat inFormat)
-
getOutputFormat
public GraphImportOutputFormat getOutputFormat()
-
setOutputFormat
public GraphImporter.Builder setOutputFormat(GraphImportOutputFormat outFormat)
-
getBatchSize
public int getBatchSize()
-
setBatchSize
public GraphImporter.Builder setBatchSize(int batchSize)
-
getThreads
public int getThreads()
-
setThreads
public GraphImporter.Builder setThreads(int threads)
-
getStringFieldsSize
public int getStringFieldsSize()
-
setStringFieldsSize
public GraphImporter.Builder setStringFieldsSize(int stringFieldsSize)
-
getFractionalSecondsPrecision
public short getFractionalSecondsPrecision()
-
setFractionalSecondsPrecision
public GraphImporter.Builder setFractionalSecondsPrecision(short fractionalSecondsPrecision)
-
getParallelism
public int getParallelism()
-
setParallelism
public GraphImporter.Builder setParallelism(int parallelism)
-
getDynamicSampling
public int getDynamicSampling()
-
setDynamicSampling
public GraphImporter.Builder setDynamicSampling(int dynamicSampling)
-
getMatchOptions
public java.lang.String getMatchOptions()
-
setMatchOptions
public GraphImporter.Builder setMatchOptions(java.lang.String matchOptions)
-
getOptions
public java.lang.String getOptions()
-
setOptions
public GraphImporter.Builder setOptions(java.lang.String options)
-
-