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