Uses of Class
org.jgroups.util.Pool.Element
-
Packages that use Pool.Element Package Description org.jgroups.util Provides useful functionality which cannot be assigned to any particular other package. -
-
Uses of Pool.Element in org.jgroups.util
Methods in org.jgroups.util that return Pool.Element Modifier and Type Method Description Pool.Element<T>
Pool. get()
Gets the next available resource for which the lock can be acquired and returns it and its associated lock, which needs to be released when the caller is done using the resource.
-