- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractQueue<E>
-
- java.util.concurrent.LinkedBlockingQueue<java.lang.Runnable>
-
- org.apache.tomcat.util.net.NioEndpoint.TaskQueue
-
-
Constructor Summary
Constructors
Constructor and Description |
TaskQueue() |
TaskQueue(java.util.Collection<? extends java.lang.Runnable> c) |
TaskQueue(int initialCapacity) |
-
Method Summary
-
Methods inherited from class java.util.concurrent.LinkedBlockingQueue
clear, contains, drainTo, drainTo, iterator, offer, peek, poll, poll, put, remainingCapacity, remove, size, spliterator, take, toArray, toArray, toString
-
Methods inherited from class java.util.AbstractQueue
add, addAll, element, remove
-
Methods inherited from class java.util.AbstractCollection
containsAll, isEmpty, removeAll, retainAll
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.concurrent.BlockingQueue
add
-
Methods inherited from interface java.util.Queue
element, remove
-
Methods inherited from interface java.util.Collection
addAll, containsAll, equals, hashCode, isEmpty, parallelStream, removeAll, removeIf, retainAll, stream
-
Methods inherited from interface java.lang.Iterable
forEach
-
-
Constructor Detail
-
TaskQueue
public TaskQueue()
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.