Uses of Class
io.debezium.connector.oracle.logminer.processor.ehcache.EhcacheTransaction
Packages that use EhcacheTransaction
Package
Description
-
Uses of EhcacheTransaction in io.debezium.connector.oracle.logminer.processor.ehcache
Fields in io.debezium.connector.oracle.logminer.processor.ehcache with type parameters of type EhcacheTransactionModifier and TypeFieldDescriptionprivate final LogMinerCache<String, EhcacheTransaction> EhcacheLogMinerEventProcessor.transactionsCacheMethods in io.debezium.connector.oracle.logminer.processor.ehcache that return EhcacheTransactionModifier and TypeMethodDescriptionprotected EhcacheTransactionEhcacheLogMinerEventProcessor.createTransaction(LogMinerEventRow row) Methods in io.debezium.connector.oracle.logminer.processor.ehcache that return types with arguments of type EhcacheTransaction -
Uses of EhcacheTransaction in io.debezium.connector.oracle.logminer.processor.ehcache.serialization
Methods in io.debezium.connector.oracle.logminer.processor.ehcache.serialization that return EhcacheTransactionModifier and TypeMethodDescriptionprotected EhcacheTransactionEhcacheTransactionSerializer.deserialize(SerializerInputStream stream) Methods in io.debezium.connector.oracle.logminer.processor.ehcache.serialization with parameters of type EhcacheTransactionModifier and TypeMethodDescriptionprotected voidEhcacheTransactionSerializer.serialize(EhcacheTransaction object, SerializerOutputStream stream)