Uses of Interface
io.debezium.connector.oracle.logminer.processor.TransactionCache
-
-
Uses of TransactionCache in io.debezium.connector.oracle.logminer.processor
Methods in io.debezium.connector.oracle.logminer.processor that return TransactionCache Modifier and Type Method Description protected abstract TransactionCache<?>AbstractLogMinerEventProcessor. getTransactionCache()Returns theTransactionCacheimplementation. -
Uses of TransactionCache in io.debezium.connector.oracle.logminer.processor.infinispan
Classes in io.debezium.connector.oracle.logminer.processor.infinispan that implement TransactionCache Modifier and Type Class Description classInfinispanTransactionCacheATransactionCacheimplementation for use with embedded Infinispan.Methods in io.debezium.connector.oracle.logminer.processor.infinispan that return TransactionCache Modifier and Type Method Description protected TransactionCache<?>InfinispanLogMinerEventProcessor. getTransactionCache() -
Uses of TransactionCache in io.debezium.connector.oracle.logminer.processor.memory
Classes in io.debezium.connector.oracle.logminer.processor.memory that implement TransactionCache Modifier and Type Class Description classMemoryTransactionCacheATransactionCacheimplementation that uses a JVM heap backedHashMap.Methods in io.debezium.connector.oracle.logminer.processor.memory that return TransactionCache Modifier and Type Method Description protected TransactionCache<?>MemoryLogMinerEventProcessor. getTransactionCache()
-