Uses of Interface
org.jctools.queues.alt.ConsumerFunction
Packages that use ConsumerFunction
-
Uses of ConsumerFunction in org.jctools.queues.alt
Methods in org.jctools.queues.alt with parameters of type ConsumerFunctionModifier and TypeMethodDescriptionintConcurrentQueueConsumer.consume(ConsumerFunction<E> consumer, int batchSize) As many elements as are visible are delivered to theConsumer.intConcurrentQueueFactory.GenericQueue.consume(ConsumerFunction<E> consumer, int batchSize) intConsumer.consume(ConsumerFunction<E> c, int batch) intMpmcArrayConcurrentQueueColdFields.Consumer.consume(ConsumerFunction<E> consumer, int batchSize) intMpscArrayConcurrentQueueColdFields.Consumer.consume(ConsumerFunction<E> consumer, int batchSize)