Uses of Package
com.hazelcast.jet.cdc
-
Packages that use com.hazelcast.jet.cdc Package Description com.hazelcast.jet.cdc Contains source/sink connectors that deal with Change Data Capture (CDC) events from various databases as well as a generic connector for Debezium CDC sources.com.hazelcast.jet.cdc.mysql Contains connectors for change data capture events from MySQL databases.com.hazelcast.jet.cdc.postgres Contains connectors for change data capture events from PostgreSQL databases. -
Classes in com.hazelcast.jet.cdc used by com.hazelcast.jet.cdc Class Description ChangeRecord Information pertaining to a single data change event (insert, delete or update), affecting a single database record.DebeziumCdcSources.Builder A builder to configure a CDC source that streams the change data from a Debezium-supported database to Hazelcast Jet.Operation Describes the nature of a CDC event, mainly the type of action performed on a database record: insertion, update and deletion.ParsingException Exception to indicate that parsing CDC JSON data has failed irrecoverably.RecordPart Represents the top-level component of aChangeRecord
, such as the key or the value. -
Classes in com.hazelcast.jet.cdc used by com.hazelcast.jet.cdc.mysql Class Description ChangeRecord Information pertaining to a single data change event (insert, delete or update), affecting a single database record. -
Classes in com.hazelcast.jet.cdc used by com.hazelcast.jet.cdc.postgres Class Description ChangeRecord Information pertaining to a single data change event (insert, delete or update), affecting a single database record.