Uses of Class
io.debezium.connector.oracle.logminer.processor.LogMinerCache.Entry
Packages that use LogMinerCache.Entry
Package
Description
-
Uses of LogMinerCache.Entry in io.debezium.connector.oracle.logminer.processor
Method parameters in io.debezium.connector.oracle.logminer.processor with type arguments of type LogMinerCache.EntryModifier and TypeMethodDescriptionvoidConsume a Stream of all the entries in the cache.voidLogMinerCache.removeIf(Predicate<LogMinerCache.Entry<K, V>> predicate) Remove all keys/values from the cache when thePredicatereturns true;<T> TLogMinerCache.streamAndReturn(Function<Stream<LogMinerCache.Entry<K, V>>, T> function) Apply the given function to the provided stream and return the result from the function. -
Uses of LogMinerCache.Entry in io.debezium.connector.oracle.logminer.processor.ehcache
Method parameters in io.debezium.connector.oracle.logminer.processor.ehcache with type arguments of type LogMinerCache.EntryModifier and TypeMethodDescriptionvoidvoidEhcacheLogMinerCache.removeIf(Predicate<LogMinerCache.Entry<K, V>> predicate) <T> TEhcacheLogMinerCache.streamAndReturn(Function<Stream<LogMinerCache.Entry<K, V>>, T> function) -
Uses of LogMinerCache.Entry in io.debezium.connector.oracle.logminer.processor.infinispan
Method parameters in io.debezium.connector.oracle.logminer.processor.infinispan with type arguments of type LogMinerCache.EntryModifier and TypeMethodDescriptionvoidvoidInfinispanLogMinerCache.removeIf(Predicate<LogMinerCache.Entry<K, V>> predicate) <T> TInfinispanLogMinerCache.streamAndReturn(Function<Stream<LogMinerCache.Entry<K, V>>, T> function) -
Uses of LogMinerCache.Entry in io.debezium.connector.oracle.logminer.processor.memory
Method parameters in io.debezium.connector.oracle.logminer.processor.memory with type arguments of type LogMinerCache.EntryModifier and TypeMethodDescriptionvoidvoidMemoryBasedLogMinerCache.removeIf(Predicate<LogMinerCache.Entry<K, V>> predicate) <T> TMemoryBasedLogMinerCache.streamAndReturn(Function<Stream<LogMinerCache.Entry<K, V>>, T> function)