| Package | Description |
|---|---|
| io.debezium.connector.postgresql | |
| io.debezium.connector.postgresql.connection |
| Modifier and Type | Method and Description |
|---|---|
static PostgresConnectorConfig.LogicalDecoder |
PostgresConnectorConfig.LogicalDecoder.parse(String s) |
protected PostgresConnectorConfig.LogicalDecoder |
PostgresConnectorConfig.plugin() |
static PostgresConnectorConfig.LogicalDecoder |
PostgresConnectorConfig.LogicalDecoder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PostgresConnectorConfig.LogicalDecoder[] |
PostgresConnectorConfig.LogicalDecoder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
private PostgresConnectorConfig.LogicalDecoder |
PostgresReplicationConnection.plugin |
private PostgresConnectorConfig.LogicalDecoder |
PostgresReplicationConnection.ReplicationConnectionBuilder.plugin |
| Modifier and Type | Method and Description |
|---|---|
ReplicationConnection.Builder |
ReplicationConnection.Builder.withPlugin(PostgresConnectorConfig.LogicalDecoder plugin)
Sets the instance for the PG logical decoding plugin
|
PostgresReplicationConnection.ReplicationConnectionBuilder |
PostgresReplicationConnection.ReplicationConnectionBuilder.withPlugin(PostgresConnectorConfig.LogicalDecoder plugin) |
| Constructor and Description |
|---|
PostgresReplicationConnection(Configuration config,
String slotName,
String publicationName,
PostgresConnectorConfig.LogicalDecoder plugin,
boolean dropSlotOnClose,
boolean exportSnapshot,
Duration statusUpdateInterval,
TypeRegistry typeRegistry,
Properties streamParams,
PostgresSchema schema)
Creates a new replication connection with the given params.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.