Package org.jctools.queues
Class MpmcUnboundedXaddChunk<E>
- java.lang.Object
-
- org.jctools.queues.MpUnboundedXaddChunk<MpmcUnboundedXaddChunk<E>,E>
-
- org.jctools.queues.MpmcUnboundedXaddChunk<E>
-
final class MpmcUnboundedXaddChunk<E> extends MpUnboundedXaddChunk<MpmcUnboundedXaddChunk<E>,E>
-
-
Field Summary
Fields Modifier and Type Field Description private long[]
sequence
-
Fields inherited from class org.jctools.queues.MpUnboundedXaddChunk
NOT_USED
-
-
Constructor Summary
Constructors Constructor Description MpmcUnboundedXaddChunk(long index, MpmcUnboundedXaddChunk<E> prev, int size, boolean pooled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) long
lvSequence(int index)
(package private) void
soSequence(int index, long e)
(package private) void
spinForSequence(int index, long e)
-
-
-
Constructor Detail
-
MpmcUnboundedXaddChunk
MpmcUnboundedXaddChunk(long index, MpmcUnboundedXaddChunk<E> prev, int size, boolean pooled)
-
-