| Modifier and Type | Field and Description |
|---|---|
private SqlServerConnection |
SqlServerStreamingChangeEventSource.dataConnection
Connection used for reading CDC tables.
|
private SqlServerConnection |
SqlServerConnectorTask.dataConnection |
private SqlServerConnection |
SqlServerChangeEventSourceFactory.dataConnection |
private SqlServerConnection |
SqlServerSnapshotChangeEventSource.jdbcConnection |
private SqlServerConnection |
SqlServerStreamingChangeEventSource.metadataConnection
A separate connection for retrieving timestamps; without it, adaptive
buffering will not work.
|
private SqlServerConnection |
SqlServerConnectorTask.metadataConnection |
private SqlServerConnection |
SqlServerChangeEventSourceFactory.metadataConnection |
| Constructor and Description |
|---|
SqlServerChangeEventSourceFactory(SqlServerConnectorConfig configuration,
SqlServerConnection dataConnection,
SqlServerConnection metadataConnection,
ErrorHandler errorHandler,
EventDispatcher<TableId> dispatcher,
Clock clock,
SqlServerDatabaseSchema schema) |
SqlServerSnapshotChangeEventSource(SqlServerConnectorConfig connectorConfig,
SqlServerOffsetContext previousOffset,
SqlServerConnection jdbcConnection,
SqlServerDatabaseSchema schema,
EventDispatcher<TableId> dispatcher,
Clock clock,
SnapshotProgressListener snapshotProgressListener) |
SqlServerStreamingChangeEventSource(SqlServerConnectorConfig connectorConfig,
SqlServerOffsetContext offsetContext,
SqlServerConnection dataConnection,
SqlServerConnection metadataConnection,
EventDispatcher<TableId> dispatcher,
ErrorHandler errorHandler,
Clock clock,
SqlServerDatabaseSchema schema) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.