org
.
apache
.
seatunnel
.
spark
.
clickhouse
.
sink
Clickhouse
Related Docs:
class Clickhouse
|
package sink
object
Clickhouse
extends
Serializable
Linear Supertypes
Serializable
,
Serializable
,
AnyRef
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
Clickhouse
Serializable
Serializable
AnyRef
Any
Hide All
Show All
Visibility
Public
All
Type Members
case class
DistributedEngine
(
clusterName:
String
,
database:
String
,
table:
String
)
extends
Product
with
Serializable
case class
HostAndPort
(
host:
String
,
port:
String
)
extends
Product
with
Serializable
case class
Shard
(
shardNum:
Int
,
shardWeight:
Int
,
replicaNum:
Int
,
hostname:
String
,
hostAddress:
String
,
port:
String
,
database:
String
)
extends
Serializable
with
Product
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
def
acceptedClickHouseSchema
(
fields:
List
[
String
]
,
tableSchema:
Map
[
String
,
String
]
,
table:
String
)
:
CheckResult
val
arrayPattern
:
Regex
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
val
datetime64Pattern
:
Regex
val
decimalPattern
:
Regex
val
distributedEngine
:
String
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
val
floatPattern
:
Regex
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
getClickHouseDistributedTable
(
conn:
ClickHouseConnectionImpl
,
database:
String
,
table:
String
)
:
DistributedEngine
def
getClickHouseSchema
(
conn:
ClickHouseConnectionImpl
,
table:
String
)
:
LinkedHashMap
[
String
,
String
]
def
getClickhouseConnection
(
host:
String
,
database:
String
,
properties:
Properties
)
:
ClickHouseConnectionImpl
def
getClusterShardList
(
conn:
ClickHouseConnectionImpl
,
clusterName:
String
,
database:
String
,
hosts:
List
[
HostAndPort
]
)
:
ListBuffer
[
Shard
]
def
getDefaultValue
(
fieldType:
String
)
:
AnyRef
Annotations
@tailrec
()
def
getRowShard
(
splitMode:
Boolean
,
shards:
TreeMap
[
Int
,
Shard
]
,
shardKey:
String
,
shardKeyType:
String
,
shardWeightCount:
Int
,
random:
ThreadLocalRandom
,
hashInstance:
XXHash64
,
row:
Row
)
:
Shard
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
val
intPattern
:
Regex
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
val
lowCardinalityPattern
:
Regex
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
val
nullablePattern
:
Regex
def
parseHost
(
host:
String
)
:
List
[
HostAndPort
]
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AnyRef → Any
val
uintPattern
:
Regex
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Inherited from
Serializable
Inherited from
Serializable
Inherited from
AnyRef
Inherited from
Any
Ungrouped