| Modifier and Type | Method and Description |
|---|---|
ReadBinLogIT.RowBuilder |
ReadBinLogIT.RowBuilder.insertedRow(Serializable... values) |
ReadBinLogIT.RowBuilder |
ReadBinLogIT.RowBuilder.removedRow(Serializable... values) |
protected ReadBinLogIT.RowBuilder |
ReadBinLogIT.rows() |
ReadBinLogIT.RowBuilder |
ReadBinLogIT.UpdateBuilder.to(Serializable... values) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ReadBinLogIT.assertRows(com.github.shyiko.mysql.binlog.event.DeleteRowsEventData eventData,
ReadBinLogIT.RowBuilder rows) |
protected void |
ReadBinLogIT.assertRows(com.github.shyiko.mysql.binlog.event.UpdateRowsEventData eventData,
ReadBinLogIT.RowBuilder rows) |
protected void |
ReadBinLogIT.assertRows(com.github.shyiko.mysql.binlog.event.WriteRowsEventData eventData,
ReadBinLogIT.RowBuilder rows) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.