Uses of Interface
com.gigaspaces.internal.utils.pool.IMemoryAwareResource
Packages that use IMemoryAwareResource
-
Uses of IMemoryAwareResource in com.gigaspaces.internal.io
Subinterfaces of IMemoryAwareResource in com.gigaspaces.internal.ioClasses in com.gigaspaces.internal.io that implement IMemoryAwareResourceModifier and TypeClassDescriptionclassNotice! this implementation is not Thread safe and should be use in conjunction withResourcePoolonly.classNotice! this implementation is not Thread safe and should be use in conjuction withResourcePoolonly. -
Uses of IMemoryAwareResource in com.gigaspaces.internal.utils.pool
Classes in com.gigaspaces.internal.utils.pool with type parameters of type IMemoryAwareResourceModifier and TypeInterfaceDescriptioninterfaceIMemoryAwareResourceFactory<R extends IMemoryAwareResource>classMemoryBoundedResourcePool<T extends IMemoryAwareResource>An extension of theResourcePoolwhich has memory boundaries, and it will not pool new resources if the memory boundaries have reached.