Uses of Interface
com.j_spaces.kernel.pool.IResourcePool
Packages that use IResourcePool
-
Uses of IResourcePool in com.gigaspaces.internal.utils.pool
Classes in com.gigaspaces.internal.utils.pool that implement IResourcePoolModifier and TypeClassDescriptionclassMemoryBoundedResourcePool<T extends IMemoryAwareResource>An extension of theResourcePoolwhich has memory boundaries, and it will not pool new resources if the memory boundaries have reached. -
Uses of IResourcePool in com.j_spaces.kernel.pool
Classes in com.j_spaces.kernel.pool that implement IResourcePoolModifier and TypeClassDescriptionclassBlockingResourcePool<R extends IResource>a resource pool that blocks clients when all resources are busy.classResourcePool<R extends IResource>A Bound Pool of Resource objects.