E
- public static class Queues.Queue<E> extends Queues.SimpleQueue<E>
Queues.SimpleQueue.Node<E>, Queues.SimpleQueue.NodeSerializer<E>
Modifier and Type | Field and Description |
---|---|
protected Atomic.Long |
tail |
engine, head, locks, nodeSerializer, serializer, TICK, useLocks
Constructor and Description |
---|
Queue(Engine engine,
Serializer<E> serializer,
long headerRecid,
long nextTailRecid,
boolean useLocks) |
Modifier and Type | Method and Description |
---|---|
boolean |
add(E e) |
addAll, clear, close, contains, containsAll, drainTo, drainTo, element, isEmpty, iterator, offer, offer, peek, poll, poll, put, remainingCapacity, remove, remove, removeAll, retainAll, size, take, toArray, toArray
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals, hashCode, parallelStream, removeIf, spliterator, stream
protected final Atomic.Long tail
public Queue(Engine engine, Serializer<E> serializer, long headerRecid, long nextTailRecid, boolean useLocks)
public boolean add(E e)
Copyright © 2017. All rights reserved.