Uses of Class
com.kenai.jffi.ClosurePool
-
Packages that use ClosurePool Package Description com.kenai.jffi -
-
Uses of ClosurePool in com.kenai.jffi
Fields in com.kenai.jffi declared as ClosurePool Modifier and Type Field Description (package private) ClosurePool
ClosurePool.MagazineHolder. pool
Fields in com.kenai.jffi with type parameters of type ClosurePool Modifier and Type Field Description private java.util.Map<CallContext,java.lang.ref.Reference<ClosurePool>>
ClosureManager. poolMap
ClosurePool instances are linked via a SoftReference in the lookup map, so when all closure instances that that were allocated from the ClosurePool have been reclaimed, and there is memory pressure, the native closure pool can be freed.Methods in com.kenai.jffi that return ClosurePool Modifier and Type Method Description ClosurePool
ClosureManager. getClosurePool(CallContext callContext)
Constructors in com.kenai.jffi with parameters of type ClosurePool Constructor Description MagazineHolder(ClosurePool pool, ClosurePool.Magazine magazine)
-