Uses of Class
stormpot.PoolTap
-
-
Uses of PoolTap in stormpot
Subclasses of PoolTap in stormpot Modifier and Type Class Description classPool<T extends Poolable>A Pool is a self-renewable set of objects from which one can claim exclusive access to elements, until they are released back into the pool.Methods in stormpot that return PoolTap Modifier and Type Method Description abstract PoolTap<T>Pool. getThreadLocalTap()Get aPoolTapthat only support access by one thread at a time.PoolTap<T>Pool. getThreadSafeTap()Get a thread-safePoolTapimplementation for this pool, which can be freely shared among multiple threads.
-