|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractCollection<E>
java.util.AbstractList<E>
org.eclipse.jetty.util.BlockingArrayQueue<Runnable>
org.cometd.benchmark.MonitoringQueuedThreadPool.MonitoringBlockingArrayQueue
public static class MonitoringQueuedThreadPool.MonitoringBlockingArrayQueue
| Field Summary |
|---|
| Fields inherited from class org.eclipse.jetty.util.BlockingArrayQueue |
|---|
DEFAULT_CAPACITY, DEFAULT_GROWTH |
| Fields inherited from class java.util.AbstractList |
|---|
modCount |
| Constructor Summary | |
|---|---|
MonitoringQueuedThreadPool.MonitoringBlockingArrayQueue(int capacity,
int growBy)
|
|
| Method Summary | |
|---|---|
void |
clear()
|
boolean |
offer(Runnable job)
|
Runnable |
poll()
|
Runnable |
poll(long time,
TimeUnit unit)
|
void |
reset()
|
Runnable |
take()
|
| Methods inherited from class org.eclipse.jetty.util.BlockingArrayQueue |
|---|
add, add, drainTo, drainTo, element, get, getCapacity, getLimit, isEmpty, offer, peek, put, remainingCapacity, remove, remove, set, size |
| Methods inherited from class java.util.AbstractList |
|---|
addAll, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRange, subList |
| Methods inherited from class java.util.AbstractCollection |
|---|
addAll, contains, containsAll, remove, removeAll, retainAll, toArray, toArray, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.concurrent.BlockingQueue |
|---|
contains, remove |
| Methods inherited from interface java.util.Collection |
|---|
addAll, containsAll, equals, hashCode, iterator, removeAll, retainAll, toArray, toArray |
| Methods inherited from interface java.util.List |
|---|
addAll, contains, containsAll, remove, removeAll, retainAll, toArray, toArray |
| Constructor Detail |
|---|
public MonitoringQueuedThreadPool.MonitoringBlockingArrayQueue(int capacity,
int growBy)
| Method Detail |
|---|
public void reset()
public void clear()
clear in interface Collection<Runnable>clear in interface List<Runnable>clear in class org.eclipse.jetty.util.BlockingArrayQueue<Runnable>public boolean offer(Runnable job)
offer in interface BlockingQueue<Runnable>offer in interface Queue<Runnable>offer in class org.eclipse.jetty.util.BlockingArrayQueue<Runnable>public Runnable poll()
poll in interface Queue<Runnable>poll in class org.eclipse.jetty.util.BlockingArrayQueue<Runnable>
public Runnable poll(long time,
TimeUnit unit)
throws InterruptedException
poll in interface BlockingQueue<Runnable>poll in class org.eclipse.jetty.util.BlockingArrayQueue<Runnable>InterruptedException
public Runnable take()
throws InterruptedException
take in interface BlockingQueue<Runnable>take in class org.eclipse.jetty.util.BlockingArrayQueue<Runnable>InterruptedException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||