Uses of Class
io.debezium.util.BoundedConcurrentHashMap.LIRSHashEntry
-
Packages that use BoundedConcurrentHashMap.LIRSHashEntry Package Description io.debezium.util -
-
Uses of BoundedConcurrentHashMap.LIRSHashEntry in io.debezium.util
Fields in io.debezium.util declared as BoundedConcurrentHashMap.LIRSHashEntry Modifier and Type Field Description private 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.LIRSHashEntry Modifier and Type Field Description private 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.LIRSHashEntry Modifier and Type Method Description private 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.LIRSHashEntry Modifier and Type Method Description private 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.
-