| Package | Description | 
|---|---|
| com.gigaspaces.internal.utils.collections.economy | |
| com.j_spaces.core.cache | |
| com.j_spaces.core.cache.blobStore | |
| com.j_spaces.kernel | 
 Provides GigaSpaces low level services 
 | 
| com.j_spaces.kernel.list | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ConcurrentSegmentedStoredListHashmapEntry<T>
TODO    add Javadoc 
 | 
static class  | 
EconomyConcurrentHashMap.HashEntry<K,V>
ConcurrentHashMap list entry. 
 | 
static class  | 
EconomyConcurrentHashMap.PinnedHashEntry<K,V>  | 
| Constructor and Description | 
|---|
HashEntry(K key,
         int hash,
         IHashEntry<K,V> next,
         V value)  | 
PinnedHashEntry(K key,
               int hash,
               IHashEntry<K,V> next,
               V value)  | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
IEntryCacheInfo  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
EvictableEntryCacheInfo  | 
class  | 
MemoryBasedEntryCacheInfo  | 
class  | 
TemplateCacheInfo  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
BlobStoreRefEntryCacheInfo
The resident part of entry that resides blob-store 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
IOrderedList<T>  | 
interface  | 
IStoredList<T>  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractStoredList<T>
An abstract implementation of the IStoredList, provides common 
 | 
class  | 
HashedSimpleLockIStoredList<T>
hash-backed Read/Write Lock version of StoredList to be used with JDK 1.5+ 
 | 
class  | 
SimpleLockStoredList<T>
Read/Write Lock version of StoredList to be used with JDK 1.5+ 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ConcurrentSegmentedStoredList<T>  | 
class  | 
ConcurrentStoredList<T>  | 
class  | 
ExternallyLockedStoredList<T>
no Lock version of StoredList locks should be external to this class scanning after establishing
 a starting position should be left lock free 
 | 
class  | 
RwlSegmentedStoredList<T>
segmented Read/Write Lock version of StoredList to be used with JDK 1.5+ NOTE : some of the apis
 of IStoredList are not supported used just for shortest path selected fifo & order related apis
 not supported 
 | 
Copyright © GigaSpaces.