| Package | Description | 
|---|---|
| com.j_spaces.kernel | 
 Provides GigaSpaces low level services 
 | 
| com.j_spaces.kernel.list | 
| Constructor and Description | 
|---|
SimpleLockStoredList(boolean Support_Random_Scans,
                    IReusableResourcePool<ReadWriteLock> locksPool)
Create new stored list that will use the given ReadWriteLock for synchronization. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
RwlLocksPool
Maintains 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. 
 | 
| Constructor and Description | 
|---|
RwlSegmentedStoredList(IReusableResourcePool<ReadWriteLock> locksPool)  | 
Copyright © GigaSpaces.