Uses of Class
io.debezium.connector.mysql.SourceInfo
Packages that use SourceInfo
-
Uses of SourceInfo in io.debezium.connector.mysql
Fields in io.debezium.connector.mysql declared as SourceInfoMethods in io.debezium.connector.mysql that return SourceInfoMethods in io.debezium.connector.mysql with parameters of type SourceInfoModifier and TypeMethodDescriptionorg.apache.kafka.connect.data.StructLegacyV1MySqlSourceInfoStructMaker.struct(SourceInfo sourceInfo) org.apache.kafka.connect.data.StructMySqlSourceInfoStructMaker.struct(SourceInfo sourceInfo) Constructors in io.debezium.connector.mysql with parameters of type SourceInfoModifierConstructorDescriptionMySqlOffsetContext(boolean snapshot, boolean snapshotCompleted, TransactionContext transactionContext, IncrementalSnapshotContext<TableId> incrementalSnapshotContext, SourceInfo sourceInfo) MySqlOffsetContext(MySqlConnectorConfig connectorConfig, boolean snapshot, boolean snapshotCompleted, SourceInfo sourceInfo)