|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AtomicMap | |
---|---|
org.infinispan | This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform. |
org.infinispan.atomic | This package contains the AtomicMap interfaces and API that Infinispan exposes as building blocks in creating other public interface such as the tree API. |
Uses of AtomicMap in org.infinispan |
---|
Methods in org.infinispan that return AtomicMap | ||
---|---|---|
|
CacheDelegate.getAtomicMap(K key)
|
Uses of AtomicMap in org.infinispan.atomic |
---|
Classes in org.infinispan.atomic that implement AtomicMap | |
---|---|
class |
AtomicHashMap<K,V>
Note that for replication to work properly, this class requires that all writes take place within the scope of an ongoing transaction or batch. |
class |
AtomicHashMapProxy<K,V>
A layer of indirection around an AtomicHashMap to provide reader consistency |
Methods in org.infinispan.atomic that return AtomicMap | ||
---|---|---|
|
AtomicMapCache.getAtomicMap(K key)
Returns an atomic map. |
|
AtomicMap |
AtomicHashMap.getProxy(Cache cache,
Object mapKey,
BatchContainer batchContainer,
InvocationContextContainer icc)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |