case class Builder[R](_dbDataSource: DataSource, _fileIdSequence: String, _fileBuilderFactory: VerticaFileBuilderFactory[R], _recordFormatter: (Long, StreamRecord) => Seq[R], _fileCommitStrategy: FileCommitStrategy, _verticaLoadMethod: VerticaLoadMethod) extends Product with Serializable
- Alphabetic
- By Inheritance
- Builder
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new Builder(_dbDataSource: DataSource, _fileIdSequence: String, _fileBuilderFactory: VerticaFileBuilderFactory[R], _recordFormatter: (Long, StreamRecord) => Seq[R], _fileCommitStrategy: FileCommitStrategy, _verticaLoadMethod: VerticaLoadMethod)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def build(): ExternalOffsetVerticaFileBatcher[R]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def dbDataSource(source: DataSource): Builder[R]
Sets a data source for Vertica JDBC connections.
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def fileBuilderFactory(factory: VerticaFileBuilderFactory[R]): Builder[R]
Sets the file builder factory, e.g.
Sets the file builder factory, e.g. Native.
- def fileCommitStrategy(strategy: FileCommitStrategy): Builder[R]
Sets the strategy for determining if a file is ready.
- def fileIdSequence(name: String): Builder[R]
Sets the name of the sequence used for generating file IDs.
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def recordFormatter(formatter: (Long, StreamRecord) => Seq[R]): Builder[R]
Sets the record formatter that converts from consumer records to records written to the file.
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def verticaLoadMethod(method: VerticaLoadMethod): Builder[R]
Sets the load method to use when issuing
COPY
statements. - final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()