Uses of Interface
org.infinispan.atomic.AtomicMap
-
Packages that use AtomicMap Package Description org.infinispan.atomic This package contains theAtomicMap
interfaces and API that Infinispan exposes as building blocks in creating other public interfaces such as the Tree API. -
-
Uses of AtomicMap in org.infinispan.atomic
Methods in org.infinispan.atomic that return AtomicMap Modifier and Type Method Description static <MK,K,V>
AtomicMap<K,V>AtomicMapLookup. getAtomicMap(Cache<MK,?> cache, MK key)
Retrieves an atomic map from a given cache, stored under a given key.static <MK,K,V>
AtomicMap<K,V>AtomicMapLookup. getAtomicMap(Cache<MK,?> cache, MK key, boolean createIfAbsent)
Retrieves an atomic map from a given cache, stored under a given key.
-