Top Fields Constructors Methods
io.netty.util.internal.shaded.org.jctools.queues

pack-priv final Class MpmcUnboundedXaddChunk<E>

extends MpUnboundedXaddChunk<MpmcUnboundedXaddChunk<E>, E>
Class Inheritance
Annotations
@InternalAPI
Imports
io.netty.util.internal.shaded.org.jctools.util.InternalAPI, java.util.Arrays

Field Summary

Modifier and TypeField and Description
private final long[]
Inherited from io.netty.util.internal.shaded.org.jctools.queues.MpUnboundedXaddChunk:
NOT_USED

Constructor Summary

AccessConstructor and Description
pack-priv
MpmcUnboundedXaddChunk(long index, MpmcUnboundedXaddChunk<E> prev, int size, boolean pooled)

Method Summary

Modifier and TypeMethod and Description
pack-priv long
lvSequence(int index)

pack-priv void
soSequence(int index, long e)

pack-priv void
spinForSequence(int index, long e)

Inherited from io.netty.util.internal.shaded.org.jctools.queues.MpUnboundedXaddChunk:
isPooledlvElementlvIndexlvNextlvPrevsoElementsoIndexsoNextsoPrevspIndexspinForElement

Field Detail

sequenceback to summary
private final long[] sequence

Constructor Detail

MpmcUnboundedXaddChunkback to summary
pack-priv MpmcUnboundedXaddChunk(long index, MpmcUnboundedXaddChunk<E> prev, int size, boolean pooled)

Method Detail

lvSequenceback to summary
pack-priv long lvSequence(int index)
soSequenceback to summary
pack-priv void soSequence(int index, long e)
spinForSequenceback to summary
pack-priv void spinForSequence(int index, long e)