Package io.debezium.connector.oracle.logminer.processor.infinispan
-
Interface Summary Interface Description CacheProvider -
Class Summary Class Description AbstractInfinispanLogMinerEventProcessor An implementation ofLogMinerEventProcessorthat uses Infinispan to persist the transaction cache across restarts on disk.EmbeddedInfinispanLogMinerEventProcessor A concrete implementation ofAbstractInfinispanLogMinerEventProcessorthat uses Infinispan in embedded mode to store transaction and mined event data in caches.InfinispanTransaction A concrete implementation ofAbstractTransactionfor the Infinispan processor.RemoteInfinispanLogMinerEventProcessor A concrete implementation ofAbstractInfinispanLogMinerEventProcessorthat uses Infinispan with the Hotrod client to store transaction and mined event data in caches.