Package org.jctools.queues
Class MpmcUnboundedXaddChunk<E>
- java.lang.Object
-
- org.jctools.queues.MpUnboundedXaddChunk<MpmcUnboundedXaddChunk<E>,E>
-
- org.jctools.queues.MpmcUnboundedXaddChunk<E>
-
public 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 long
lvSequence(int index)
void
soSequence(int index, long e)
void
spinForSequence(int index, long e)
-
-
-
Constructor Detail
-
MpmcUnboundedXaddChunk
public MpmcUnboundedXaddChunk(long index, MpmcUnboundedXaddChunk<E> prev, int size, boolean pooled)
-
-