Uses of Class
io.debezium.connector.mysql.ReadBinLogIT.RowBuilder
-
Packages that use ReadBinLogIT.RowBuilder Package Description io.debezium.connector.mysql -
-
Uses of ReadBinLogIT.RowBuilder in io.debezium.connector.mysql
Methods in io.debezium.connector.mysql that return ReadBinLogIT.RowBuilder Modifier and Type Method Description ReadBinLogIT.RowBuilderReadBinLogIT.RowBuilder. insertedRow(Serializable... values)ReadBinLogIT.RowBuilderReadBinLogIT.RowBuilder. removedRow(Serializable... values)protected ReadBinLogIT.RowBuilderReadBinLogIT. rows()ReadBinLogIT.RowBuilderReadBinLogIT.UpdateBuilder. to(Serializable... values)Methods in io.debezium.connector.mysql with parameters of type ReadBinLogIT.RowBuilder Modifier and Type Method Description protected voidReadBinLogIT. assertRows(com.github.shyiko.mysql.binlog.event.DeleteRowsEventData eventData, ReadBinLogIT.RowBuilder rows)protected voidReadBinLogIT. assertRows(com.github.shyiko.mysql.binlog.event.UpdateRowsEventData eventData, ReadBinLogIT.RowBuilder rows)protected voidReadBinLogIT. assertRows(com.github.shyiko.mysql.binlog.event.WriteRowsEventData eventData, ReadBinLogIT.RowBuilder rows)
-