Uses of Class
io.debezium.connector.postgresql.PostgresConnectorConfig.AutoCreateMode
-
Packages that use PostgresConnectorConfig.AutoCreateMode Package Description io.debezium.connector.postgresql io.debezium.connector.postgresql.connection -
-
Uses of PostgresConnectorConfig.AutoCreateMode in io.debezium.connector.postgresql
Methods in io.debezium.connector.postgresql that return PostgresConnectorConfig.AutoCreateMode Modifier and Type Method Description static PostgresConnectorConfig.AutoCreateModePostgresConnectorConfig.AutoCreateMode. parse(String value)Determine if the supplied value is one of the predefined options.static PostgresConnectorConfig.AutoCreateModePostgresConnectorConfig.AutoCreateMode. parse(String value, String defaultValue)Determine if the supplied value is one of the predefined options.protected PostgresConnectorConfig.AutoCreateModePostgresConnectorConfig. publicationAutocreateMode()static PostgresConnectorConfig.AutoCreateModePostgresConnectorConfig.AutoCreateMode. valueOf(String name)Returns the enum constant of this type with the specified name.static PostgresConnectorConfig.AutoCreateMode[]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.AutoCreateMode Modifier and Type Field Description private PostgresConnectorConfig.AutoCreateModePostgresReplicationConnection. publicationAutocreateModeprivate PostgresConnectorConfig.AutoCreateModePostgresReplicationConnection.ReplicationConnectionBuilder. publicationAutocreateModeMethods in io.debezium.connector.postgresql.connection with parameters of type PostgresConnectorConfig.AutoCreateMode Modifier and Type Method Description ReplicationConnection.BuilderPostgresReplicationConnection.ReplicationConnectionBuilder. withPublicationAutocreateMode(PostgresConnectorConfig.AutoCreateMode publicationAutocreateMode)ReplicationConnection.BuilderReplicationConnection.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.AutoCreateMode Constructor Description PostgresReplicationConnection(PostgresConnectorConfig config, String slotName, String publicationName, RelationalTableFilters tableFilter, PostgresConnectorConfig.AutoCreateMode publicationAutocreateMode, PostgresConnectorConfig.LogicalDecoder plugin, boolean dropSlotOnClose, boolean doSnapshot, Duration statusUpdateInterval, TypeRegistry typeRegistry, Properties streamParams, PostgresSchema schema)Creates a new replication connection with the given params.
-