Uses of Package
de.aristaflow.adept2.util.objectpool.generic
-
Packages that use de.aristaflow.adept2.util.objectpool.generic Package Description de.aristaflow.adept2.util.objectpool.generic -
Classes in de.aristaflow.adept2.util.objectpool.generic used by de.aristaflow.adept2.util.objectpool.generic Class Description CallerTrace Records information about the caller of a method: the current thread, its stack trace at the moment this trace was created (unless a custom stack trace is explicitly specified in the constructor) and a timestamp.ObjectPoolListener The intended purpose of this interface is to provide basic information that concerns how the pool is used by borrowers and which is otherwise hard to come by.PoolConfiguration The purpose of this class is to keep the constructor ofGenericObjectPool
simple.PoolStats Contains general information about the state of the object pool its objects.ReclaimAction The possible actions that can be taken when aGenericObjectPool
decides that it is time to reclaim an object from a burrower, e.g. because the maximum lease time expired or the object is considered abandoned.