| Package | Description |
|---|---|
| io.debezium.connector.postgresql | |
| io.debezium.connector.postgresql.connection |
| Modifier and Type | Field and Description |
|---|---|
private PostgresSchema |
PostgresTaskContext.schema |
private PostgresSchema |
PostgresStreamingChangeEventSource.schema |
private PostgresSchema |
PostgresSnapshotChangeEventSource.schema |
private PostgresSchema |
PostgresConnectorTask.schema |
private PostgresSchema |
PostgresChangeRecordEmitter.schema |
private PostgresSchema |
PostgresChangeEventSourceFactory.schema |
| Modifier and Type | Method and Description |
|---|---|
protected PostgresSchema |
PostgresSchema.refresh(PostgresConnection connection,
boolean printReplicaIdentityInfo)
Initializes the content for this schema by reading all the database information from the supplied connection.
|
protected PostgresSchema |
RecordsProducer.schema() |
protected PostgresSchema |
PostgresTaskContext.schema() |
| Modifier and Type | Field and Description |
|---|---|
private PostgresSchema |
PostgresReplicationConnection.ReplicationConnectionBuilder.schema |
private PostgresSchema |
MessageDecoderConfig.schema |
| Modifier and Type | Method and Description |
|---|---|
PostgresSchema |
MessageDecoderConfig.getSchema() |
| Modifier and Type | Method and Description |
|---|---|
ReplicationConnection.Builder |
ReplicationConnection.Builder.withSchema(PostgresSchema schema)
Sets the schema instance
|
ReplicationConnection.Builder |
PostgresReplicationConnection.ReplicationConnectionBuilder.withSchema(PostgresSchema schema) |
| 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.