Object/Class

org.apache.seatunnel.spark.clickhouse.sink

Clickhouse

Related Docs: class Clickhouse | package sink

Permalink

object Clickhouse extends Serializable

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

Type Members

  1. case class DistributedEngine(clusterName: String, database: String, table: String) extends Product with Serializable

    Permalink
  2. case class HostAndPort(host: String, port: String) extends Product with Serializable

    Permalink
  3. case class Shard(shardNum: Int, shardWeight: Int, replicaNum: Int, hostname: String, hostAddress: String, port: String, database: String) extends Serializable with Product

    Permalink

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. def acceptedClickHouseSchema(fields: List[String], tableSchema: Map[String, String], table: String): CheckResult

    Permalink
  5. val arrayPattern: Regex

    Permalink
  6. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. val datetime64Pattern: Regex

    Permalink
  9. val decimalPattern: Regex

    Permalink
  10. val distributedEngine: String

    Permalink
  11. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. val floatPattern: Regex

    Permalink
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def getClickHouseDistributedTable(conn: ClickHouseConnectionImpl, database: String, table: String): DistributedEngine

    Permalink
  17. def getClickHouseSchema(conn: ClickHouseConnectionImpl, table: String): LinkedHashMap[String, String]

    Permalink
  18. def getClickhouseConnection(host: String, database: String, properties: Properties): ClickHouseConnectionImpl

    Permalink
  19. def getClusterShardList(conn: ClickHouseConnectionImpl, clusterName: String, database: String, hosts: List[HostAndPort]): ListBuffer[Shard]

    Permalink
  20. def getDefaultValue(fieldType: String): AnyRef

    Permalink
    Annotations
    @tailrec()
  21. def getRowShard(splitMode: Boolean, shards: TreeMap[Int, Shard], shardKey: String, shardKeyType: String, shardWeightCount: Int, random: ThreadLocalRandom, hashInstance: XXHash64, row: Row): Shard

    Permalink
  22. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  23. val intPattern: Regex

    Permalink
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. val lowCardinalityPattern: Regex

    Permalink
  26. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  29. val nullablePattern: Regex

    Permalink
  30. def parseHost(host: String): List[HostAndPort]

    Permalink
  31. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  33. val uintPattern: Regex

    Permalink
  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