Uses of Interface
io.debezium.connector.oracle.logminer.processor.LogMinerCache
Packages that use LogMinerCache
Package
Description
-
Uses of LogMinerCache in io.debezium.connector.oracle.logminer.processor
Methods in io.debezium.connector.oracle.logminer.processor that return LogMinerCacheModifier and TypeMethodDescriptionCacheProvider.getEventCache()Get the LogMiner events cache Key - The event id, in the format oftransactionId-eventSequenceValue - The raw LogMinerEvent object instanceCacheProvider.getProcessedTransactionsCache()Get the processed transactions cache Key - The unique transaction id Value - The transaction's commit or rollback system change numberCacheProvider.getSchemaChangesCache()Get the Schema Changes cache Key - The system change number of the schema change Value - The table the schema change is related toCacheProvider.getTransactionCache()Get the transaction cache Key - The unique transaction id Value - The transaction instance -
Uses of LogMinerCache in io.debezium.connector.oracle.logminer.processor.ehcache
Classes in io.debezium.connector.oracle.logminer.processor.ehcache that implement LogMinerCacheModifier and TypeClassDescriptionclassEhcacheLogMinerCache<K,V> An implementation ofLogMinerCachefor Ehcache backed off-heap caches.Fields in io.debezium.connector.oracle.logminer.processor.ehcache declared as LogMinerCacheModifier and TypeFieldDescriptionprivate final LogMinerCache<String, LogMinerEvent> EhcacheLogMinerEventProcessor.eventCacheprivate final LogMinerCache<String, String> EhcacheLogMinerEventProcessor.processedTransactionsCacheprivate final LogMinerCache<String, String> EhcacheLogMinerEventProcessor.schemaChangesCacheprivate final LogMinerCache<String, EhcacheTransaction> EhcacheLogMinerEventProcessor.transactionsCacheMethods in io.debezium.connector.oracle.logminer.processor.ehcache that return LogMinerCacheModifier and TypeMethodDescriptionEhcacheLogMinerEventProcessor.getEventCache()EhcacheLogMinerEventProcessor.getProcessedTransactionsCache()EhcacheLogMinerEventProcessor.getSchemaChangesCache()EhcacheLogMinerEventProcessor.getTransactionCache() -
Uses of LogMinerCache in io.debezium.connector.oracle.logminer.processor.infinispan
Classes in io.debezium.connector.oracle.logminer.processor.infinispan that implement LogMinerCacheFields in io.debezium.connector.oracle.logminer.processor.infinispan declared as LogMinerCacheModifier and TypeFieldDescriptionprivate final LogMinerCache<String, LogMinerEvent> EmbeddedInfinispanLogMinerEventProcessor.eventCacheprivate final LogMinerCache<String, LogMinerEvent> RemoteInfinispanLogMinerEventProcessor.eventCacheprivate final LogMinerCache<String, String> EmbeddedInfinispanLogMinerEventProcessor.processedTransactionsCacheprivate final LogMinerCache<String, String> RemoteInfinispanLogMinerEventProcessor.processedTransactionsCacheprivate final LogMinerCache<String, String> EmbeddedInfinispanLogMinerEventProcessor.schemaChangesCacheprivate final LogMinerCache<String, String> RemoteInfinispanLogMinerEventProcessor.schemaChangesCacheprivate final LogMinerCache<String, InfinispanTransaction> EmbeddedInfinispanLogMinerEventProcessor.transactionCacheprivate final LogMinerCache<String, InfinispanTransaction> RemoteInfinispanLogMinerEventProcessor.transactionCacheMethods in io.debezium.connector.oracle.logminer.processor.infinispan that return LogMinerCacheModifier and TypeMethodDescriptionprivate <K,V> LogMinerCache <K, V> EmbeddedInfinispanLogMinerEventProcessor.createCache(String cacheName, OracleConnectorConfig connectorConfig, Field field) private <C,V> LogMinerCache <C, V> RemoteInfinispanLogMinerEventProcessor.createCache(String cacheName, OracleConnectorConfig connectorConfig, Field field) EmbeddedInfinispanLogMinerEventProcessor.getEventCache()RemoteInfinispanLogMinerEventProcessor.getEventCache()EmbeddedInfinispanLogMinerEventProcessor.getProcessedTransactionsCache()RemoteInfinispanLogMinerEventProcessor.getProcessedTransactionsCache()EmbeddedInfinispanLogMinerEventProcessor.getSchemaChangesCache()RemoteInfinispanLogMinerEventProcessor.getSchemaChangesCache()EmbeddedInfinispanLogMinerEventProcessor.getTransactionCache()RemoteInfinispanLogMinerEventProcessor.getTransactionCache() -
Uses of LogMinerCache in io.debezium.connector.oracle.logminer.processor.memory
Classes in io.debezium.connector.oracle.logminer.processor.memory that implement LogMinerCacheFields in io.debezium.connector.oracle.logminer.processor.memory declared as LogMinerCacheModifier and TypeFieldDescriptionprivate final LogMinerCache<String, LogMinerEvent> MemoryLogMinerEventProcessor.eventCacheprivate final LogMinerCache<String, String> MemoryLogMinerEventProcessor.processedTransactionsCacheprivate final LogMinerCache<String, String> MemoryLogMinerEventProcessor.schemaCacheprivate final LogMinerCache<String, MemoryTransaction> MemoryLogMinerEventProcessor.transactionCacheMethods in io.debezium.connector.oracle.logminer.processor.memory that return LogMinerCacheModifier and TypeMethodDescriptionMemoryLogMinerEventProcessor.getEventCache()MemoryLogMinerEventProcessor.getProcessedTransactionsCache()MemoryLogMinerEventProcessor.getSchemaChangesCache()MemoryLogMinerEventProcessor.getTransactionCache()