Uses of Class
io.debezium.connector.postgresql.spi.SlotState
Packages that use SlotState
-
Uses of SlotState in io.debezium.connector.postgresql
Fields in io.debezium.connector.postgresql declared as SlotStateModifier and TypeFieldDescriptionprivate final SlotStatePostgresChangeEventSourceCoordinator.slotInfoprivate final SlotStatePostgresChangeEventSourceFactory.startingSlotInfoprivate final SlotStatePostgresSnapshotChangeEventSource.startingSlotInfoMethods in io.debezium.connector.postgresql that return SlotStateModifier and TypeMethodDescriptionprivate SlotStatePostgresTaskContext.getCurrentSlotState(PostgresConnection connection) private SlotStatePostgresConnectorTask.getSlotState(PostgresConnectorConfig connectorConfig) Methods in io.debezium.connector.postgresql with parameters of type SlotStateModifier and TypeMethodDescriptionprivate SlotCreationResultPostgresConnectorTask.tryToCreateSlot(io.debezium.spi.snapshot.Snapshotter snapshotter, PostgresConnectorConfig connectorConfig, SlotState slotInfo) Constructors in io.debezium.connector.postgresql with parameters of type SlotStateModifierConstructorDescriptionPostgresChangeEventSourceCoordinator(Offsets<PostgresPartition, PostgresOffsetContext> previousOffsets, ErrorHandler errorHandler, Class<? extends org.apache.kafka.connect.source.SourceConnector> connectorType, CommonConnectorConfig connectorConfig, PostgresChangeEventSourceFactory changeEventSourceFactory, ChangeEventSourceMetricsFactory<PostgresPartition> changeEventSourceMetricsFactory, EventDispatcher<PostgresPartition, ?> eventDispatcher, DatabaseSchema<?> schema, SnapshotterService snapshotterService, SlotState slotInfo, SignalProcessor<PostgresPartition, PostgresOffsetContext> signalProcessor, NotificationService<PostgresPartition, PostgresOffsetContext> notificationService) PostgresChangeEventSourceFactory(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 SlotState in io.debezium.connector.postgresql.connection
Methods in io.debezium.connector.postgresql.connection that return SlotStateModifier and TypeMethodDescriptionprotected SlotStateServerInfo.ReplicationSlot.asSlotState()PostgresConnection.getReplicationSlotState(String slotName, String pluginName) Returns the current state of the replication slot