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.org.infinispan.atomic.impl -
-
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. -
Uses of AtomicMap in org.infinispan.atomic.impl
Classes in org.infinispan.atomic.impl that implement AtomicMap Modifier and Type Class Description class
AtomicMapProxyImpl<K,V,MK>
This is the proxy class driving access to the entry in cache using functional API.Methods in org.infinispan.atomic.impl that return AtomicMap Modifier and Type Method Description static <K,V,MK>
AtomicMap<K,V>AtomicMapProxyImpl. newInstance(Cache<MK,Object> cache, MK key, boolean createIfAbsent)
-