Package | Description |
---|---|
org.apache.paimon.flink.action | |
org.apache.paimon.flink.action.cdc | |
org.apache.paimon.flink.sink.cdc |
Modifier and Type | Method and Description |
---|---|
static MultiTablesSinkMode |
MultiTablesSinkMode.fromString(String mode) |
static MultiTablesSinkMode |
MultiTablesSinkMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MultiTablesSinkMode[] |
MultiTablesSinkMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
protected MultiTablesSinkMode |
SyncDatabaseActionBase.mode |
Modifier and Type | Method and Description |
---|---|
static String |
CdcActionCommonUtils.tableList(MultiTablesSinkMode mode,
String databasePattern,
String includingTablePattern,
List<Identifier> monitoredTables,
List<Identifier> excludedTables) |
SyncDatabaseActionBase |
SyncDatabaseActionBase.withMode(MultiTablesSinkMode mode) |
Modifier and Type | Method and Description |
---|---|
FlinkCdcSyncDatabaseSinkBuilder<T> |
FlinkCdcSyncDatabaseSinkBuilder.withMode(MultiTablesSinkMode mode) |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.