Uses of Class
io.debezium.connector.oracle.logminer.processor.memory.MemoryTransaction
Packages that use MemoryTransaction
-
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 MemoryTransactionModifier and TypeFieldDescriptionprivate final 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 MemoryTransactionModifier and TypeMethodDescriptionprotected 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 MemoryTransactionModifier and TypeMethodDescriptionprotected Map<String,MemoryTransaction> MemoryLogMinerEventProcessor.getTransactionCache()Methods in io.debezium.connector.oracle.logminer.processor.memory with parameters of type MemoryTransactionModifier and TypeMethodDescriptionprotected voidMemoryLogMinerEventProcessor.abandonTransactionOverEventThreshold(MemoryTransaction transaction) protected intMemoryLogMinerEventProcessor.getTransactionEventCount(MemoryTransaction transaction) protected Iterator<LogMinerEvent>MemoryLogMinerEventProcessor.getTransactionEventIterator(MemoryTransaction transaction) protected voidMemoryLogMinerEventProcessor.removeTransactionAndEventsFromCache(MemoryTransaction transaction)