| Interface | Description |
|---|---|
| PostgresConnectorConfig.SnapshotMode.SnapshotterBuilder | |
| PostgresStreamingChangeEventSource.PgConnectionSupplier |
| Class | Description |
|---|---|
| ChangeEvent |
Container for
SourceRecords and associated metadata |
| Filters |
A utility that is contains various filters for acceptable
TableIds and columns. |
| LegacyV1PostgresSourceInfoStructMaker | |
| Module |
Information about this module.
|
| PgOid |
Extension to the
Oid class which contains Postgres specific datatypes not found currently in the
JDBC driver implementation classes. |
| PostgisGeometry |
A parser API for Postgres Geometry types
|
| PostgresChangeEventSourceFactory | |
| PostgresChangeRecordEmitter |
Emits change data based on a logical decoding event coming as protobuf or JSON message.
|
| PostgresConnector |
A Kafka Connect source connector that creates tasks which use Postgresql streaming replication off a logical replication slot
to receive incoming changes for a database and publish them to Kafka.
|
| PostgresConnectorConfig |
The configuration properties for the
PostgresConnector |
| PostgresConnectorConfig.SystemTablesPredicate | |
| PostgresConnectorTask |
Kafka connect source task which uses Postgres logical decoding over a streaming replication connection to process DB changes.
|
| PostgresEventMetadataProvider | |
| PostgresOffsetContext | |
| PostgresOffsetContext.Loader | |
| PostgresSchema |
Component that records the schema information for the
PostgresConnector. |
| PostgresSnapshotChangeEventSource | |
| PostgresSnapshotChangeEventSource.PostgresSnapshotContext |
Mutable context which is populated in the course of snapshotting.
|
| PostgresSourceInfoStructMaker | |
| PostgresStreamingChangeEventSource | |
| PostgresTaskContext |
The context of a
PostgresConnectorTask. |
| PostgresTopicSelector |
Factory for this connector's
TopicSelector. |
| PostgresType |
A class that binds together a PostgresSQL OID, JDBC type id and the string name of the type.
|
| PostgresType.Builder | |
| PostgresValueConverter |
A provider of
ValueConverters and SchemaBuilders for various Postgres specific column types. |
| RecordsProducer |
Class which generates Kafka Connect
SourceRecord records. |
| SourceInfo |
Information about the source of information, which for normal events contains information about the transaction id and the
LSN position in the server WAL.
|
| TypeRegistry |
A registry of types supported by a PostgreSQL instance.
|
| TypeRegistry.SqlTypeMapper |
Allows to obtain the SQL type corresponding to PG types.
|
| UnchangedToastedReplicationMessageColumn |
Represents a toasted column in a
ReplicationStream. |
| Enum | Description |
|---|---|
| PostgresConnectorConfig.HStoreHandlingMode |
The set of predefined HStoreHandlingMode options or aliases
|
| PostgresConnectorConfig.IntervalHandlingMode |
Defines modes of representation of
interval datatype |
| PostgresConnectorConfig.LogicalDecoder | |
| PostgresConnectorConfig.SchemaRefreshMode |
The set of predefined SchemaRefreshMode options or aliases.
|
| PostgresConnectorConfig.SecureConnectionMode |
The set of predefined SecureConnectionMode options or aliases.
|
| PostgresConnectorConfig.SnapshotMode |
The set of predefined Snapshotter options or aliases.
|
| PostgresConnectorTask.State |
Copyright © 2019 JBoss by Red Hat. All rights reserved.