Uses of Enum Class
com.hazelcast.jet.cdc.postgres.PostgresCdcSources.PostgresSnapshotMode
Packages that use PostgresCdcSources.PostgresSnapshotMode
Package
Description
Contains connectors for change data capture events from PostgreSQL
databases.
-
Uses of PostgresCdcSources.PostgresSnapshotMode in com.hazelcast.jet.cdc.postgres
Methods in com.hazelcast.jet.cdc.postgres that return PostgresCdcSources.PostgresSnapshotModeModifier 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.Methods in com.hazelcast.jet.cdc.postgres with parameters of type PostgresCdcSources.PostgresSnapshotModeModifier and TypeMethodDescriptionPostgresCdcSources.Builder.setSnapshotMode
(PostgresCdcSources.PostgresSnapshotMode snapshotMode) Snapshot mode that will be used by the connector.