Uses of Interface
org.newsclub.net.unix.pool.ObjectPool
Packages that use ObjectPool
-
Uses of ObjectPool in org.newsclub.net.unix.pool
Classes in org.newsclub.net.unix.pool that implement ObjectPoolModifier and TypeClassDescriptionfinal classAnObjectPoolimplemented usingConcurrentLinkedQueue.Methods in org.newsclub.net.unix.pool that return ObjectPoolModifier and TypeMethodDescriptionstatic <O> ObjectPool<O> ObjectPool.newThreadLocalPool(ObjectPool.ObjectSupplier<@NonNull O> supplier, ObjectPool.ObjectSanitizer<@NonNull O> sanitizer) Creates a newObjectPoolthat is used within a single thread; this may or may not be implemented usingThreadLocal, however the behavior should be comparable.