Uses of Class
com.github.benmanes.caffeine.SingleConsumerQueue
Packages that use SingleConsumerQueue
Package
Description
Utility classes commonly useful in concurrent programming.
-
Uses of SingleConsumerQueue in com.github.benmanes.caffeine
Methods in com.github.benmanes.caffeine that return SingleConsumerQueueModifier and TypeMethodDescriptionstatic <E> SingleConsumerQueue<E>
SingleConsumerQueue.linearizable()
Creates a queue with a linearizable backoff strategy.static <E> SingleConsumerQueue<E>
SingleConsumerQueue.optimistic()
Creates a queue with an optimistic backoff strategy.Constructors in com.github.benmanes.caffeine with parameters of type SingleConsumerQueue