java.lang.Object
com.orientechnologies.orient.core.storage.cache.chm.writequeue.MPSCLinkedQueue<E>

public final class MPSCLinkedQueue<E> extends Object
  • Constructor Details

    • MPSCLinkedQueue

      public MPSCLinkedQueue()
  • Method Details

    • offer

      public void offer(E item)
    • poll

      public E poll()
    • isEmpty

      public boolean isEmpty()