Uses of Enum Class
com.hazelcast.jet.cdc.postgres.PostgresCdcSources.PostgresSnapshotMode
Package
Description
Contains connectors for change data capture events from PostgreSQL
databases.
-
Uses of PostgresCdcSources.PostgresSnapshotMode in com.hazelcast.jet.cdc.postgres
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.PostgresCdcSources.PostgresSnapshotMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionPostgresCdcSources.Builder.setSnapshotMode
(PostgresCdcSources.PostgresSnapshotMode snapshotMode) Snapshot mode that will be used by the connector.