Uses of Class
io.debezium.connector.oracle.logminer.TransactionalBuffer.DmlEvent
-
Packages that use TransactionalBuffer.DmlEvent Package Description io.debezium.connector.oracle.logminer -
-
Uses of TransactionalBuffer.DmlEvent in io.debezium.connector.oracle.logminer
Methods in io.debezium.connector.oracle.logminer with parameters of type TransactionalBuffer.DmlEvent Modifier and Type Method Description private booleanTransactionalBuffer. shouldMergeDmlEvent(TransactionalBuffer.Transaction transaction, int index, TransactionalBuffer.DmlEvent event, TransactionalBuffer.LogMinerEvent prevEvent)Attempts to merge the provided DML event with the previous event in the transaction.
-