Uses of Class
io.debezium.connector.sqlserver.SqlServerOffsetContext
-
Packages that use SqlServerOffsetContext Package Description io.debezium.connector.sqlserver -
-
Uses of SqlServerOffsetContext in io.debezium.connector.sqlserver
Fields in io.debezium.connector.sqlserver declared as SqlServerOffsetContext Modifier and Type Field Description private SqlServerOffsetContextSqlServerSchemaChangeEventEmitter. offsetContextMethods in io.debezium.connector.sqlserver that return SqlServerOffsetContext Modifier and Type Method Description SqlServerOffsetContextSqlServerOffsetContext.Loader. load(Map<String,?> offset)Methods in io.debezium.connector.sqlserver that return types with arguments of type SqlServerOffsetContext Modifier and Type Method Description SnapshotChangeEventSource<SqlServerPartition,SqlServerOffsetContext>SqlServerChangeEventSourceFactory. getSnapshotChangeEventSource(SnapshotProgressListener snapshotProgressListener)StreamingChangeEventSource<SqlServerPartition,SqlServerOffsetContext>SqlServerChangeEventSourceFactory. getStreamingChangeEventSource()protected AbstractSnapshotChangeEventSource.SnapshotContext<SqlServerOffsetContext>SqlServerSnapshotChangeEventSource. prepare(ChangeEventSource.ChangeEventSourceContext context)ChangeEventSourceCoordinator<SqlServerPartition,SqlServerOffsetContext>SqlServerConnectorTask. start(Configuration config)Constructors in io.debezium.connector.sqlserver with parameters of type SqlServerOffsetContext Constructor Description SqlServerSchemaChangeEventEmitter(SqlServerOffsetContext offsetContext, SqlServerChangeTable changeTable, Table tableSchema, SchemaChangeEvent.SchemaChangeEventType eventType)
-