Package rx.internal.util.unsafe
Class SpmcArrayQueueProducerIndexCacheField<E>
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractQueue<E>
-
- rx.internal.util.unsafe.ConcurrentCircularArrayQueueL0Pad<E>
-
- rx.internal.util.unsafe.ConcurrentCircularArrayQueue<E>
-
- rx.internal.util.unsafe.SpmcArrayQueueL1Pad<E>
-
- rx.internal.util.unsafe.SpmcArrayQueueProducerField<E>
-
- rx.internal.util.unsafe.SpmcArrayQueueL2Pad<E>
-
- rx.internal.util.unsafe.SpmcArrayQueueConsumerField<E>
-
- rx.internal.util.unsafe.SpmcArrayQueueMidPad<E>
-
- rx.internal.util.unsafe.SpmcArrayQueueProducerIndexCacheField<E>
-
- All Implemented Interfaces:
java.lang.Iterable<E>
,java.util.Collection<E>
,java.util.Queue<E>
,MessagePassingQueue<E>
- Direct Known Subclasses:
SpmcArrayQueueL3Pad
@SuppressAnimalSniffer abstract class SpmcArrayQueueProducerIndexCacheField<E> extends SpmcArrayQueueMidPad<E>
-
-
Field Summary
Fields Modifier and Type Field Description private long
producerIndexCache
-
Fields inherited from class rx.internal.util.unsafe.SpmcArrayQueueMidPad
p20, p21, p22, p23, p24, p25, p26, p30, p31, p32, p33, p34, p35, p36, p37
-
Fields inherited from class rx.internal.util.unsafe.SpmcArrayQueueConsumerField
C_INDEX_OFFSET
-
Fields inherited from class rx.internal.util.unsafe.SpmcArrayQueueProducerField
P_INDEX_OFFSET
-
Fields inherited from class rx.internal.util.unsafe.SpmcArrayQueueL1Pad
p10, p11, p12, p13, p14, p15, p16
-
Fields inherited from class rx.internal.util.unsafe.ConcurrentCircularArrayQueue
buffer, BUFFER_PAD, mask, SPARSE_SHIFT
-
-
Constructor Summary
Constructors Constructor Description SpmcArrayQueueProducerIndexCacheField(int capacity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected long
lvProducerIndexCache()
protected void
svProducerIndexCache(long v)
-
Methods inherited from class rx.internal.util.unsafe.SpmcArrayQueueConsumerField
casHead, lvConsumerIndex
-
Methods inherited from class rx.internal.util.unsafe.SpmcArrayQueueProducerField
lvProducerIndex, soTail
-
Methods inherited from class rx.internal.util.unsafe.ConcurrentCircularArrayQueue
calcElementOffset, calcElementOffset, clear, iterator, lpElement, lpElement, lvElement, lvElement, soElement, soElement, spElement, spElement
-
Methods inherited from class java.util.AbstractCollection
contains, containsAll, isEmpty, remove, removeAll, retainAll, size, toArray, toArray, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Collection
contains, containsAll, equals, hashCode, isEmpty, parallelStream, remove, removeAll, removeIf, retainAll, size, spliterator, stream, toArray, toArray, toArray
-
-