Uses of Class
org.openspaces.core.map.LockHandle
Packages that use LockHandle
Package
Description
Top level core package holding main OpenSpaces API for Space (GigaSpace) and Map (GigaMap) and
the ability to create it.
A package including factory beans to create GigaSpaces IMap or JCache Cache based on an
IJSpace instance.
-
Uses of LockHandle in org.openspaces.core
Methods in org.openspaces.core that return LockHandleModifier and TypeMethodDescriptionLocks the given key for any updates.Locks the given key for any updates.Methods in org.openspaces.core with parameters of type LockHandleModifier and TypeMethodDescriptionDefaultGigaMap.put(Object key, Object value, long timeToLive, LockHandle lockHandle) DefaultGigaMap.put(Object key, Object value, LockHandle lockHandle) GigaMap.put(Object key, Object value, long timeToLive, LockHandle lockHandle) Putsvalueto the cache with specifiedkeyfortimeToLivemilliseconds to live in the cache.GigaMap.put(Object key, Object value, LockHandle lockHandle) Putsvalueto the cache with specifiedkey.DefaultGigaMap.remove(Object key, long waitForResponse, LockHandle lockHandle) GigaMap.remove(Object key, long waitForResponse, LockHandle lockHandle) Removes the mapping for thiskeyfrom this cache. -
Uses of LockHandle in org.openspaces.core.map
Methods in org.openspaces.core.map that return LockHandleModifier and TypeMethodDescriptionLocks the given key for any updates.