Package io.debezium.connector.oracle.logminer.processor.infinispan
package io.debezium.connector.oracle.logminer.processor.infinispan
-
ClassDescriptionAn implementation of
LogMinerEventProcessorthat uses Infinispan to persist the transaction cache across restarts on disk.A comparator that guarantees that the sort order applied to event keys is such that they are treated as numerical values, sorted as numeric values rather than strings which would allow "100" to come before "9".A concrete implementation ofAbstractInfinispanLogMinerEventProcessorthat uses Infinispan in embedded mode to store transaction and mined event data in caches.A concrete implementation ofAbstractTransactionfor the Infinispan processor.An in-memory pending transaction cache, used for performance reasons.A concrete implementation ofAbstractInfinispanLogMinerEventProcessorthat uses Infinispan with the Hotrod client to store transaction and mined event data in caches.