Class AbstractInfinispanLogMinerEventProcessor

java.lang.Object
io.debezium.connector.oracle.logminer.processor.AbstractLogMinerEventProcessor<InfinispanTransaction>
io.debezium.connector.oracle.logminer.processor.infinispan.AbstractInfinispanLogMinerEventProcessor
All Implemented Interfaces:
CacheProvider, LogMinerEventProcessor, AutoCloseable
Direct Known Subclasses:
EmbeddedInfinispanLogMinerEventProcessor, RemoteInfinispanLogMinerEventProcessor

public abstract class AbstractInfinispanLogMinerEventProcessor extends AbstractLogMinerEventProcessor<InfinispanTransaction> implements CacheProvider
An implementation of LogMinerEventProcessor that uses Infinispan to persist the transaction cache across restarts on disk.
Author:
Chris Cranford