Class Node<T>
java.lang.Object
java.util.concurrent.atomic.AtomicReference<Node<T>>
com.orientechnologies.orient.core.storage.impl.local.paginated.wal.common.deque.Node<T>
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Method Summary
Methods inherited from class java.util.concurrent.atomic.AtomicReference
accumulateAndGet, compareAndExchange, compareAndExchangeAcquire, compareAndExchangeRelease, compareAndSet, get, getAcquire, getAndAccumulate, getAndSet, getAndUpdate, getOpaque, getPlain, lazySet, set, setOpaque, setPlain, setRelease, updateAndGet, weakCompareAndSet, weakCompareAndSetAcquire, weakCompareAndSetPlain, weakCompareAndSetRelease, weakCompareAndSetVolatile
-
Field Details
-
deqidx
public volatile int deqidx -
items
-
enqidx
-
-
Method Details
-
clearPrev
public void clearPrev() -
casNext
-
getNext
-
getPrev
-
toString
- Overrides:
toStringin classAtomicReference<Node<T>>
-