Uses of Class
io.debezium.connector.mysql.MySqlPartition
-
Packages that use MySqlPartition Package Description io.debezium.connector.mysql io.debezium.connector.mysql.legacy -
-
Uses of MySqlPartition in io.debezium.connector.mysql
Methods in io.debezium.connector.mysql that return types with arguments of type MySqlPartition Modifier and Type Method Description Set<MySqlPartition>MySqlPartition.Provider. getPartitions()SnapshotChangeEventSource<MySqlPartition,MySqlOffsetContext>MySqlChangeEventSourceFactory. getSnapshotChangeEventSource(SnapshotProgressListener snapshotProgressListener)StreamingChangeEventSource<MySqlPartition,MySqlOffsetContext>MySqlChangeEventSourceFactory. getStreamingChangeEventSource()ChangeEventSourceCoordinator<MySqlPartition,MySqlOffsetContext>MySqlConnectorTask. start(Configuration config)Methods in io.debezium.connector.mysql with parameters of type MySqlPartition Modifier and Type Method Description voidMySqlStreamingChangeEventSource. execute(ChangeEventSource.ChangeEventSourceContext context, MySqlPartition partition, MySqlOffsetContext offsetContext) -
Uses of MySqlPartition in io.debezium.connector.mysql.legacy
Methods in io.debezium.connector.mysql.legacy that return types with arguments of type MySqlPartition Modifier and Type Method Description ChangeEventSourceCoordinator<MySqlPartition,MySqlOffsetContext>MySqlConnectorTask. start(Configuration config)
-