public class LinkedBlockingQueueEx<E> extends LinkedBlockingQueue<E>
| Constructor and Description |
|---|
LinkedBlockingQueueEx(int capacity) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
offer(E runnable) |
void |
setOwner(ThreadPoolExecutorEx owner) |
clear, contains, drainTo, drainTo, iterator, offer, peek, poll, poll, put, remainingCapacity, remove, size, spliterator, take, toArray, toArray, toStringadd, addAll, element, removecontainsAll, isEmpty, removeAll, retainAllclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddaddAll, containsAll, equals, hashCode, isEmpty, parallelStream, removeAll, removeIf, retainAll, streampublic void setOwner(ThreadPoolExecutorEx owner)
public boolean offer(E runnable)
offer in interface BlockingQueue<E>offer in interface Queue<E>offer in class LinkedBlockingQueue<E>Copyright © 2017–2019 The Apache Software Foundation. All rights reserved.