public class PostgresqlSource extends JDBCSource
Subclass of JDBCSource
.
Modifier and Type | Class and Description |
---|---|
static class |
PostgresqlSource.Builder |
Modifier and Type | Method and Description |
---|---|
static PostgresqlSource.Builder |
builder(java.lang.String hostname,
java.lang.String username,
java.lang.String password,
int port,
java.util.Map<java.lang.String,java.util.List<java.lang.String>> allowedTables,
java.lang.String database,
java.lang.String replicationSlot,
java.lang.String publication) |
com.google.protobuf.MessageOrBuilder |
config() |
java.lang.String |
database() |
org.apache.beam.it.gcp.datastream.JDBCSource.SourceType |
type() |
allowedTables, hostname, password, port, username
public static PostgresqlSource.Builder builder(java.lang.String hostname, java.lang.String username, java.lang.String password, int port, java.util.Map<java.lang.String,java.util.List<java.lang.String>> allowedTables, java.lang.String database, java.lang.String replicationSlot, java.lang.String publication)
public org.apache.beam.it.gcp.datastream.JDBCSource.SourceType type()
type
in class JDBCSource
public com.google.protobuf.MessageOrBuilder config()
config
in class JDBCSource
public java.lang.String database()