Class LoomPriorityQueue<E>

java.lang.Object
com.loomcache.client.LoomPriorityQueue<E>
Type Parameters:
E - the element type

public final class LoomPriorityQueue<E> extends Object
Client-side distributed priority queue proxy.
  • Method Details

    • offer

      public boolean offer(@Nullable E element, int priority)
    • offer

      public boolean offer(@Nullable E element)
    • poll

      public @Nullable E poll()
    • peek

      public @Nullable E peek()
    • size

      public long size()
    • clear

      public void clear()