java.lang.Object
java.util.concurrent.atomic.AtomicReference<Node<T>>
com.orientechnologies.orient.core.storage.impl.local.paginated.wal.common.deque.MPSCFAAArrayDequeue<T>
All Implemented Interfaces:
Serializable

public final class MPSCFAAArrayDequeue<T> extends AtomicReference<Node<T>>
See Also:
  • Constructor Details

    • MPSCFAAArrayDequeue

      public MPSCFAAArrayDequeue()
  • Method Details

    • offer

      public void offer(T record)
    • poll

      public T poll()
    • peek

      public T peek()
    • peekFirst

      public Cursor<T> peekFirst()
    • next

      public static <T> Cursor<T> next(Cursor<T> cursor)
    • peekLast

      public Cursor<T> peekLast()
    • prev

      public static <T> Cursor<T> prev(Cursor<T> cursor)