Uses of Class
io.debezium.connector.postgresql.spi.SlotState
Packages that use SlotState
Package
Description
-
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) 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, Snapshotter snapshotter, SlotState slotInfo, SignalProcessor<PostgresPartition, PostgresOffsetContext> signalProcessor, NotificationService<PostgresPartition, PostgresOffsetContext> notificationService) PostgresChangeEventSourceFactory(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 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 -
Uses of SlotState in io.debezium.connector.postgresql.snapshot
Fields in io.debezium.connector.postgresql.snapshot declared as SlotStateMethods in io.debezium.connector.postgresql.snapshot with parameters of type SlotStateModifier and TypeMethodDescriptionvoidInitialOnlySnapshotter.init(PostgresConnectorConfig config, OffsetState sourceInfo, SlotState slotState) voidInitialSnapshotter.init(PostgresConnectorConfig config, OffsetState sourceInfo, SlotState slotState) voidNeverSnapshotter.init(PostgresConnectorConfig config, OffsetState sourceInfo, SlotState slotState) voidQueryingSnapshotter.init(PostgresConnectorConfig config, OffsetState sourceInfo, SlotState slotState) Constructors in io.debezium.connector.postgresql.snapshot with parameters of type SlotStateModifierConstructorDescriptionSnapshotterWrapper(Snapshotter snapshotter, PostgresConnectorConfig config, OffsetState offsetState, SlotState slotState) -
Uses of SlotState in io.debezium.connector.postgresql.spi
Methods in io.debezium.connector.postgresql.spi with parameters of type SlotStateModifier and TypeMethodDescriptionvoidSnapshotter.init(PostgresConnectorConfig config, OffsetState sourceInfo, SlotState slotState)