| Package | Description |
|---|---|
| org.apache.flink.cdc.connectors.db2 |
| Modifier and Type | Method and Description |
|---|---|
static <T> Db2Source.Builder<T> |
Db2Source.builder() |
Db2Source.Builder<T> |
Db2Source.Builder.database(String database) |
Db2Source.Builder<T> |
Db2Source.Builder.debeziumProperties(Properties debeziumProperties) |
Db2Source.Builder<T> |
Db2Source.Builder.deserializer(org.apache.flink.cdc.debezium.DebeziumDeserializationSchema<T> deserializer) |
Db2Source.Builder<T> |
Db2Source.Builder.hostname(String hostname) |
Db2Source.Builder<T> |
Db2Source.Builder.password(String password) |
Db2Source.Builder<T> |
Db2Source.Builder.port(int port) |
Db2Source.Builder<T> |
Db2Source.Builder.startupOptions(org.apache.flink.cdc.connectors.base.options.StartupOptions startupOptions)
Specifies the startup options.
|
Db2Source.Builder<T> |
Db2Source.Builder.tableList(String... tableList) |
Db2Source.Builder<T> |
Db2Source.Builder.username(String username) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.