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