BasePool.terminate().ConcurrentCollection.offerFirst(T),
ConcurrentCollection.offerLast(T), ConcurrentCollection.pollFirst(), and ConcurrentCollection.pollLast().ConcurrentLinkedDeque based implementation of ConcurrentCollection.ConcurrentLinkedQueue based implementation of ConcurrentCollection.ConcurrentCollection guarded by a Semaphore.ConcurrentPool with the given PoolObjectFactory, initial and max sizes,
and fairness setting.ConcurrentPool with the given PoolObjectFactory, initial and max sizes,
and fairness setting.ConcurrentStack based implementation of ConcurrentCollection.PoolObjectFactory.readyToTake(T) or PoolObjectFactory.readyToRestore(T) methods have returned
false, or when the pool is shrinking its size (via calling reduceCreatedBy/To),
or when the pool is terminating.initialSize of this object pool at construction time.Listener interface instance associated with this object pool, if any.take and restore operations.maxSize of this object pool.MultithreadConcurrentQueue based implementation of ConcurrentCollection.object at the head of the ConcurrentCollection.object at the tail of the ConcurrentCollection.object from the head of the ConcurrentCollection.object from the tail of the ConcurrentCollection.restore methods of
ConcurrentPool when an object taken before that from the object pool is about to be
restored (returned back) to the pool.take... methods of
ConcurrentPool when an object from the object pool is requested by the application.reduceBy objects from the object pool.BasePool.createdTotal() objects in the pool to become equal of reduceTo.PoolService.take(long[]) that does not report back the time waited
to obtain an object from the pool.PoolService.takeUninterruptibly(long[]) that does not report back the time waited
to obtain an object from the pool.ThreadedPoolReducer.start() method is called, and will
be alive until the ThreadedPoolReducer.terminate() method is called or until the calling application
exits.PoolService.tryTake(long, TimeUnit, long[]) that does not report back the time waited
to obtain an object from the pool.PoolService.tryTake(long, TimeUnit, long[]).Copyright © 2013-2019 vibur.org. All Rights Reserved.