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 Map<String,MemoryTransaction>MemoryTransactionCache. cacheMethods in io.debezium.connector.oracle.logminer.processor.memory that return MemoryTransaction Modifier and Type Method Description protected MemoryTransactionMemoryLogMinerEventProcessor. createTransaction(LogMinerEventRow row)MemoryTransactionMemoryTransactionCache. get(String transactionId)MemoryTransactionMemoryTransactionCache. remove(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 TransactionCache<MemoryTransaction,?>MemoryLogMinerEventProcessor. getTransactionCache()Iterator<Map.Entry<String,MemoryTransaction>>MemoryTransactionCache. iterator()Methods in io.debezium.connector.oracle.logminer.processor.memory with parameters of type MemoryTransaction Modifier and Type Method Description protected intMemoryLogMinerEventProcessor. getTransactionEventCount(MemoryTransaction transaction)voidMemoryTransactionCache. put(String transactionId, MemoryTransaction transaction)
-