Class LinkedTransferQueue.PaddedAtomicReference<T>
java.lang.Object
java.util.concurrent.atomic.AtomicReference<T>
com.google.code.yanf4j.util.LinkedTransferQueue.PaddedAtomicReference<T>
- All Implemented Interfaces:
Serializable
- Enclosing class:
LinkedTransferQueue<E>
Padded version of AtomicReference used for head, tail and cleanMe, to alleviate contention
across threads CASing one vs the other.
- Author:
- Doug Lea, The Netty Project (netty-dev@lists.jboss.org), Trustin Lee (tlee@redhat.com)
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AtomicReference
accumulateAndGet, compareAndExchange, compareAndExchangeAcquire, compareAndExchangeRelease, compareAndSet, get, getAcquire, getAndAccumulate, getAndSet, getAndUpdate, getOpaque, getPlain, lazySet, set, setOpaque, setPlain, setRelease, toString, updateAndGet, weakCompareAndSet, weakCompareAndSetAcquire, weakCompareAndSetPlain, weakCompareAndSetRelease, weakCompareAndSetVolatile
-
Field Details
-
p0
-
p1
-
p2
-
p3
-
p4
-
p5
-
p6
-
p7
-
p8
-
p9
-
pa
-
pb
-
pc
-
pd
-
pe
-
-
Constructor Details
-
PaddedAtomicReference
-