Uses of Class
io.debezium.connector.sqlserver.SqlServerOffsetContext
Packages that use SqlServerOffsetContext
-
Uses of SqlServerOffsetContext in io.debezium.connector.sqlserver
Fields in io.debezium.connector.sqlserver declared as SqlServerOffsetContextModifier and TypeFieldDescriptionprivate SqlServerOffsetContextSqlServerStreamingChangeEventSource.effectiveOffsetprivate final SqlServerOffsetContextSqlServerSchemaChangeEventEmitter.offsetContextFields in io.debezium.connector.sqlserver with type parameters of type SqlServerOffsetContextModifier and TypeFieldDescriptionprivate final NotificationService<SqlServerPartition,SqlServerOffsetContext> SqlServerChangeEventSourceFactory.notificationServiceprivate final NotificationService<SqlServerPartition,SqlServerOffsetContext> SqlServerStreamingChangeEventSource.notificationServiceMethods in io.debezium.connector.sqlserver that return SqlServerOffsetContextModifier and TypeMethodDescriptionprotected SqlServerOffsetContextSqlServerSnapshotChangeEventSource.copyOffset(RelationalSnapshotChangeEventSource.RelationalSnapshotContext<SqlServerPartition, SqlServerOffsetContext> snapshotContext) SqlServerStreamingChangeEventSource.getOffsetContext()Methods in io.debezium.connector.sqlserver that return types with arguments of type SqlServerOffsetContextModifier and TypeMethodDescriptionSqlServerChangeEventSourceFactory.getSnapshotChangeEventSource(SnapshotProgressListener<SqlServerPartition> snapshotProgressListener, NotificationService<SqlServerPartition, SqlServerOffsetContext> notificationService) SqlServerChangeEventSourceFactory.getStreamingChangeEventSource()protected AbstractSnapshotChangeEventSource.SnapshotContext<SqlServerPartition,SqlServerOffsetContext> SqlServerSnapshotChangeEventSource.prepare(SqlServerPartition partition, boolean onDemand) SqlServerConnectorTask.start(Configuration config) Methods in io.debezium.connector.sqlserver with parameters of type SqlServerOffsetContextModifier and TypeMethodDescriptionprotected voidSqlServerSnapshotChangeEventSource.determineSnapshotOffset(RelationalSnapshotChangeEventSource.RelationalSnapshotContext<SqlServerPartition, SqlServerOffsetContext> ctx, SqlServerOffsetContext previousOffset) voidSqlServerStreamingChangeEventSource.execute(ChangeEventSource.ChangeEventSourceContext context, SqlServerPartition partition, SqlServerOffsetContext offsetContext) booleanSqlServerStreamingChangeEventSource.executeIteration(ChangeEventSource.ChangeEventSourceContext context, SqlServerPartition partition, SqlServerOffsetContext offsetContext) private SqlServerChangeTable[]SqlServerStreamingChangeEventSource.getChangeTablesToQuery(SqlServerPartition partition, SqlServerOffsetContext offsetContext, Lsn toLsn) Optional<IncrementalSnapshotChangeEventSource<SqlServerPartition,? extends io.debezium.spi.schema.DataCollectionId>> SqlServerChangeEventSourceFactory.getIncrementalSnapshotChangeEventSource(SqlServerOffsetContext offsetContext, SnapshotProgressListener<SqlServerPartition> snapshotProgressListener, DataChangeEventListener<SqlServerPartition> dataChangeEventListener, NotificationService<SqlServerPartition, SqlServerOffsetContext> notificationService) SqlServerSnapshotChangeEventSource.getSnapshottingTask(SqlServerPartition partition, SqlServerOffsetContext previousOffset) voidSqlServerStreamingChangeEventSource.init(SqlServerOffsetContext offsetContext) private voidSqlServerStreamingChangeEventSource.migrateTable(SqlServerPartition partition, Queue<SqlServerChangeTable> schemaChangeCheckpoints, SqlServerOffsetContext offsetContext) protected voidSqlServerSnapshotChangeEventSource.readTableStructure(ChangeEventSource.ChangeEventSourceContext sourceContext, RelationalSnapshotChangeEventSource.RelationalSnapshotContext<SqlServerPartition, SqlServerOffsetContext> snapshotContext, SqlServerOffsetContext offsetContext, SnapshottingTask snapshottingTask) Method parameters in io.debezium.connector.sqlserver with type arguments of type SqlServerOffsetContextModifier and TypeMethodDescriptionprotected voidSqlServerSnapshotChangeEventSource.aborted(AbstractSnapshotChangeEventSource.SnapshotContext<SqlServerPartition, SqlServerOffsetContext> snapshotContext) private voidSqlServerSnapshotChangeEventSource.close(AbstractSnapshotChangeEventSource.SnapshotContext<SqlServerPartition, SqlServerOffsetContext> snapshotContext) protected voidSqlServerSnapshotChangeEventSource.completed(AbstractSnapshotChangeEventSource.SnapshotContext<SqlServerPartition, SqlServerOffsetContext> snapshotContext) protected voidSqlServerSnapshotChangeEventSource.connectionCreated(RelationalSnapshotChangeEventSource.RelationalSnapshotContext<SqlServerPartition, SqlServerOffsetContext> snapshotContext) protected SqlServerOffsetContextSqlServerSnapshotChangeEventSource.copyOffset(RelationalSnapshotChangeEventSource.RelationalSnapshotContext<SqlServerPartition, SqlServerOffsetContext> snapshotContext) protected voidSqlServerSnapshotChangeEventSource.determineSnapshotOffset(RelationalSnapshotChangeEventSource.RelationalSnapshotContext<SqlServerPartition, SqlServerOffsetContext> ctx, SqlServerOffsetContext previousOffset) protected StringSqlServerSnapshotChangeEventSource.enhanceOverriddenSelect(RelationalSnapshotChangeEventSource.RelationalSnapshotContext<SqlServerPartition, SqlServerOffsetContext> snapshotContext, String overriddenSelect, TableId tableId) protected voidSqlServerChangeEventSourceCoordinator.executeChangeEventSources(CdcSourceTaskContext taskContext, SnapshotChangeEventSource<SqlServerPartition, SqlServerOffsetContext> snapshotSource, Offsets<SqlServerPartition, SqlServerOffsetContext> previousOffsets, AtomicReference<LoggingContext.PreviousContext> previousLogContext, ChangeEventSource.ChangeEventSourceContext context) protected voidSqlServerChangeEventSourceCoordinator.executeChangeEventSources(CdcSourceTaskContext taskContext, SnapshotChangeEventSource<SqlServerPartition, SqlServerOffsetContext> snapshotSource, Offsets<SqlServerPartition, SqlServerOffsetContext> previousOffsets, AtomicReference<LoggingContext.PreviousContext> previousLogContext, ChangeEventSource.ChangeEventSourceContext context) SqlServerSnapshotChangeEventSource.getAllTableIds(RelationalSnapshotChangeEventSource.RelationalSnapshotContext<SqlServerPartition, SqlServerOffsetContext> ctx) protected SchemaChangeEventSqlServerSnapshotChangeEventSource.getCreateTableEvent(RelationalSnapshotChangeEventSource.RelationalSnapshotContext<SqlServerPartition, SqlServerOffsetContext> snapshotContext, Table table) Optional<IncrementalSnapshotChangeEventSource<SqlServerPartition,? extends io.debezium.spi.schema.DataCollectionId>> SqlServerChangeEventSourceFactory.getIncrementalSnapshotChangeEventSource(SqlServerOffsetContext offsetContext, SnapshotProgressListener<SqlServerPartition> snapshotProgressListener, DataChangeEventListener<SqlServerPartition> dataChangeEventListener, NotificationService<SqlServerPartition, SqlServerOffsetContext> notificationService) SqlServerChangeEventSourceFactory.getSnapshotChangeEventSource(SnapshotProgressListener<SqlServerPartition> snapshotProgressListener, NotificationService<SqlServerPartition, SqlServerOffsetContext> notificationService) SqlServerSnapshotChangeEventSource.getSnapshotSelect(RelationalSnapshotChangeEventSource.RelationalSnapshotContext<SqlServerPartition, SqlServerOffsetContext> snapshotContext, TableId tableId, List<String> columns) Generate a valid SQL Server query string for the specified tableprotected voidSqlServerSnapshotChangeEventSource.lockTablesForSchemaSnapshot(ChangeEventSource.ChangeEventSourceContext sourceContext, RelationalSnapshotChangeEventSource.RelationalSnapshotContext<SqlServerPartition, SqlServerOffsetContext> snapshotContext) protected voidSqlServerSnapshotChangeEventSource.readTableStructure(ChangeEventSource.ChangeEventSourceContext sourceContext, RelationalSnapshotChangeEventSource.RelationalSnapshotContext<SqlServerPartition, SqlServerOffsetContext> snapshotContext, SqlServerOffsetContext offsetContext, SnapshottingTask snapshottingTask) protected voidSqlServerSnapshotChangeEventSource.releaseSchemaSnapshotLocks(RelationalSnapshotChangeEventSource.RelationalSnapshotContext<SqlServerPartition, SqlServerOffsetContext> snapshotContext) Constructors in io.debezium.connector.sqlserver with parameters of type SqlServerOffsetContextModifierConstructorDescriptionSqlServerSchemaChangeEventEmitter(SqlServerPartition partition, SqlServerOffsetContext offsetContext, SqlServerChangeTable changeTable, Table tableSchema, SqlServerDatabaseSchema schema, SchemaChangeEvent.SchemaChangeEventType eventType) Constructor parameters in io.debezium.connector.sqlserver with type arguments of type SqlServerOffsetContextModifierConstructorDescriptionSqlServerChangeEventSourceCoordinator(Offsets<SqlServerPartition, SqlServerOffsetContext> previousOffsets, ErrorHandler errorHandler, Class<? extends org.apache.kafka.connect.source.SourceConnector> connectorType, CommonConnectorConfig connectorConfig, ChangeEventSourceFactory<SqlServerPartition, SqlServerOffsetContext> changeEventSourceFactory, ChangeEventSourceMetricsFactory<SqlServerPartition> changeEventSourceMetricsFactory, EventDispatcher<SqlServerPartition, ?> eventDispatcher, DatabaseSchema<?> schema, Clock clock, SignalProcessor<SqlServerPartition, SqlServerOffsetContext> signalProcessor, NotificationService<SqlServerPartition, SqlServerOffsetContext> notificationService) SqlServerChangeEventSourceCoordinator(Offsets<SqlServerPartition, SqlServerOffsetContext> previousOffsets, ErrorHandler errorHandler, Class<? extends org.apache.kafka.connect.source.SourceConnector> connectorType, CommonConnectorConfig connectorConfig, ChangeEventSourceFactory<SqlServerPartition, SqlServerOffsetContext> changeEventSourceFactory, ChangeEventSourceMetricsFactory<SqlServerPartition> changeEventSourceMetricsFactory, EventDispatcher<SqlServerPartition, ?> eventDispatcher, DatabaseSchema<?> schema, Clock clock, SignalProcessor<SqlServerPartition, SqlServerOffsetContext> signalProcessor, NotificationService<SqlServerPartition, SqlServerOffsetContext> notificationService) SqlServerChangeEventSourceCoordinator(Offsets<SqlServerPartition, SqlServerOffsetContext> previousOffsets, ErrorHandler errorHandler, Class<? extends org.apache.kafka.connect.source.SourceConnector> connectorType, CommonConnectorConfig connectorConfig, ChangeEventSourceFactory<SqlServerPartition, SqlServerOffsetContext> changeEventSourceFactory, ChangeEventSourceMetricsFactory<SqlServerPartition> changeEventSourceMetricsFactory, EventDispatcher<SqlServerPartition, ?> eventDispatcher, DatabaseSchema<?> schema, Clock clock, SignalProcessor<SqlServerPartition, SqlServerOffsetContext> signalProcessor, NotificationService<SqlServerPartition, SqlServerOffsetContext> notificationService) SqlServerChangeEventSourceCoordinator(Offsets<SqlServerPartition, SqlServerOffsetContext> previousOffsets, ErrorHandler errorHandler, Class<? extends org.apache.kafka.connect.source.SourceConnector> connectorType, CommonConnectorConfig connectorConfig, ChangeEventSourceFactory<SqlServerPartition, SqlServerOffsetContext> changeEventSourceFactory, ChangeEventSourceMetricsFactory<SqlServerPartition> changeEventSourceMetricsFactory, EventDispatcher<SqlServerPartition, ?> eventDispatcher, DatabaseSchema<?> schema, Clock clock, SignalProcessor<SqlServerPartition, SqlServerOffsetContext> signalProcessor, NotificationService<SqlServerPartition, SqlServerOffsetContext> notificationService) SqlServerChangeEventSourceFactory(SqlServerConnectorConfig configuration, MainConnectionProvidingConnectionFactory<SqlServerConnection> connectionFactory, SqlServerConnection metadataConnection, ErrorHandler errorHandler, EventDispatcher<SqlServerPartition, TableId> dispatcher, Clock clock, SqlServerDatabaseSchema schema, NotificationService<SqlServerPartition, SqlServerOffsetContext> notificationService) SqlServerSnapshotChangeEventSource(SqlServerConnectorConfig connectorConfig, MainConnectionProvidingConnectionFactory<SqlServerConnection> connectionFactory, SqlServerDatabaseSchema schema, EventDispatcher<SqlServerPartition, TableId> dispatcher, Clock clock, SnapshotProgressListener<SqlServerPartition> snapshotProgressListener, NotificationService<SqlServerPartition, SqlServerOffsetContext> notificationService) SqlServerStreamingChangeEventSource(SqlServerConnectorConfig connectorConfig, SqlServerConnection dataConnection, SqlServerConnection metadataConnection, EventDispatcher<SqlServerPartition, TableId> dispatcher, ErrorHandler errorHandler, Clock clock, SqlServerDatabaseSchema schema, NotificationService<SqlServerPartition, SqlServerOffsetContext> notificationService)