Uses of Interface
io.debezium.connector.oracle.logminer.processor.CacheProvider
Packages that use CacheProvider
Package
Description
-
Uses of CacheProvider in io.debezium.connector.oracle.logminer.processor
Classes in io.debezium.connector.oracle.logminer.processor that implement CacheProviderModifier and TypeClassDescriptionclassAbstractLogMinerEventProcessor<T extends Transaction>An abstract implementation ofLogMinerEventProcessorthat all processors should extend. -
Uses of CacheProvider in io.debezium.connector.oracle.logminer.processor.ehcache
Classes in io.debezium.connector.oracle.logminer.processor.ehcache that implement CacheProviderModifier and TypeClassDescriptionclassAnAbstractLogMinerEventProcessorimplementation for storing buffer details off-heap in a set of Ehcache-backed caches. -
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. -
Uses of CacheProvider in io.debezium.connector.oracle.logminer.processor.memory
Classes in io.debezium.connector.oracle.logminer.processor.memory that implement CacheProviderModifier and TypeClassDescriptionclassALogMinerEventProcessorthat uses the JVM heap to store events as they're being processed and emitted from Oracle LogMiner.