Uses of Class
io.debezium.connector.oracle.logminer.processor.memory.MemoryTransaction
-
Packages that use MemoryTransaction Package Description io.debezium.connector.oracle.logminer.processor.memory -
-
Uses of MemoryTransaction in io.debezium.connector.oracle.logminer.processor.memory
Fields in io.debezium.connector.oracle.logminer.processor.memory with type parameters of type MemoryTransaction Modifier and Type Field Description private Map<String,MemoryTransaction>MemoryLogMinerEventProcessor. transactionCacheCache of transactions, keyed based on the transaction's unique identifierMethods in io.debezium.connector.oracle.logminer.processor.memory that return MemoryTransaction Modifier and Type Method Description protected MemoryTransactionMemoryLogMinerEventProcessor. createTransaction(LogMinerEventRow row)protected MemoryTransactionMemoryLogMinerEventProcessor. getAndRemoveTransactionFromCache(String transactionId)Methods in io.debezium.connector.oracle.logminer.processor.memory that return types with arguments of type MemoryTransaction Modifier and Type Method Description protected Map<String,MemoryTransaction>MemoryLogMinerEventProcessor. getTransactionCache()Methods in io.debezium.connector.oracle.logminer.processor.memory with parameters of type MemoryTransaction Modifier and Type Method Description protected intMemoryLogMinerEventProcessor. getTransactionEventCount(MemoryTransaction transaction)protected Iterator<LogMinerEvent>MemoryLogMinerEventProcessor. getTransactionEventIterator(MemoryTransaction transaction)protected voidMemoryLogMinerEventProcessor. removeTransactionAndEventsFromCache(MemoryTransaction transaction)
-