Uses of Interface
com.j_spaces.kernel.IReusableResourcePool
Packages that use IReusableResourcePool
Package
Description
Provides GigaSpaces low level services
-
Uses of IReusableResourcePool in com.j_spaces.kernel
Constructors in com.j_spaces.kernel with parameters of type IReusableResourcePoolModifierConstructorDescriptionSimpleLockStoredList(boolean Support_Random_Scans, IReusableResourcePool<ReadWriteLock> locksPool) Create new stored list that will use the given ReadWriteLock for synchronization. -
Uses of IReusableResourcePool in com.j_spaces.kernel.list
Classes in com.j_spaces.kernel.list that implement IReusableResourcePoolModifier and TypeClassDescriptionclassMaintains a pool of ReadWriteLock lockers, used by SLs in order to avoid creating an expensive lock per SL (i.e.- index value) used by classes like RwlSegmentedStoredList or RwlStoredList in order to reduce memory footprint.Constructors in com.j_spaces.kernel.list with parameters of type IReusableResourcePoolModifierConstructorDescriptionRwlSegmentedStoredList(IReusableResourcePool<ReadWriteLock> locksPool) Deprecated.