Uses of Class
io.debezium.connector.mysql.MySqlOffsetContext
-
Packages that use MySqlOffsetContext Package Description io.debezium.connector.mysql -
-
Uses of MySqlOffsetContext in io.debezium.connector.mysql
Fields in io.debezium.connector.mysql declared as MySqlOffsetContext Modifier and Type Field Description private MySqlOffsetContextMySqlStreamingChangeEventSource. offsetContextprivate MySqlOffsetContextMySqlSnapshotChangeEventSource. previousOffsetMethods in io.debezium.connector.mysql that return MySqlOffsetContext Modifier and Type Method Description static MySqlOffsetContextMySqlOffsetContext. initial(MySqlConnectorConfig config)Methods in io.debezium.connector.mysql with parameters of type MySqlOffsetContext Modifier and Type Method Description private voidMySqlDatabaseSchema. emitChangeEvent(MySqlOffsetContext offset, List<SchemaChangeEvent> schemaChangeEvents, String sanitizedDbName, DdlParserListener.Event event, TableId tableId, SchemaChangeEvent.SchemaChangeEventType type, boolean snapshot)protected booleanMySqlConnectorTask. isBinlogAvailable(MySqlConnectorConfig config, MySqlOffsetContext offset)Determine whether the binlog position as set on theSourceInfois available in the server.private List<SchemaChangeEvent>MySqlDatabaseSchema. parseDdl(String ddlStatements, String databaseName, MySqlOffsetContext offset, Instant sourceTime, boolean snapshot)List<SchemaChangeEvent>MySqlDatabaseSchema. parseSnapshotDdl(String ddlStatements, String databaseName, MySqlOffsetContext offset, Instant sourceTime)List<SchemaChangeEvent>MySqlDatabaseSchema. parseStreamingDdl(String ddlStatements, String databaseName, MySqlOffsetContext offset, Instant sourceTime)private booleanMySqlConnectorTask. validateAndLoadDatabaseHistory(MySqlConnectorConfig config, MySqlOffsetContext offset, MySqlDatabaseSchema schema)private booleanMySqlConnectorTask. validateSnapshotFeasibility(MySqlConnectorConfig config, MySqlOffsetContext offset)Constructors in io.debezium.connector.mysql with parameters of type MySqlOffsetContext Constructor Description MySqlSnapshotChangeEventSource(MySqlConnectorConfig connectorConfig, MySqlOffsetContext previousOffset, MySqlConnection connection, MySqlDatabaseSchema schema, EventDispatcher<TableId> dispatcher, Clock clock, MySqlSnapshotChangeEventSourceMetrics metrics, BlockingConsumer<Function<org.apache.kafka.connect.source.SourceRecord,org.apache.kafka.connect.source.SourceRecord>> lastEventProcessor)MySqlStreamingChangeEventSource(MySqlConnectorConfig connectorConfig, MySqlOffsetContext offsetContext, MySqlConnection connection, EventDispatcher<TableId> dispatcher, ErrorHandler errorHandler, Clock clock, MySqlTaskContext taskContext, MySqlStreamingChangeEventSourceMetrics metrics)
-