Uses of Class
com.j_spaces.kernel.pool.ResourcePool
Packages that use ResourcePool
-
Uses of ResourcePool in com.gigaspaces.internal.utils.pool
Subclasses of ResourcePool in com.gigaspaces.internal.utils.poolModifier 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 ResourcePool in com.j_spaces.kernel.pool
Subclasses of ResourcePool in com.j_spaces.kernel.poolModifier and TypeClassDescriptionclassBlockingResourcePool<R extends IResource>a resource pool that blocks clients when all resources are busy.