Uses of Class
io.debezium.util.BoundedConcurrentHashMap.LIRSHashEntry
Packages that use BoundedConcurrentHashMap.LIRSHashEntry
-
Uses of BoundedConcurrentHashMap.LIRSHashEntry in io.debezium.util
Fields in io.debezium.util declared as BoundedConcurrentHashMap.LIRSHashEntryModifier and TypeFieldDescriptionprivate final BoundedConcurrentHashMap.LIRSHashEntry<K,V> BoundedConcurrentHashMap.LIRS.headerThis header encompasses two data structures:private BoundedConcurrentHashMap.LIRSHashEntry<K,V> BoundedConcurrentHashMap.LIRSHashEntry.nextInQueueprivate BoundedConcurrentHashMap.LIRSHashEntry<K,V> BoundedConcurrentHashMap.LIRSHashEntry.nextInStackprivate BoundedConcurrentHashMap.LIRSHashEntry<K,V> BoundedConcurrentHashMap.LIRSHashEntry.previousInQueueprivate BoundedConcurrentHashMap.LIRSHashEntry<K,V> BoundedConcurrentHashMap.LIRSHashEntry.previousInStackFields in io.debezium.util with type parameters of type BoundedConcurrentHashMap.LIRSHashEntryModifier and TypeFieldDescriptionprivate final ConcurrentLinkedQueue<BoundedConcurrentHashMap.LIRSHashEntry<K,V>> BoundedConcurrentHashMap.LIRS.accessQueueThe accessQueue for reducing lock contention See "BP-Wrapper: a system framework making any replacement algorithms (almost) lock contention free"Methods in io.debezium.util that return BoundedConcurrentHashMap.LIRSHashEntryModifier and TypeMethodDescriptionprivate BoundedConcurrentHashMap.LIRSHashEntry<K,V> BoundedConcurrentHashMap.LIRS.queueEnd()Returns the entry at the end of the queue.private BoundedConcurrentHashMap.LIRSHashEntry<K,V> BoundedConcurrentHashMap.LIRS.queueFront()Returns the entry at the front of the queue.private BoundedConcurrentHashMap.LIRSHashEntry<K,V> BoundedConcurrentHashMap.LIRS.stackBottom()Returns the entry at the bottom of the stack.Methods in io.debezium.util with parameters of type BoundedConcurrentHashMap.LIRSHashEntryModifier and TypeMethodDescriptionprivate voidBoundedConcurrentHashMap.LIRSHashEntry.addToQueueBefore(BoundedConcurrentHashMap.LIRSHashEntry<K, V> existingEntry) Inserts this entry before the specified existing entry in the queue.private voidBoundedConcurrentHashMap.LIRSHashEntry.addToStackBefore(BoundedConcurrentHashMap.LIRSHashEntry<K, V> existingEntry) Inserts this entry before the specified existing entry in the stack.