Uses of Interface
com.gigaspaces.internal.utils.pool.IMemoryAwareResourcePool
Packages that use IMemoryAwareResourcePool
-
Uses of IMemoryAwareResourcePool in com.gigaspaces.internal.io
Methods in com.gigaspaces.internal.io with parameters of type IMemoryAwareResourcePoolModifier and TypeMethodDescriptionCompressedMarshObjectConvertor.CompressedMarshObjectConvertorFactory.allocate(IMemoryAwareResourcePool resourcePool) MarshObjectConvertor.MarshObjectConvertorFactory.allocate(IMemoryAwareResourcePool resourcePool) SmartLengthBasedCache.toCacheCallback(IMemoryAwareResourcePool resourcePool) Constructors in com.gigaspaces.internal.io with parameters of type IMemoryAwareResourcePoolModifierConstructorDescriptionCompressedMarshObjectConvertor(int level, IMemoryAwareResourcePool resourcePool) CompressedMarshObjectConvertor(int level, IMemoryAwareResourcePool resourcePool, ObjectInputStreamFactory objectInputStreamFactory, boolean idempotent) MarshObjectConvertor(IMemoryAwareResourcePool resourcePool) MarshObjectConvertor(IMemoryAwareResourcePool resourcePool, ObjectInputStreamFactory objectInputStreamFactory) -
Uses of IMemoryAwareResourcePool in com.gigaspaces.internal.utils.pool
Classes in com.gigaspaces.internal.utils.pool that implement IMemoryAwareResourcePoolModifier 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.Methods in com.gigaspaces.internal.utils.pool with parameters of type IMemoryAwareResourcePoolModifier and TypeMethodDescriptionIMemoryAwareResourceFactory.allocate(IMemoryAwareResourcePool resourcePool) Allocates a new resource instance.