Uses of Class
com.j_spaces.core.client.CacheException
Packages that use CacheException
Package
Description
Provides GigaSpaces client interface services
Provides GigaSpaces MAP API
-
Uses of CacheException in com.gigaspaces.internal.client.cache
Subclasses of CacheException in com.gigaspaces.internal.client.cache -
Uses of CacheException in com.j_spaces.core.client
Subclasses of CacheException in com.j_spaces.core.clientModifier and TypeClassDescriptionclassThis Exception thrown when the entry is locked under another transaction and operation timeout expired. -
Uses of CacheException in com.j_spaces.map
Methods in com.j_spaces.map that throw CacheExceptionModifier and TypeMethodDescriptionprotected abstract ObjectAbstractMap.internalGet(Object key, Transaction txn, long waitForResponse, int readModifiers) Gets the mapping for this key from this map if it is present.protected abstract ObjectAbstractMap.internalPut(Object key, Object value, Transaction txn, long timeToLive, long timeout) protected ObjectGSMapImpl.internalPut(Object key, Object value, Transaction txn, long timeToLive, long timeout) Putsvalueto the cache with specifiedkeyandattributesfortimeToLivemilliseconds to live in the cache.protected abstract ObjectAbstractMap.internalRemove(Object key, Transaction txn, long waitForResponse) Removes the mapping for this key from this map if it is present.protected ObjectGSMapImpl.internalRemove(Object key, Transaction txn, long waitForResponse) Removes the mapping for this key from this map if it is present.