Uses of Class
io.debezium.connector.oracle.logminer.processor.infinispan.AbstractInfinispanLogMinerEventProcessor
-
Packages that use AbstractInfinispanLogMinerEventProcessor Package Description io.debezium.connector.oracle.logminer.processor.infinispan -
-
Uses of AbstractInfinispanLogMinerEventProcessor in io.debezium.connector.oracle.logminer.processor.infinispan
Subclasses of AbstractInfinispanLogMinerEventProcessor in io.debezium.connector.oracle.logminer.processor.infinispan Modifier and Type Class Description 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.
-