Uses of Class
io.debezium.connector.postgresql.spi.SlotCreationResult
Packages that use SlotCreationResult
-
Uses of SlotCreationResult in io.debezium.connector.postgresql
Fields in io.debezium.connector.postgresql declared as SlotCreationResultModifier and TypeFieldDescriptionprivate final SlotCreationResultPostgresChangeEventSourceFactory.slotCreatedInfoprivate final SlotCreationResultPostgresSnapshotChangeEventSource.slotCreatedInfoMethods in io.debezium.connector.postgresql that return SlotCreationResultModifier and TypeMethodDescriptionprivate SlotCreationResultPostgresConnectorTask.tryToCreateSlot(io.debezium.spi.snapshot.Snapshotter snapshotter, PostgresConnectorConfig connectorConfig, SlotState slotInfo) Methods in io.debezium.connector.postgresql with parameters of type SlotCreationResultModifier and TypeMethodDescriptionprivate StringPostgresSnapshotChangeEventSource.snapshotTransactionIsolationLevelStatement(SlotCreationResult newSlotInfo, boolean isOnDemand) Constructors in io.debezium.connector.postgresql with parameters of type SlotCreationResultModifierConstructorDescriptionPostgresChangeEventSourceFactory(PostgresConnectorConfig configuration, SnapshotterService snapshotterService, MainConnectionProvidingConnectionFactory<PostgresConnection> connectionFactory, ErrorHandler errorHandler, PostgresEventDispatcher<TableId> dispatcher, Clock clock, PostgresSchema schema, PostgresTaskContext taskContext, ReplicationConnection replicationConnection, SlotCreationResult slotCreatedInfo, SlotState startingSlotInfo) PostgresSnapshotChangeEventSource(PostgresConnectorConfig connectorConfig, SnapshotterService snapshotterService, MainConnectionProvidingConnectionFactory<PostgresConnection> connectionFactory, PostgresSchema schema, EventDispatcher<PostgresPartition, TableId> dispatcher, Clock clock, SnapshotProgressListener<PostgresPartition> snapshotProgressListener, SlotCreationResult slotCreatedInfo, SlotState startingSlotInfo, NotificationService<PostgresPartition, PostgresOffsetContext> notificationService) -
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)