Uses of Interface
org.drools.util.ObjectPool
-
Packages that use ObjectPool Package Description org.drools.util -
-
Uses of ObjectPool in org.drools.util
Classes in org.drools.util that implement ObjectPool Modifier and Type Class Description static classObjectPool.LockFreeObjectPool<T>Methods in org.drools.util that return ObjectPool Modifier and Type Method Description static <T> ObjectPool<T>ObjectPool. newLockFreePool(java.util.function.Supplier<T> factory)static <T> ObjectPool<T>ObjectPool. newLockFreePool(java.util.function.Supplier<T> factory, java.util.function.Consumer<T> destroyer)
-