Package org.apache.tomcat.jdbc.pool
Class MultiLockFairBlockingQueue.ExchangeCountDownLatch<T>
- java.lang.Object
-
- java.util.concurrent.CountDownLatch
-
- org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue.ExchangeCountDownLatch<T>
-
- Type Parameters:
T- the item type
- Enclosing class:
- MultiLockFairBlockingQueue<E>
protected class MultiLockFairBlockingQueue.ExchangeCountDownLatch<T> extends java.util.concurrent.CountDownLatchCount down latch that can exchange information.
-
-
Constructor Summary
Constructors Constructor Description ExchangeCountDownLatch(int i)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TgetItem()Get the item.voidsetItem(T item)Set the item.
-
-
-
Field Detail
-
item
protected volatile T item
The item.
-
-