Package io.debezium.connector.binlog
Class BinlogReadBinLogIT.RowBuilder
java.lang.Object
io.debezium.connector.binlog.BinlogReadBinLogIT.RowBuilder
- Enclosing class:
- BinlogReadBinLogIT<C extends org.apache.kafka.connect.source.SourceConnector>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate BinlogReadBinLogIT.Rowprivate List<BinlogReadBinLogIT.Row> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionchangeRow(Serializable... values) protected booleandeepEquals(Serializable[] expectedValues, Serializable[] actualValues) protected booleanfindDeletedRow(Serializable[] values) protected booleanfindInsertedRow(Serializable[] values) protected booleanfindUpdatedRow(Serializable[] oldValues, Serializable[] newValues) insertedRow(Serializable... values) protected voidremovedRow(Serializable... values) protected List<BinlogReadBinLogIT.Row>rows()
-
Field Details
-
rows
-
nextRow
-
-
Constructor Details
-
RowBuilder
public RowBuilder()
-
-
Method Details
-
insertedRow
-
removedRow
-
changeRow
-
maybeAddRow
protected void maybeAddRow() -
rows
-
findInsertedRow
-
findDeletedRow
-
findUpdatedRow
-
deepEquals
-