| Package | Description |
|---|---|
| org.vibur.objectpool | |
| org.vibur.objectpool.util |
| Class and Description |
|---|
| ConcurrentCollection
An adapter interface to a concurrent collection that provides 4 access methods:
ConcurrentCollection.offerFirst(T),
ConcurrentCollection.offerLast(T), ConcurrentCollection.pollFirst(), and ConcurrentCollection.pollLast(). |
| Listener
An instance of this interface can be supplied to the pool at its creation time, and its methods will be called
upon calling the pool
take and restore operations. |
| Class and Description |
|---|
| ConcurrentCollection
An adapter interface to a concurrent collection that provides 4 access methods:
ConcurrentCollection.offerFirst(T),
ConcurrentCollection.offerLast(T), ConcurrentCollection.pollFirst(), and ConcurrentCollection.pollLast(). |
| Listener
An instance of this interface can be supplied to the pool at its creation time, and its methods will be called
upon calling the pool
take and restore operations. |
| ThreadedPoolReducer
The pool reducers implementing this interface will create one daemon service thread
which will be started when the reducer's
ThreadedPoolReducer.start() method is called, and will
be alive until the ThreadedPoolReducer.terminate() method is called or until the calling application
exits. |
Copyright © 2013-2019 vibur.org. All Rights Reserved.