public class PostgresActionUtils extends Object
Constructor and Description |
---|
PostgresActionUtils() |
Modifier and Type | Method and Description |
---|---|
static org.apache.flink.cdc.connectors.base.source.jdbc.JdbcIncrementalSource<CdcSourceRecord> |
buildPostgresSource(org.apache.flink.configuration.Configuration postgresConfig,
String[] schemaList,
String[] tableList) |
static JdbcSchemasInfo |
getPostgresTableInfos(org.apache.flink.configuration.Configuration postgresConfig,
java.util.function.Predicate<String> monitorTablePredication,
List<Identifier> excludedTables,
TypeMapping typeMapping) |
static void |
registerJdbcDriver() |
public static JdbcSchemasInfo getPostgresTableInfos(org.apache.flink.configuration.Configuration postgresConfig, java.util.function.Predicate<String> monitorTablePredication, List<Identifier> excludedTables, TypeMapping typeMapping) throws Exception
Exception
public static org.apache.flink.cdc.connectors.base.source.jdbc.JdbcIncrementalSource<CdcSourceRecord> buildPostgresSource(org.apache.flink.configuration.Configuration postgresConfig, String[] schemaList, String[] tableList)
public static void registerJdbcDriver()
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.