Uses of Class
io.debezium.connector.oracle.logminer.TransactionalBuffer.Transaction
-
Packages that use TransactionalBuffer.Transaction Package Description io.debezium.connector.oracle.logminer -
-
Uses of TransactionalBuffer.Transaction in io.debezium.connector.oracle.logminer
Fields in io.debezium.connector.oracle.logminer with type parameters of type TransactionalBuffer.Transaction Modifier and Type Field Description private Map<String,TransactionalBuffer.Transaction>TransactionalBuffer. transactionsMethods in io.debezium.connector.oracle.logminer with parameters of type TransactionalBuffer.Transaction Modifier and Type Method Description private List<String>TransactionalBuffer. readAndCombineLobWriteEvents(TransactionalBuffer.Transaction transaction, int index, boolean binaryData)Reads the transaction event queue and combines all LOB_WRITE events starting at the provided index.private intTransactionalBuffer. readAndConsumeLobEraseEvents(TransactionalBuffer.Transaction transaction, int index)Read and remove all LobErase events detected in the transaction event queue.private voidTransactionalBuffer. reconcileTransaction(TransactionalBuffer.Transaction transaction)Reconcile the specified transaction by merging multiple events that should be emitted as a single logical event, such as changes made to LOB column types that involve multiple events.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.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.Constructors in io.debezium.connector.oracle.logminer with parameters of type TransactionalBuffer.Transaction Constructor Description RecentlyCommittedTransaction(TransactionalBuffer.Transaction transaction, Scn commitScn)
-