Uses of Class
com.github.benmanes.caffeine.SingleConsumerQueue
-
Packages that use SingleConsumerQueue Package Description com.github.benmanes.caffeine Utility classes commonly useful in concurrent programming. -
-
Uses of SingleConsumerQueue in com.github.benmanes.caffeine
Methods in com.github.benmanes.caffeine that return SingleConsumerQueue Modifier and Type Method Description static <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 Constructor Description SerializationProxy(SingleConsumerQueue<E> queue)
-