Uses of Enum
io.debezium.connector.postgresql.PostgresConnectorConfig.SnapshotMode
Packages that use PostgresConnectorConfig.SnapshotMode
-
Uses of PostgresConnectorConfig.SnapshotMode in io.debezium.connector.postgresql
Fields in io.debezium.connector.postgresql declared as PostgresConnectorConfig.SnapshotModeModifier and TypeFieldDescriptionprivate final PostgresConnectorConfig.SnapshotModePostgresConnectorConfig.snapshotModeMethods in io.debezium.connector.postgresql that return PostgresConnectorConfig.SnapshotModeModifier and TypeMethodDescriptionPostgresConnectorConfig.getSnapshotMode()Determine if the supplied value is one of the predefined options.Determine if the supplied value is one of the predefined options.Returns the enum constant of this type with the specified name.static PostgresConnectorConfig.SnapshotMode[]PostgresConnectorConfig.SnapshotMode.values()Returns an array containing the constants of this enum type, in the order they are declared.