Uses of Enum
io.debezium.connector.postgresql.PostgresConnectorConfig.AutoCreateMode
Packages that use PostgresConnectorConfig.AutoCreateMode
-
Uses of PostgresConnectorConfig.AutoCreateMode in io.debezium.connector.postgresql
Methods in io.debezium.connector.postgresql that return PostgresConnectorConfig.AutoCreateModeModifier and TypeMethodDescriptionDetermine if the supplied value is one of the predefined options.Determine if the supplied value is one of the predefined options.protected PostgresConnectorConfig.AutoCreateModePostgresConnectorConfig.publicationAutocreateMode()Returns the enum constant of this type with the specified name.PostgresConnectorConfig.AutoCreateMode.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PostgresConnectorConfig.AutoCreateMode in io.debezium.connector.postgresql.connection
Fields in io.debezium.connector.postgresql.connection declared as PostgresConnectorConfig.AutoCreateModeModifier and TypeFieldDescriptionprivate final PostgresConnectorConfig.AutoCreateModePostgresReplicationConnection.publicationAutocreateModePostgresReplicationConnection.ReplicationConnectionBuilder.publicationAutocreateModeMethods in io.debezium.connector.postgresql.connection with parameters of type PostgresConnectorConfig.AutoCreateModeModifier and TypeMethodDescriptionPostgresReplicationConnection.ReplicationConnectionBuilder.withPublicationAutocreateMode(PostgresConnectorConfig.AutoCreateMode publicationAutocreateMode) ReplicationConnection.Builder.withPublicationAutocreateMode(PostgresConnectorConfig.AutoCreateMode publicationAutocreateMode) Sets the publication autocreate mode for the PG logical publicationConstructors in io.debezium.connector.postgresql.connection with parameters of type PostgresConnectorConfig.AutoCreateModeModifierConstructorDescriptionprivatePostgresReplicationConnection(PostgresConnectorConfig config, String slotName, String publicationName, RelationalTableFilters tableFilter, PostgresConnectorConfig.AutoCreateMode publicationAutocreateMode, PostgresConnectorConfig.LogicalDecoder plugin, boolean dropSlotOnClose, Duration statusUpdateInterval, PostgresConnection jdbcConnection, TypeRegistry typeRegistry, Properties streamParams, PostgresSchema schema) Creates a new replication connection with the given params.