Uses of Interface
org.drools.util.ObjectPool
Packages that use ObjectPool
-
Uses of ObjectPool in org.drools.util
Classes in org.drools.util that implement ObjectPoolMethods in org.drools.util that return ObjectPoolModifier and TypeMethodDescriptionstatic <T> ObjectPool<T>ObjectPool.newLockFreePool(Supplier<T> factory) static <T> ObjectPool<T>ObjectPool.newLockFreePool(Supplier<T> factory, Consumer<T> destroyer)