Uses of Class
io.debezium.connector.oracle.logminer.processor.AbstractLogMinerEventProcessor
Packages that use AbstractLogMinerEventProcessor
Package
Description
-
Uses of AbstractLogMinerEventProcessor in io.debezium.connector.oracle.logminer.processor.infinispan
Subclasses of AbstractLogMinerEventProcessor in io.debezium.connector.oracle.logminer.processor.infinispanModifier 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. -
Uses of AbstractLogMinerEventProcessor in io.debezium.connector.oracle.logminer.processor.memory
Subclasses of AbstractLogMinerEventProcessor in io.debezium.connector.oracle.logminer.processor.memoryModifier and TypeClassDescriptionclassALogMinerEventProcessorthat uses the JVM heap to store events as they're being processed and emitted from Oracle LogMiner.