Uses of Class
io.debezium.connector.postgresql.PostgresConnectorConfig.LogicalDecoder
-
Packages that use PostgresConnectorConfig.LogicalDecoder Package Description io.debezium.connector.postgresql io.debezium.connector.postgresql.connection -
-
Uses of PostgresConnectorConfig.LogicalDecoder in io.debezium.connector.postgresql
Methods in io.debezium.connector.postgresql that return PostgresConnectorConfig.LogicalDecoder Modifier and Type Method Description static PostgresConnectorConfig.LogicalDecoderPostgresConnectorConfig.LogicalDecoder. parse(String s)protected PostgresConnectorConfig.LogicalDecoderPostgresConnectorConfig. plugin()static PostgresConnectorConfig.LogicalDecoderPostgresConnectorConfig.LogicalDecoder. valueOf(String name)Returns the enum constant of this type with the specified name.static PostgresConnectorConfig.LogicalDecoder[]PostgresConnectorConfig.LogicalDecoder. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PostgresConnectorConfig.LogicalDecoder in io.debezium.connector.postgresql.connection
Fields in io.debezium.connector.postgresql.connection declared as PostgresConnectorConfig.LogicalDecoder Modifier and Type Field Description private PostgresConnectorConfig.LogicalDecoderPostgresReplicationConnection. pluginprivate PostgresConnectorConfig.LogicalDecoderPostgresReplicationConnection.ReplicationConnectionBuilder. pluginMethods in io.debezium.connector.postgresql.connection with parameters of type PostgresConnectorConfig.LogicalDecoder Modifier and Type Method Description PostgresReplicationConnection.ReplicationConnectionBuilderPostgresReplicationConnection.ReplicationConnectionBuilder. withPlugin(PostgresConnectorConfig.LogicalDecoder plugin)ReplicationConnection.BuilderReplicationConnection.Builder. withPlugin(PostgresConnectorConfig.LogicalDecoder plugin)Sets the instance for the PG logical decoding pluginConstructors in io.debezium.connector.postgresql.connection with parameters of type PostgresConnectorConfig.LogicalDecoder 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.
-