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