Uses of Enum Class
com.hazelcast.enterprise.jet.cdc.DebeziumSnapshotMode
Package
Description
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.
MySQL-specific CDC API.
PostgreSQL-specific CDC API.
-
Uses of DebeziumSnapshotMode in com.hazelcast.enterprise.jet.cdc
Modifier and TypeMethodDescriptionstatic DebeziumSnapshotMode
Returns the enum constant of this class with the specified name.static DebeziumSnapshotMode[]
DebeziumSnapshotMode.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of DebeziumSnapshotMode in com.hazelcast.enterprise.jet.cdc.mysql
Modifier and TypeMethodDescriptionMySqlCdcSources.Builder.setSnapshotMode
(DebeziumSnapshotMode snapshotMode) Snapshot mode that will be used by the connector. -
Uses of DebeziumSnapshotMode in com.hazelcast.enterprise.jet.cdc.postgres
Modifier and TypeMethodDescriptionPostgresCdcSources.Builder.setSnapshotMode
(DebeziumSnapshotMode snapshotMode) Snapshot mode that will be used by the connector.