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