| Package | Description | 
|---|---|
| com.gigaspaces.internal.client.cache | |
| com.j_spaces.core.client | 
 Provides GigaSpaces client interface services 
 | 
| com.j_spaces.map | 
 Provides GigaSpaces MAP API 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SpaceCacheException  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CacheTimeoutException
This Exception thrown when the entry is locked under another transaction and operation timeout
 expired. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected abstract Object | 
AbstractMap.internalGet(Object key,
           Transaction txn,
           long waitForResponse,
           int readModifiers)
Gets the mapping for this key from this map if it is present. 
 | 
protected Object | 
GSMapImpl.internalPut(Object key,
           Object value,
           Transaction txn,
           long timeToLive,
           long timeout)
Puts  
value to the cache with specified key and
 attributes  for timeToLive milliseconds to live in the cache. | 
protected abstract Object | 
AbstractMap.internalPut(Object key,
           Object value,
           Transaction txn,
           long timeToLive,
           long timeout)  | 
protected Object | 
GSMapImpl.internalRemove(Object key,
              Transaction txn,
              long waitForResponse)
Removes the mapping for this key from this map if it is present. 
 | 
protected abstract Object | 
AbstractMap.internalRemove(Object key,
              Transaction txn,
              long waitForResponse)
Removes the mapping for this key from this map if it is present. 
 | 
Copyright © GigaSpaces.