case class Builder(_dbDataSource: DataSource, _table: String, _topicColumnName: String, _partitionColumnName: String, _offsetColumnName: String, _watermarkColumnName: String) 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, _table: String, _topicColumnName: String, _partitionColumnName: String, _offsetColumnName: String, _watermarkColumnName: String)
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(): ClickHouseFileStorage
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def dbDataSource(source: DataSource): Builder
Sets a data source for ClickHouse JDBC connections.
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- 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 rowOffsetColumnNames(topicColumnName: String = "_topic", partitionColumnName: String = "_partition", offsetColumnName: String = "_offset", watermarkColumnName: String = "_watermark"): Builder
Sets the names of the columns in the table that are used for storing the stream position this row was producer from.
Sets the names of the columns in the table that are used for storing the stream position this row was producer from. Used in the initialization query that determines committed stream positions.
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def table(name: String): Builder
Sets the table to load data to.
- 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()