Object

org.apache.seatunnel.spark.clickhouse

Config

Related Doc: package clickhouse

Permalink

object Config extends Serializable

Configurations for Clickhouse sink

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Config
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val BULK_SIZE: String

    Permalink

    Bulk size of clickhouse jdbc

  5. val CLICKHOUSE_LOCAL_PATH: String

    Permalink

    ClickhouseFile sink connector used clickhouse-local program's path

  6. val COPY_METHOD: String

    Permalink

    The method of copy Clickhouse file

  7. val DATABASE: String

    Permalink

    Clickhouse database name

  8. val FIELDS: String

    Permalink

    Clickhouse fields

  9. val HOST: String

    Permalink

    Clickhouse server host

  10. val NODE_ADDRESS: String

    Permalink

    The address of Clickhouse server node

  11. val NODE_FREE_PASSWORD: String

    Permalink

    Clickhouse server node is free-password.

  12. val NODE_PASS: String

    Permalink

    The password of Clickhouse server node

  13. val PASSWORD: String

    Permalink

    Clickhouse server password

  14. val RETRY: String

    Permalink

    Clickhouse jdbc retry time

  15. val RETRY_CODES: String

    Permalink

    The retry code when use clickhouse jdbc

  16. val SHARDING_KEY: String

    Permalink

    When split_mode is true, the sharding_key use for split

  17. val SPLIT_MODE: String

    Permalink

    Split mode when table is distributed engine

  18. val TABLE: String

    Permalink

    Clickhouse table name

  19. val TMP_BATCH_CACHE_LINE: String

    Permalink

    The size of each batch read temporary data into local file.

  20. val USERNAME: String

    Permalink

    Clickhouse server username

  21. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  22. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  25. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  26. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  27. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  28. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  29. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  30. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  31. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  33. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  34. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped