Uses of Class
com.github.benmanes.caffeine.SCQHeader.PadHeadAndTail
-
Packages that use SCQHeader.PadHeadAndTail Package Description com.github.benmanes.caffeine Utility classes commonly useful in concurrent programming. -
-
Uses of SCQHeader.PadHeadAndTail in com.github.benmanes.caffeine
Subclasses of SCQHeader.PadHeadAndTail in com.github.benmanes.caffeine Modifier and Type Class Description (package private) static class
SCQHeader.HeadAndTailRef<E>
Enforces a memory layout to avoid false sharing by padding the tail node.class
SingleConsumerQueue<E>
A lock-free unbounded queue based on linked nodes that supports concurrent producers and is restricted to a single consumer.
-