Uses of Class
io.debezium.connector.postgresql.spi.SlotCreationResult
Packages that use SlotCreationResult
Package
Description
-
Uses of SlotCreationResult in io.debezium.connector.postgresql
Fields in io.debezium.connector.postgresql declared as SlotCreationResultModifier and TypeFieldDescriptionprivate final SlotCreationResultPostgresChangeEventSourceFactory.slotCreatedInfoprivate final SlotCreationResultPostgresSnapshotChangeEventSource.slotCreatedInfoConstructors in io.debezium.connector.postgresql with parameters of type SlotCreationResultModifierConstructorDescriptionPostgresChangeEventSourceFactory(PostgresConnectorConfig configuration, Snapshotter snapshotter, MainConnectionProvidingConnectionFactory<PostgresConnection> connectionFactory, ErrorHandler errorHandler, PostgresEventDispatcher<TableId> dispatcher, Clock clock, PostgresSchema schema, PostgresTaskContext taskContext, ReplicationConnection replicationConnection, SlotCreationResult slotCreatedInfo, SlotState startingSlotInfo) PostgresSnapshotChangeEventSource(PostgresConnectorConfig connectorConfig, Snapshotter snapshotter, MainConnectionProvidingConnectionFactory<PostgresConnection> connectionFactory, PostgresSchema schema, EventDispatcher<PostgresPartition, TableId> dispatcher, Clock clock, SnapshotProgressListener<PostgresPartition> snapshotProgressListener, SlotCreationResult slotCreatedInfo, SlotState startingSlotInfo) -
Uses of SlotCreationResult in io.debezium.connector.postgresql.connection
Fields in io.debezium.connector.postgresql.connection declared as SlotCreationResultModifier and TypeFieldDescriptionprivate SlotCreationResultPostgresReplicationConnection.slotCreationInfoMethods in io.debezium.connector.postgresql.connection that return SlotCreationResultModifier and TypeMethodDescriptionprivate SlotCreationResultPostgresReplicationConnection.parseSlotCreation(ResultSet rs) Methods in io.debezium.connector.postgresql.connection that return types with arguments of type SlotCreationResultModifier and TypeMethodDescriptionPostgresReplicationConnection.createReplicationSlot()ReplicationConnection.createReplicationSlot()Creates a new replication slot with the given option and returns the result of the command, which may contain results (depending on postgres versions) -
Uses of SlotCreationResult in io.debezium.connector.postgresql.snapshot
Methods in io.debezium.connector.postgresql.snapshot with parameters of type SlotCreationResultModifier and TypeMethodDescriptionQueryingSnapshotter.snapshotTransactionIsolationLevelStatement(SlotCreationResult newSlotInfo) -
Uses of SlotCreationResult in io.debezium.connector.postgresql.spi
Methods in io.debezium.connector.postgresql.spi with parameters of type SlotCreationResultModifier and TypeMethodDescriptiondefault StringSnapshotter.snapshotTransactionIsolationLevelStatement(SlotCreationResult newSlotInfo) Return a new string that set up the transaction for snapshotting