| Modifier and Type | Field and Description |
|---|---|
private SlotCreationResult |
PostgresSnapshotChangeEventSource.slotCreatedInfo |
private SlotCreationResult |
PostgresChangeEventSourceFactory.slotCreatedInfo |
| Constructor and 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,
PostgresOffsetContext previousOffset,
PostgresConnection jdbcConnection,
PostgresSchema schema,
EventDispatcher<TableId> dispatcher,
Clock clock,
SnapshotProgressListener snapshotProgressListener,
SlotCreationResult slotCreatedInfo,
SlotState startingSlotInfo) |
| Modifier and Type | Field and Description |
|---|---|
private SlotCreationResult |
PostgresReplicationConnection.slotCreationInfo |
| Modifier and Type | Method and Description |
|---|---|
private SlotCreationResult |
PostgresReplicationConnection.parseSlotCreation(ResultSet rs) |
| Modifier and Type | Method and Description |
|---|---|
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)
|
Optional<SlotCreationResult> |
PostgresReplicationConnection.createReplicationSlot() |
| Modifier and Type | Method and Description |
|---|---|
String |
ExportedSnapshotter.snapshotTransactionIsolationLevelStatement(SlotCreationResult newSlotInfo) |
| Modifier and Type | Method and Description |
|---|---|
default String |
Snapshotter.snapshotTransactionIsolationLevelStatement(SlotCreationResult newSlotInfo)
Return a new string that set up the transaction for snapshotting
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.