Uses of Class
io.debezium.connector.postgresql.spi.SlotCreationResult
-
-
Uses of SlotCreationResult in io.debezium.connector.postgresql
Fields in io.debezium.connector.postgresql declared as SlotCreationResult Modifier and Type Field Description private SlotCreationResultPostgresChangeEventSourceFactory. slotCreatedInfoprivate SlotCreationResultPostgresSnapshotChangeEventSource. slotCreatedInfoConstructors in io.debezium.connector.postgresql with parameters of type SlotCreationResult Constructor Description PostgresChangeEventSourceFactory(PostgresConnectorConfig configuration, Snapshotter snapshotter, PostgresConnection jdbcConnection, ErrorHandler errorHandler, EventDispatcher<TableId> dispatcher, Clock clock, PostgresSchema schema, PostgresTaskContext taskContext, ReplicationConnection replicationConnection, SlotCreationResult slotCreatedInfo, SlotState startingSlotInfo)PostgresSnapshotChangeEventSource(PostgresConnectorConfig connectorConfig, Snapshotter snapshotter, PostgresConnection jdbcConnection, PostgresSchema schema, EventDispatcher<TableId> dispatcher, Clock clock, SnapshotProgressListener snapshotProgressListener, SlotCreationResult slotCreatedInfo, SlotState startingSlotInfo) -
Uses of SlotCreationResult in io.debezium.connector.postgresql.connection
Fields in io.debezium.connector.postgresql.connection declared as SlotCreationResult Modifier and Type Field Description private SlotCreationResultPostgresReplicationConnection. slotCreationInfoMethods in io.debezium.connector.postgresql.connection that return SlotCreationResult Modifier and Type Method Description private SlotCreationResultPostgresReplicationConnection. parseSlotCreation(ResultSet rs)Methods in io.debezium.connector.postgresql.connection that return types with arguments of type SlotCreationResult Modifier and Type Method Description Optional<SlotCreationResult>PostgresReplicationConnection. createReplicationSlot()Optional<SlotCreationResult>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 SlotCreationResult Modifier and Type Method Description StringQueryingSnapshotter. snapshotTransactionIsolationLevelStatement(SlotCreationResult newSlotInfo) -
Uses of SlotCreationResult in io.debezium.connector.postgresql.spi
Methods in io.debezium.connector.postgresql.spi with parameters of type SlotCreationResult Modifier and Type Method Description default StringSnapshotter. snapshotTransactionIsolationLevelStatement(SlotCreationResult newSlotInfo)Return a new string that set up the transaction for snapshotting
-