Class InMemoryPendingTransactionsCache
java.lang.Object
io.debezium.connector.oracle.logminer.processor.infinispan.InMemoryPendingTransactionsCache
An in-memory pending transaction cache, used for performance reasons.
-
Field Summary
FieldsModifier and TypeFieldDescriptionMap of transaction ids to the number of events in cache -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
pendingTransactionInEventsCache
Map of transaction ids to the number of events in cache
-
-
Constructor Details
-
InMemoryPendingTransactionsCache
InMemoryPendingTransactionsCache()
-
-
Method Details
-
getNumPending
-
putOrIncrement
-
decrement
-
initKey
-
remove
-