Uses of Enum Class
com.hazelcast.enterprise.jet.cdc.DebeziumSnapshotMode
Packages that use 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
Methods in com.hazelcast.enterprise.jet.cdc that return DebeziumSnapshotModeModifier 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
Methods in com.hazelcast.enterprise.jet.cdc.mysql with parameters of type DebeziumSnapshotModeModifier 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
Methods in com.hazelcast.enterprise.jet.cdc.postgres with parameters of type DebeziumSnapshotModeModifier and TypeMethodDescriptionPostgresCdcSources.Builder.setSnapshotMode
(DebeziumSnapshotMode snapshotMode) Snapshot mode that will be used by the connector.