|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AtomicMap | |
---|---|
org.infinispan | |
org.infinispan.atomic |
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 invocationContextContainer)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |