| Package | Description |
|---|---|
| io.debezium.connector.postgresql | |
| io.debezium.connector.postgresql.connection |
| Modifier and Type | Method and Description |
|---|---|
static PostgresConnectorConfig.AutoCreateMode |
PostgresConnectorConfig.AutoCreateMode.parse(String value)
Determine if the supplied value is one of the predefined options.
|
static PostgresConnectorConfig.AutoCreateMode |
PostgresConnectorConfig.AutoCreateMode.parse(String value,
String defaultValue)
Determine if the supplied value is one of the predefined options.
|
protected PostgresConnectorConfig.AutoCreateMode |
PostgresConnectorConfig.publicationAutocreateMode() |
static PostgresConnectorConfig.AutoCreateMode |
PostgresConnectorConfig.AutoCreateMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PostgresConnectorConfig.AutoCreateMode[] |
PostgresConnectorConfig.AutoCreateMode.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.AutoCreateMode |
PostgresReplicationConnection.publicationAutocreateMode |
private PostgresConnectorConfig.AutoCreateMode |
PostgresReplicationConnection.ReplicationConnectionBuilder.publicationAutocreateMode |
| Modifier and Type | Method and Description |
|---|---|
ReplicationConnection.Builder |
ReplicationConnection.Builder.withPublicationAutocreateMode(PostgresConnectorConfig.AutoCreateMode publicationAutocreateMode)
Sets the publication autocreate mode for the PG logical publication
|
ReplicationConnection.Builder |
PostgresReplicationConnection.ReplicationConnectionBuilder.withPublicationAutocreateMode(PostgresConnectorConfig.AutoCreateMode publicationAutocreateMode) |
| Constructor and Description |
|---|
PostgresReplicationConnection(Configuration config,
String slotName,
String publicationName,
RelationalTableFilters tableFilter,
PostgresConnectorConfig.AutoCreateMode publicationAutocreateMode,
PostgresConnectorConfig.LogicalDecoder plugin,
PostgresConnectorConfig.TruncateHandlingMode truncateHandlingMode,
boolean dropSlotOnClose,
boolean exportSnapshot,
boolean doSnapshot,
Duration statusUpdateInterval,
TypeRegistry typeRegistry,
Properties streamParams,
PostgresSchema schema)
Creates a new replication connection with the given params.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.