- schema - Variable in class io.debezium.connector.mysql.RecordMakers
-
- SCHEMA - Static variable in class io.debezium.connector.mysql.SourceInfo
-
- schema() - Method in class io.debezium.connector.mysql.SourceInfo
-
- SCHEMA_CHANGE_RECORD_KEY_SCHEMA - Static variable in class io.debezium.connector.mysql.RecordMakers
-
- SCHEMA_CHANGE_RECORD_VALUE_SCHEMA - Static variable in class io.debezium.connector.mysql.RecordMakers
-
- schemaBuilder - Variable in class io.debezium.connector.mysql.MySqlSchema
-
- schemaChangeRecordKey(String) - Method in class io.debezium.connector.mysql.RecordMakers
-
- schemaChangeRecordValue(String, String) - Method in class io.debezium.connector.mysql.RecordMakers
-
- schemaChanges(String, String, BlockingConsumer<SourceRecord>) - Method in class io.debezium.connector.mysql.RecordMakers
-
Produce a schema change record for the given DDL statements.
- schemaFor(TableId) - Method in class io.debezium.connector.mysql.MySqlSchema
-
- schemaPrefix - Variable in class io.debezium.connector.mysql.MySqlSchema
-
- sequentially(Consumer<TokenStream.Marker>...) - Method in class io.debezium.connector.mysql.MySqlDdlParser
-
Try calling the supplied functions in sequence, stopping as soon as one of them succeeds.
- serialVersionUID - Static variable in class io.debezium.connector.mysql.StopEventData
-
- SERVER_ID - Static variable in class io.debezium.connector.mysql.MySqlConnectorConfig
-
- SERVER_ID_KEY - Static variable in class io.debezium.connector.mysql.SourceInfo
-
- SERVER_NAME - Static variable in class io.debezium.connector.mysql.MySqlConnectorConfig
-
- SERVER_NAME_KEY - Static variable in class io.debezium.connector.mysql.SourceInfo
-
- SERVER_PARTITION_KEY - Static variable in class io.debezium.connector.mysql.SourceInfo
-
- serverId() - Method in class io.debezium.connector.mysql.MySqlTaskContext
-
- serverId - Variable in class io.debezium.connector.mysql.SourceInfo
-
- serverName - Variable in class io.debezium.connector.mysql.MySqlSchema
-
- serverName() - Method in class io.debezium.connector.mysql.MySqlTaskContext
-
- serverName - Variable in class io.debezium.connector.mysql.SourceInfo
-
- serverName() - Method in class io.debezium.connector.mysql.SourceInfo
-
Get the logical identifier of the database that is the source of the events.
- setBinlogServerId(long) - Method in class io.debezium.connector.mysql.SourceInfo
-
Set the server ID as found within the MySQL binary log file.
- setBinlogStartPoint(String, long) - Method in class io.debezium.connector.mysql.SourceInfo
-
Set the name of the MySQL binary log file.
- setBinlogTimestampSeconds(long) - Method in class io.debezium.connector.mysql.SourceInfo
-
Set the number of seconds since Unix epoch (January 1, 1970) as found within the MySQL binary log file.
- setEventPosition(long, long) - Method in class io.debezium.connector.mysql.SourceInfo
-
Set the position within the MySQL binary log file of the current event.
- setGtid(String) - Method in class io.debezium.connector.mysql.SourceInfo
-
Set the latest GTID from the MySQL binary log file.
- setGtidSet(String) - Method in class io.debezium.connector.mysql.SourceInfo
-
Set the set of GTIDs known to the MySQL server.
- setOffset(Map<String, ?>) - Method in class io.debezium.connector.mysql.SourceInfo
-
Set the source offset, as read from Kafka Connect.
- setServerName(String) - Method in class io.debezium.connector.mysql.SourceInfo
-
Set the database identifier.
- shutdown() - Method in class io.debezium.connector.mysql.MySqlSchema
-
- shutdown() - Method in class io.debezium.connector.mysql.MySqlTaskContext
-
- SNAPSHOT_KEY - Static variable in class io.debezium.connector.mysql.SourceInfo
-
- SNAPSHOT_MINIMAL_LOCKING - Static variable in class io.debezium.connector.mysql.MySqlConnectorConfig
-
- SNAPSHOT_MODE - Static variable in class io.debezium.connector.mysql.MySqlConnectorConfig
-
- SnapshotMode(String) - Constructor for enum io.debezium.connector.mysql.MySqlConnectorConfig.SnapshotMode
-
- snapshotMode() - Method in class io.debezium.connector.mysql.MySqlTaskContext
-
- snapshotReader - Variable in class io.debezium.connector.mysql.MySqlConnectorTask
-
- SnapshotReader - Class in io.debezium.connector.mysql
-
A component that performs a snapshot of a MySQL server, and records the schema changes in
MySqlSchema.
- SnapshotReader(MySqlTaskContext) - Constructor for class io.debezium.connector.mysql.SnapshotReader
-
Create a snapshot reader.
- SnapshotReader.RecordRecorder - Interface in io.debezium.connector.mysql
-
- source - Variable in class io.debezium.connector.mysql.BinlogReader
-
- source - Variable in class io.debezium.connector.mysql.MySqlTaskContext
-
- source() - Method in class io.debezium.connector.mysql.MySqlTaskContext
-
- source - Variable in class io.debezium.connector.mysql.RecordMakers
-
- SourceInfo - Class in io.debezium.connector.mysql
-
Information about the source of information, which includes the position in the source binary log we have previously processed.
- SourceInfo() - Constructor for class io.debezium.connector.mysql.SourceInfo
-
- sourcePartition - Variable in class io.debezium.connector.mysql.SourceInfo
-
- start() - Method in class io.debezium.connector.mysql.AbstractReader
-
Start the reader and return immediately.
- start - Variable in class io.debezium.connector.mysql.GtidSet.Interval
-
- start(Map<String, String>) - Method in class io.debezium.connector.mysql.MySqlConnector
-
- start(Map<String, String>) - Method in class io.debezium.connector.mysql.MySqlConnectorTask
-
- start() - Method in class io.debezium.connector.mysql.MySqlSchema
-
Start by acquiring resources needed to persist the database history
- start() - Method in class io.debezium.connector.mysql.MySqlTaskContext
-
- startingRowNumber - Variable in class io.debezium.connector.mysql.BinlogReader
-
- startSnapshot() - Method in class io.debezium.connector.mysql.SourceInfo
-
Denote that a snapshot is being (or has been) started.
- stop() - Method in class io.debezium.connector.mysql.AbstractReader
-
Stop the snapshot from running.
- stop() - Method in class io.debezium.connector.mysql.MySqlConnector
-
- stop() - Method in class io.debezium.connector.mysql.MySqlConnectorTask
-
- StopEventData - Class in io.debezium.connector.mysql
-
- StopEventData() - Constructor for class io.debezium.connector.mysql.StopEventData
-
- StopEventDataDeserializer - Class in io.debezium.connector.mysql
-
- StopEventDataDeserializer() - Constructor for class io.debezium.connector.mysql.StopEventDataDeserializer
-
- struct() - Method in class io.debezium.connector.mysql.SourceInfo
-
- success - Variable in class io.debezium.connector.mysql.AbstractReader
-