Uses of Interface
io.debezium.connector.oracle.logminer.processor.infinispan.CacheProvider
Packages that use CacheProvider
-
Uses of CacheProvider in io.debezium.connector.oracle.logminer.processor.infinispan
Classes in io.debezium.connector.oracle.logminer.processor.infinispan that implement CacheProviderModifier and TypeClassDescriptionclassAn implementation ofLogMinerEventProcessorthat uses Infinispan to persist the transaction cache across restarts on disk.classA concrete implementation ofAbstractInfinispanLogMinerEventProcessorthat uses Infinispan in embedded mode to store transaction and mined event data in caches.classA concrete implementation ofAbstractInfinispanLogMinerEventProcessorthat uses Infinispan with the Hotrod client to store transaction and mined event data in caches.