- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractList<E>
-
- org.eclipse.jetty.util.BlockingArrayQueue<java.lang.Runnable>
-
- org.cometd.benchmark.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
-
Method Summary
-
Methods inherited from class org.eclipse.jetty.util.BlockingArrayQueue
add, add, drainTo, drainTo, element, get, getCapacity, getMaxCapacity, iterator, listIterator, offer, peek, put, remainingCapacity, remove, remove, remove, set, size
-
Methods inherited from class java.util.AbstractList
addAll, equals, hashCode, indexOf, lastIndexOf, listIterator, removeRange, subList
-
Methods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, 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
-
Methods inherited from interface java.util.Collection
addAll, containsAll, equals, hashCode, isEmpty, parallelStream, removeAll, removeIf, retainAll, spliterator, stream, toArray, toArray
-
Methods inherited from interface java.lang.Iterable
forEach
-
Methods inherited from interface java.util.List
addAll, contains, containsAll, isEmpty, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArray
-
-
Method Detail
-
reset
public void reset()
-
clear
public void clear()
- Specified by:
clear in interface java.util.Collection<java.lang.Runnable>
- Specified by:
clear in interface java.util.List<java.lang.Runnable>
- Overrides:
clear in class org.eclipse.jetty.util.BlockingArrayQueue<java.lang.Runnable>
Copyright © 2008–2019 The CometD Project. All rights reserved.