| Package | Description |
|---|---|
| io.debezium.connector.postgresql | |
| io.debezium.connector.postgresql.connection |
| Modifier and Type | Field and Description |
|---|---|
private PostgresConnectorConfig.TruncateHandlingMode |
PostgresConnectorConfig.truncateHandlingMode |
| Modifier and Type | Method and Description |
|---|---|
static PostgresConnectorConfig.TruncateHandlingMode |
PostgresConnectorConfig.TruncateHandlingMode.parse(String value) |
protected PostgresConnectorConfig.TruncateHandlingMode |
PostgresConnectorConfig.truncateHandlingMode() |
static PostgresConnectorConfig.TruncateHandlingMode |
PostgresConnectorConfig.TruncateHandlingMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PostgresConnectorConfig.TruncateHandlingMode[] |
PostgresConnectorConfig.TruncateHandlingMode.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.TruncateHandlingMode |
PostgresReplicationConnection.ReplicationConnectionBuilder.truncateHandlingMode |
private PostgresConnectorConfig.TruncateHandlingMode |
MessageDecoderConfig.truncateHandlingMode |
| Modifier and Type | Method and Description |
|---|---|
PostgresConnectorConfig.TruncateHandlingMode |
MessageDecoderConfig.getTruncateHandlingMode() |
| Modifier and Type | Method and Description |
|---|---|
ReplicationConnection.Builder |
ReplicationConnection.Builder.withTruncateHandlingMode(PostgresConnectorConfig.TruncateHandlingMode truncateHandlingMode)
Sets the instance for the Truncate handling mode
|
ReplicationConnection.Builder |
PostgresReplicationConnection.ReplicationConnectionBuilder.withTruncateHandlingMode(PostgresConnectorConfig.TruncateHandlingMode truncateHandlingMode) |
| Constructor and Description |
|---|
MessageDecoderConfig(Configuration configuration,
PostgresSchema schema,
String publicationName,
boolean exportedSnapshot,
boolean doSnapshot,
PostgresConnectorConfig.TruncateHandlingMode truncateHandlingMode) |
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.