Uses of Interface
org.jctools.queues.MessagePassingQueue.Supplier
-
Packages that use MessagePassingQueue.Supplier Package Description org.jctools.queues This package aims to fill a gap in current JDK implementations in offering lock free (wait free where possible) queues for inter-thread message passing with finer grained guarantees and an emphasis on performance.
At the time of writing the only lock free queue available in the JDK isConcurrentLinkedQueuewhich is an unbounded multi-producer, multi-consumer queue which is further encumbered by the need to implement the full range ofQueuemethods.org.jctools.queues.atomic org.jctools.queues.atomic.unpadded org.jctools.queues.unpadded org.jctools.queues.varhandle org.jctools.queues.varhandle.unpadded -
-
Uses of MessagePassingQueue.Supplier in org.jctools.queues
-
Uses of MessagePassingQueue.Supplier in org.jctools.queues.atomic
Methods in org.jctools.queues.atomic with parameters of type MessagePassingQueue.Supplier Modifier and Type Method Description intBaseMpscLinkedAtomicArrayQueue. fill(MessagePassingQueue.Supplier<E> s)intBaseMpscLinkedAtomicArrayQueue. fill(MessagePassingQueue.Supplier<E> s, int limit)voidBaseMpscLinkedAtomicArrayQueue. fill(MessagePassingQueue.Supplier<E> s, MessagePassingQueue.WaitStrategy wait, MessagePassingQueue.ExitCondition exit)intBaseSpscLinkedAtomicArrayQueue. fill(MessagePassingQueue.Supplier<E> s)intBaseSpscLinkedAtomicArrayQueue. fill(MessagePassingQueue.Supplier<E> s, int limit)voidBaseSpscLinkedAtomicArrayQueue. fill(MessagePassingQueue.Supplier<E> s, MessagePassingQueue.WaitStrategy wait, MessagePassingQueue.ExitCondition exit)intMpmcAtomicArrayQueue. fill(MessagePassingQueue.Supplier<E> s)intMpmcAtomicArrayQueue. fill(MessagePassingQueue.Supplier<E> s, int limit)voidMpmcAtomicArrayQueue. fill(MessagePassingQueue.Supplier<E> s, MessagePassingQueue.WaitStrategy wait, MessagePassingQueue.ExitCondition exit)intMpscAtomicArrayQueue. fill(MessagePassingQueue.Supplier<E> s)intMpscAtomicArrayQueue. fill(MessagePassingQueue.Supplier<E> s, int limit)voidMpscAtomicArrayQueue. fill(MessagePassingQueue.Supplier<E> s, MessagePassingQueue.WaitStrategy wait, MessagePassingQueue.ExitCondition exit)intMpscLinkedAtomicQueue. fill(MessagePassingQueue.Supplier<E> s)intMpscLinkedAtomicQueue. fill(MessagePassingQueue.Supplier<E> s, int limit)voidMpscLinkedAtomicQueue. fill(MessagePassingQueue.Supplier<E> s, MessagePassingQueue.WaitStrategy wait, MessagePassingQueue.ExitCondition exit)intMpscRelaxedAtomicArrayQueue. fill(MessagePassingQueue.Supplier<E> s)intMpscRelaxedAtomicArrayQueue. fill(MessagePassingQueue.Supplier<E> s, int limit)voidMpscRelaxedAtomicArrayQueue. fill(MessagePassingQueue.Supplier<E> s, MessagePassingQueue.WaitStrategy w, MessagePassingQueue.ExitCondition exit)intMpscUnboundedAtomicArrayQueue. fill(MessagePassingQueue.Supplier<E> s)intSpmcAtomicArrayQueue. fill(MessagePassingQueue.Supplier<E> s)intSpmcAtomicArrayQueue. fill(MessagePassingQueue.Supplier<E> s, int limit)voidSpmcAtomicArrayQueue. fill(MessagePassingQueue.Supplier<E> s, MessagePassingQueue.WaitStrategy w, MessagePassingQueue.ExitCondition e)intSpscAtomicArrayQueue. fill(MessagePassingQueue.Supplier<E> s)intSpscAtomicArrayQueue. fill(MessagePassingQueue.Supplier<E> s, int limit)voidSpscAtomicArrayQueue. fill(MessagePassingQueue.Supplier<E> s, MessagePassingQueue.WaitStrategy w, MessagePassingQueue.ExitCondition e)intSpscLinkedAtomicQueue. fill(MessagePassingQueue.Supplier<E> s)intSpscLinkedAtomicQueue. fill(MessagePassingQueue.Supplier<E> s, int limit)voidSpscLinkedAtomicQueue. fill(MessagePassingQueue.Supplier<E> s, MessagePassingQueue.WaitStrategy wait, MessagePassingQueue.ExitCondition exit)intSpscUnboundedAtomicArrayQueue. fill(MessagePassingQueue.Supplier<E> s)private intMpmcAtomicArrayQueue. fillOneByOne(MessagePassingQueue.Supplier<E> s, int limit)(package private) abstract booleanBaseSpscLinkedAtomicArrayQueue. offerColdPath(java.util.concurrent.atomic.AtomicReferenceArray<E> buffer, long mask, long pIndex, int offset, E v, MessagePassingQueue.Supplier<? extends E> s)(package private) booleanSpscChunkedAtomicArrayQueue. offerColdPath(java.util.concurrent.atomic.AtomicReferenceArray<E> buffer, long mask, long pIndex, int offset, E v, MessagePassingQueue.Supplier<? extends E> s)(package private) booleanSpscGrowableAtomicArrayQueue. offerColdPath(java.util.concurrent.atomic.AtomicReferenceArray<E> buffer, long mask, long index, int offset, E v, MessagePassingQueue.Supplier<? extends E> s)(package private) booleanSpscUnboundedAtomicArrayQueue. offerColdPath(java.util.concurrent.atomic.AtomicReferenceArray<E> buffer, long mask, long pIndex, int offset, E v, MessagePassingQueue.Supplier<? extends E> s)private voidBaseMpscLinkedAtomicArrayQueue. resize(long oldMask, java.util.concurrent.atomic.AtomicReferenceArray<E> oldBuffer, long pIndex, E e, MessagePassingQueue.Supplier<E> s) -
Uses of MessagePassingQueue.Supplier in org.jctools.queues.atomic.unpadded
Methods in org.jctools.queues.atomic.unpadded with parameters of type MessagePassingQueue.Supplier Modifier and Type Method Description intBaseMpscLinkedAtomicUnpaddedArrayQueue. fill(MessagePassingQueue.Supplier<E> s)intBaseMpscLinkedAtomicUnpaddedArrayQueue. fill(MessagePassingQueue.Supplier<E> s, int limit)voidBaseMpscLinkedAtomicUnpaddedArrayQueue. fill(MessagePassingQueue.Supplier<E> s, MessagePassingQueue.WaitStrategy wait, MessagePassingQueue.ExitCondition exit)intBaseSpscLinkedAtomicUnpaddedArrayQueue. fill(MessagePassingQueue.Supplier<E> s)intBaseSpscLinkedAtomicUnpaddedArrayQueue. fill(MessagePassingQueue.Supplier<E> s, int limit)voidBaseSpscLinkedAtomicUnpaddedArrayQueue. fill(MessagePassingQueue.Supplier<E> s, MessagePassingQueue.WaitStrategy wait, MessagePassingQueue.ExitCondition exit)intMpmcAtomicUnpaddedArrayQueue. fill(MessagePassingQueue.Supplier<E> s)intMpmcAtomicUnpaddedArrayQueue. fill(MessagePassingQueue.Supplier<E> s, int limit)voidMpmcAtomicUnpaddedArrayQueue. fill(MessagePassingQueue.Supplier<E> s, MessagePassingQueue.WaitStrategy wait, MessagePassingQueue.ExitCondition exit)intMpscAtomicUnpaddedArrayQueue. fill(MessagePassingQueue.Supplier<E> s)intMpscAtomicUnpaddedArrayQueue. fill(MessagePassingQueue.Supplier<E> s, int limit)voidMpscAtomicUnpaddedArrayQueue. fill(MessagePassingQueue.Supplier<E> s, MessagePassingQueue.WaitStrategy wait, MessagePassingQueue.ExitCondition exit)intMpscLinkedAtomicUnpaddedQueue. fill(MessagePassingQueue.Supplier<E> s)intMpscLinkedAtomicUnpaddedQueue. fill(MessagePassingQueue.Supplier<E> s, int limit)voidMpscLinkedAtomicUnpaddedQueue. fill(MessagePassingQueue.Supplier<E> s, MessagePassingQueue.WaitStrategy wait, MessagePassingQueue.ExitCondition exit)intMpscUnboundedAtomicUnpaddedArrayQueue. fill(MessagePassingQueue.Supplier<E> s)intSpmcAtomicUnpaddedArrayQueue. fill(MessagePassingQueue.Supplier<E> s)intSpmcAtomicUnpaddedArrayQueue. fill(MessagePassingQueue.Supplier<E> s, int limit)voidSpmcAtomicUnpaddedArrayQueue. fill(MessagePassingQueue.Supplier<E> s, MessagePassingQueue.WaitStrategy w, MessagePassingQueue.ExitCondition e)intSpscAtomicUnpaddedArrayQueue. fill(MessagePassingQueue.Supplier<E> s)intSpscAtomicUnpaddedArrayQueue. fill(MessagePassingQueue.Supplier<E> s, int limit)voidSpscAtomicUnpaddedArrayQueue. fill(MessagePassingQueue.Supplier<E> s, MessagePassingQueue.WaitStrategy w, MessagePassingQueue.ExitCondition e)intSpscLinkedAtomicUnpaddedQueue. fill(MessagePassingQueue.Supplier<E> s)intSpscLinkedAtomicUnpaddedQueue. fill(MessagePassingQueue.Supplier<E> s, int limit)voidSpscLinkedAtomicUnpaddedQueue. fill(MessagePassingQueue.Supplier<E> s, MessagePassingQueue.WaitStrategy wait, MessagePassingQueue.ExitCondition exit)intSpscUnboundedAtomicUnpaddedArrayQueue. fill(MessagePassingQueue.Supplier<E> s)private intMpmcAtomicUnpaddedArrayQueue. fillOneByOne(MessagePassingQueue.Supplier<E> s, int limit)(package private) abstract booleanBaseSpscLinkedAtomicUnpaddedArrayQueue. offerColdPath(java.util.concurrent.atomic.AtomicReferenceArray<E> buffer, long mask, long pIndex, int offset, E v, MessagePassingQueue.Supplier<? extends E> s)(package private) booleanSpscChunkedAtomicUnpaddedArrayQueue. offerColdPath(java.util.concurrent.atomic.AtomicReferenceArray<E> buffer, long mask, long pIndex, int offset, E v, MessagePassingQueue.Supplier<? extends E> s)(package private) booleanSpscGrowableAtomicUnpaddedArrayQueue. offerColdPath(java.util.concurrent.atomic.AtomicReferenceArray<E> buffer, long mask, long index, int offset, E v, MessagePassingQueue.Supplier<? extends E> s)(package private) booleanSpscUnboundedAtomicUnpaddedArrayQueue. offerColdPath(java.util.concurrent.atomic.AtomicReferenceArray<E> buffer, long mask, long pIndex, int offset, E v, MessagePassingQueue.Supplier<? extends E> s)private voidBaseMpscLinkedAtomicUnpaddedArrayQueue. resize(long oldMask, java.util.concurrent.atomic.AtomicReferenceArray<E> oldBuffer, long pIndex, E e, MessagePassingQueue.Supplier<E> s) -
Uses of MessagePassingQueue.Supplier in org.jctools.queues.unpadded
Methods in org.jctools.queues.unpadded with parameters of type MessagePassingQueue.Supplier Modifier and Type Method Description intBaseMpscLinkedUnpaddedArrayQueue. fill(MessagePassingQueue.Supplier<E> s)intBaseMpscLinkedUnpaddedArrayQueue. fill(MessagePassingQueue.Supplier<E> s, int limit)voidBaseMpscLinkedUnpaddedArrayQueue. fill(MessagePassingQueue.Supplier<E> s, MessagePassingQueue.WaitStrategy wait, MessagePassingQueue.ExitCondition exit)intBaseSpscLinkedUnpaddedArrayQueue. fill(MessagePassingQueue.Supplier<E> s)intBaseSpscLinkedUnpaddedArrayQueue. fill(MessagePassingQueue.Supplier<E> s, int limit)voidBaseSpscLinkedUnpaddedArrayQueue. fill(MessagePassingQueue.Supplier<E> s, MessagePassingQueue.WaitStrategy wait, MessagePassingQueue.ExitCondition exit)intMpmcUnpaddedArrayQueue. fill(MessagePassingQueue.Supplier<E> s)intMpmcUnpaddedArrayQueue. fill(MessagePassingQueue.Supplier<E> s, int limit)voidMpmcUnpaddedArrayQueue. fill(MessagePassingQueue.Supplier<E> s, MessagePassingQueue.WaitStrategy wait, MessagePassingQueue.ExitCondition exit)intMpscLinkedUnpaddedQueue. fill(MessagePassingQueue.Supplier<E> s)intMpscLinkedUnpaddedQueue. fill(MessagePassingQueue.Supplier<E> s, int limit)voidMpscLinkedUnpaddedQueue. fill(MessagePassingQueue.Supplier<E> s, MessagePassingQueue.WaitStrategy wait, MessagePassingQueue.ExitCondition exit)intMpscUnboundedUnpaddedArrayQueue. fill(MessagePassingQueue.Supplier<E> s)intMpscUnpaddedArrayQueue. fill(MessagePassingQueue.Supplier<E> s)intMpscUnpaddedArrayQueue. fill(MessagePassingQueue.Supplier<E> s, int limit)voidMpscUnpaddedArrayQueue. fill(MessagePassingQueue.Supplier<E> s, MessagePassingQueue.WaitStrategy wait, MessagePassingQueue.ExitCondition exit)intSpmcUnpaddedArrayQueue. fill(MessagePassingQueue.Supplier<E> s)intSpmcUnpaddedArrayQueue. fill(MessagePassingQueue.Supplier<E> s, int limit)voidSpmcUnpaddedArrayQueue. fill(MessagePassingQueue.Supplier<E> s, MessagePassingQueue.WaitStrategy w, MessagePassingQueue.ExitCondition e)intSpscLinkedUnpaddedQueue. fill(MessagePassingQueue.Supplier<E> s)intSpscLinkedUnpaddedQueue. fill(MessagePassingQueue.Supplier<E> s, int limit)voidSpscLinkedUnpaddedQueue. fill(MessagePassingQueue.Supplier<E> s, MessagePassingQueue.WaitStrategy wait, MessagePassingQueue.ExitCondition exit)intSpscUnboundedUnpaddedArrayQueue. fill(MessagePassingQueue.Supplier<E> s)intSpscUnpaddedArrayQueue. fill(MessagePassingQueue.Supplier<E> s)intSpscUnpaddedArrayQueue. fill(MessagePassingQueue.Supplier<E> s, int limit)voidSpscUnpaddedArrayQueue. fill(MessagePassingQueue.Supplier<E> s, MessagePassingQueue.WaitStrategy w, MessagePassingQueue.ExitCondition e)private intMpmcUnpaddedArrayQueue. fillOneByOne(MessagePassingQueue.Supplier<E> s, int limit)(package private) abstract booleanBaseSpscLinkedUnpaddedArrayQueue. offerColdPath(E[] buffer, long mask, long pIndex, long offset, E v, MessagePassingQueue.Supplier<? extends E> s)(package private) booleanSpscChunkedUnpaddedArrayQueue. offerColdPath(E[] buffer, long mask, long pIndex, long offset, E v, MessagePassingQueue.Supplier<? extends E> s)(package private) booleanSpscGrowableUnpaddedArrayQueue. offerColdPath(E[] buffer, long mask, long index, long offset, E v, MessagePassingQueue.Supplier<? extends E> s)(package private) booleanSpscUnboundedUnpaddedArrayQueue. offerColdPath(E[] buffer, long mask, long pIndex, long offset, E v, MessagePassingQueue.Supplier<? extends E> s)private voidBaseMpscLinkedUnpaddedArrayQueue. resize(long oldMask, E[] oldBuffer, long pIndex, E e, MessagePassingQueue.Supplier<E> s) -
Uses of MessagePassingQueue.Supplier in org.jctools.queues.varhandle
Methods in org.jctools.queues.varhandle with parameters of type MessagePassingQueue.Supplier Modifier and Type Method Description intBaseMpscLinkedVarHandleArrayQueue. fill(MessagePassingQueue.Supplier<E> s)intBaseMpscLinkedVarHandleArrayQueue. fill(MessagePassingQueue.Supplier<E> s, int limit)voidBaseMpscLinkedVarHandleArrayQueue. fill(MessagePassingQueue.Supplier<E> s, MessagePassingQueue.WaitStrategy wait, MessagePassingQueue.ExitCondition exit)intBaseSpscLinkedVarHandleArrayQueue. fill(MessagePassingQueue.Supplier<E> s)intBaseSpscLinkedVarHandleArrayQueue. fill(MessagePassingQueue.Supplier<E> s, int limit)voidBaseSpscLinkedVarHandleArrayQueue. fill(MessagePassingQueue.Supplier<E> s, MessagePassingQueue.WaitStrategy wait, MessagePassingQueue.ExitCondition exit)intMpmcVarHandleArrayQueue. fill(MessagePassingQueue.Supplier<E> s)intMpmcVarHandleArrayQueue. fill(MessagePassingQueue.Supplier<E> s, int limit)voidMpmcVarHandleArrayQueue. fill(MessagePassingQueue.Supplier<E> s, MessagePassingQueue.WaitStrategy wait, MessagePassingQueue.ExitCondition exit)intMpscBlockingConsumerVarHandleArrayQueue. fill(MessagePassingQueue.Supplier<E> s)intMpscBlockingConsumerVarHandleArrayQueue. fill(MessagePassingQueue.Supplier<E> s, int limit)voidMpscBlockingConsumerVarHandleArrayQueue. fill(MessagePassingQueue.Supplier<E> s, MessagePassingQueue.WaitStrategy wait, MessagePassingQueue.ExitCondition exit)intMpscLinkedVarHandleQueue. fill(MessagePassingQueue.Supplier<E> s)intMpscLinkedVarHandleQueue. fill(MessagePassingQueue.Supplier<E> s, int limit)voidMpscLinkedVarHandleQueue. fill(MessagePassingQueue.Supplier<E> s, MessagePassingQueue.WaitStrategy wait, MessagePassingQueue.ExitCondition exit)intMpscUnboundedVarHandleArrayQueue. fill(MessagePassingQueue.Supplier<E> s)intMpscVarHandleArrayQueue. fill(MessagePassingQueue.Supplier<E> s)intMpscVarHandleArrayQueue. fill(MessagePassingQueue.Supplier<E> s, int limit)voidMpscVarHandleArrayQueue. fill(MessagePassingQueue.Supplier<E> s, MessagePassingQueue.WaitStrategy wait, MessagePassingQueue.ExitCondition exit)intSpmcVarHandleArrayQueue. fill(MessagePassingQueue.Supplier<E> s)intSpmcVarHandleArrayQueue. fill(MessagePassingQueue.Supplier<E> s, int limit)voidSpmcVarHandleArrayQueue. fill(MessagePassingQueue.Supplier<E> s, MessagePassingQueue.WaitStrategy w, MessagePassingQueue.ExitCondition e)intSpscLinkedVarHandleQueue. fill(MessagePassingQueue.Supplier<E> s)intSpscLinkedVarHandleQueue. fill(MessagePassingQueue.Supplier<E> s, int limit)voidSpscLinkedVarHandleQueue. fill(MessagePassingQueue.Supplier<E> s, MessagePassingQueue.WaitStrategy wait, MessagePassingQueue.ExitCondition exit)intSpscUnboundedVarHandleArrayQueue. fill(MessagePassingQueue.Supplier<E> s)intSpscVarHandleArrayQueue. fill(MessagePassingQueue.Supplier<E> s)intSpscVarHandleArrayQueue. fill(MessagePassingQueue.Supplier<E> s, int limit)voidSpscVarHandleArrayQueue. fill(MessagePassingQueue.Supplier<E> s, MessagePassingQueue.WaitStrategy w, MessagePassingQueue.ExitCondition e)private intMpmcVarHandleArrayQueue. fillOneByOne(MessagePassingQueue.Supplier<E> s, int limit)(package private) abstract booleanBaseSpscLinkedVarHandleArrayQueue. offerColdPath(E[] buffer, long mask, long pIndex, long offset, E v, MessagePassingQueue.Supplier<? extends E> s)(package private) booleanSpscChunkedVarHandleArrayQueue. offerColdPath(E[] buffer, long mask, long pIndex, long offset, E v, MessagePassingQueue.Supplier<? extends E> s)(package private) booleanSpscGrowableVarHandleArrayQueue. offerColdPath(E[] buffer, long mask, long index, long offset, E v, MessagePassingQueue.Supplier<? extends E> s)(package private) booleanSpscUnboundedVarHandleArrayQueue. offerColdPath(E[] buffer, long mask, long pIndex, long offset, E v, MessagePassingQueue.Supplier<? extends E> s)private voidBaseMpscLinkedVarHandleArrayQueue. resize(long oldMask, E[] oldBuffer, long pIndex, E e, MessagePassingQueue.Supplier<E> s) -
Uses of MessagePassingQueue.Supplier in org.jctools.queues.varhandle.unpadded
Methods in org.jctools.queues.varhandle.unpadded with parameters of type MessagePassingQueue.Supplier Modifier and Type Method Description intBaseMpscLinkedVarHandleUnpaddedArrayQueue. fill(MessagePassingQueue.Supplier<E> s)intBaseMpscLinkedVarHandleUnpaddedArrayQueue. fill(MessagePassingQueue.Supplier<E> s, int limit)voidBaseMpscLinkedVarHandleUnpaddedArrayQueue. fill(MessagePassingQueue.Supplier<E> s, MessagePassingQueue.WaitStrategy wait, MessagePassingQueue.ExitCondition exit)intBaseSpscLinkedVarHandleUnpaddedArrayQueue. fill(MessagePassingQueue.Supplier<E> s)intBaseSpscLinkedVarHandleUnpaddedArrayQueue. fill(MessagePassingQueue.Supplier<E> s, int limit)voidBaseSpscLinkedVarHandleUnpaddedArrayQueue. fill(MessagePassingQueue.Supplier<E> s, MessagePassingQueue.WaitStrategy wait, MessagePassingQueue.ExitCondition exit)intMpmcVarHandleUnpaddedArrayQueue. fill(MessagePassingQueue.Supplier<E> s)intMpmcVarHandleUnpaddedArrayQueue. fill(MessagePassingQueue.Supplier<E> s, int limit)voidMpmcVarHandleUnpaddedArrayQueue. fill(MessagePassingQueue.Supplier<E> s, MessagePassingQueue.WaitStrategy wait, MessagePassingQueue.ExitCondition exit)intMpscBlockingConsumerVarHandleUnpaddedArrayQueue. fill(MessagePassingQueue.Supplier<E> s)intMpscBlockingConsumerVarHandleUnpaddedArrayQueue. fill(MessagePassingQueue.Supplier<E> s, int limit)voidMpscBlockingConsumerVarHandleUnpaddedArrayQueue. fill(MessagePassingQueue.Supplier<E> s, MessagePassingQueue.WaitStrategy wait, MessagePassingQueue.ExitCondition exit)intMpscLinkedVarHandleUnpaddedQueue. fill(MessagePassingQueue.Supplier<E> s)intMpscLinkedVarHandleUnpaddedQueue. fill(MessagePassingQueue.Supplier<E> s, int limit)voidMpscLinkedVarHandleUnpaddedQueue. fill(MessagePassingQueue.Supplier<E> s, MessagePassingQueue.WaitStrategy wait, MessagePassingQueue.ExitCondition exit)intMpscUnboundedVarHandleUnpaddedArrayQueue. fill(MessagePassingQueue.Supplier<E> s)intMpscVarHandleUnpaddedArrayQueue. fill(MessagePassingQueue.Supplier<E> s)intMpscVarHandleUnpaddedArrayQueue. fill(MessagePassingQueue.Supplier<E> s, int limit)voidMpscVarHandleUnpaddedArrayQueue. fill(MessagePassingQueue.Supplier<E> s, MessagePassingQueue.WaitStrategy wait, MessagePassingQueue.ExitCondition exit)intSpmcVarHandleUnpaddedArrayQueue. fill(MessagePassingQueue.Supplier<E> s)intSpmcVarHandleUnpaddedArrayQueue. fill(MessagePassingQueue.Supplier<E> s, int limit)voidSpmcVarHandleUnpaddedArrayQueue. fill(MessagePassingQueue.Supplier<E> s, MessagePassingQueue.WaitStrategy w, MessagePassingQueue.ExitCondition e)intSpscLinkedVarHandleUnpaddedQueue. fill(MessagePassingQueue.Supplier<E> s)intSpscLinkedVarHandleUnpaddedQueue. fill(MessagePassingQueue.Supplier<E> s, int limit)voidSpscLinkedVarHandleUnpaddedQueue. fill(MessagePassingQueue.Supplier<E> s, MessagePassingQueue.WaitStrategy wait, MessagePassingQueue.ExitCondition exit)intSpscUnboundedVarHandleUnpaddedArrayQueue. fill(MessagePassingQueue.Supplier<E> s)intSpscVarHandleUnpaddedArrayQueue. fill(MessagePassingQueue.Supplier<E> s)intSpscVarHandleUnpaddedArrayQueue. fill(MessagePassingQueue.Supplier<E> s, int limit)voidSpscVarHandleUnpaddedArrayQueue. fill(MessagePassingQueue.Supplier<E> s, MessagePassingQueue.WaitStrategy w, MessagePassingQueue.ExitCondition e)private intMpmcVarHandleUnpaddedArrayQueue. fillOneByOne(MessagePassingQueue.Supplier<E> s, int limit)(package private) abstract booleanBaseSpscLinkedVarHandleUnpaddedArrayQueue. offerColdPath(E[] buffer, long mask, long pIndex, long offset, E v, MessagePassingQueue.Supplier<? extends E> s)(package private) booleanSpscChunkedVarHandleUnpaddedArrayQueue. offerColdPath(E[] buffer, long mask, long pIndex, long offset, E v, MessagePassingQueue.Supplier<? extends E> s)(package private) booleanSpscGrowableVarHandleUnpaddedArrayQueue. offerColdPath(E[] buffer, long mask, long index, long offset, E v, MessagePassingQueue.Supplier<? extends E> s)(package private) booleanSpscUnboundedVarHandleUnpaddedArrayQueue. offerColdPath(E[] buffer, long mask, long pIndex, long offset, E v, MessagePassingQueue.Supplier<? extends E> s)private voidBaseMpscLinkedVarHandleUnpaddedArrayQueue. resize(long oldMask, E[] oldBuffer, long pIndex, E e, MessagePassingQueue.Supplier<E> s)
-