Uses of Enum Class
io.debezium.connector.postgresql.PostgresConnectorConfig.SnapshotIsolationMode
Packages that use PostgresConnectorConfig.SnapshotIsolationMode
-
Uses of PostgresConnectorConfig.SnapshotIsolationMode in io.debezium.connector.postgresql
Fields in io.debezium.connector.postgresql declared as PostgresConnectorConfig.SnapshotIsolationModeModifier and TypeFieldDescriptionprivate final PostgresConnectorConfig.SnapshotIsolationModePostgresConnectorConfig.snapshotIsolationModeMethods in io.debezium.connector.postgresql that return PostgresConnectorConfig.SnapshotIsolationModeModifier and TypeMethodDescriptionPostgresConnectorConfig.getSnapshotIsolationMode()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 class with the specified name.PostgresConnectorConfig.SnapshotIsolationMode.values()Returns an array containing the constants of this enum class, in the order they are declared.