| AbstractColumnValue<T> |
|
| AbstractMessageDecoder |
Abstract implementation of MessageDecoder that all decoders should inherit from.
|
| AbstractReplicationMessageColumn |
Extracts type information from replication messages and associates them with each column.
|
| AbstractReplicationMessageColumn.TypeMetadataImpl |
|
| LogicalDecodingMessage |
Replication message instance representing a generic logical decoding message
|
| Lsn |
Abstraction of PostgreSQL log sequence number, adapted from
LogSequenceNumber.
|
| MessageDecoderContext |
|
| PostgresConnection |
JdbcConnection connection extension used for connecting to Postgres instances.
|
| PostgresDefaultValueConverter |
Parses and converts column default values.
|
| PostgresReplicationConnection |
|
| PostgresReplicationConnection.ReplicationConnectionBuilder |
|
| ReplicationMessage.NoopMessage |
A special message type that is used to replace event filtered already at MessageDecoder.
|
| ReplicationMessageColumnValueResolver |
|
| ServerInfo |
Information about a running Postgres instance.
|
| ServerInfo.ReplicationSlot |
Information about a server replication slot
|
| TransactionMessage |
Replication message instance representing transaction demarcation events.
|
| WalPositionLocator |
This class is responsible for finding out a LSN from which Debezium should
resume streaming after connector restarts.
|