Uses of Class
io.debezium.connector.postgresql.spi.SlotState
-
Packages that use SlotState Package Description io.debezium.connector.postgresql io.debezium.connector.postgresql.connection io.debezium.connector.postgresql.snapshot io.debezium.connector.postgresql.spi -
-
Uses of SlotState in io.debezium.connector.postgresql
Fields in io.debezium.connector.postgresql declared as SlotState Modifier and Type Field Description private SlotStatePostgresChangeEventSourceCoordinator. slotInfoprivate SlotStatePostgresChangeEventSourceFactory. startingSlotInfoprivate SlotStatePostgresSnapshotChangeEventSource. startingSlotInfoMethods in io.debezium.connector.postgresql that return SlotState Modifier and Type Method Description private SlotStatePostgresTaskContext. getCurrentSlotState(PostgresConnection connection) -
Uses of SlotState in io.debezium.connector.postgresql.connection
Methods in io.debezium.connector.postgresql.connection that return SlotState Modifier and Type Method Description protected SlotStateServerInfo.ReplicationSlot. asSlotState()SlotStatePostgresConnection. 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 SlotState Modifier and Type Field Description private SlotStateSnapshotterWrapper. slotStateMethods in io.debezium.connector.postgresql.snapshot with parameters of type SlotState Modifier and Type Method Description voidInitialOnlySnapshotter. 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 SlotState Constructor Description SnapshotterWrapper(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 SlotState Modifier and Type Method Description voidSnapshotter. init(PostgresConnectorConfig config, OffsetState sourceInfo, SlotState slotState)
-