Uses of Interface
org.jctools.queues.blocking.TakeStrategy
-
Packages that use TakeStrategy Package Description org.jctools.queues.blocking -
-
Uses of TakeStrategy in org.jctools.queues.blocking
Classes in org.jctools.queues.blocking that implement TakeStrategy Modifier and Type Class Description classMcParkTakeStrategy<E>classScParkTakeStrategy<E>classYieldTakeStrategy<E>Method parameters in org.jctools.queues.blocking with type arguments of type TakeStrategy Modifier and Type Method Description static <E> BlockingQueue<E>BlockingQueueFactory. newBlockingQueue(ConcurrentQueueSpec qs, Class<? extends TakeStrategy> takeStratClass, Class<? extends PutStrategy> putStratClass)
-