|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AtomicMap | |
---|---|
org.infinispan.atomic | This package contains the AtomicMap interfaces and API that Infinispan exposes as building
blocks in creating other public interfaces such as the Tree API. |
org.infinispan.tree | This package contains the TreeCache. |
Uses of AtomicMap in org.infinispan.atomic |
---|
Classes in org.infinispan.atomic that implement AtomicMap | |
---|---|
class |
AtomicHashMap<K,V>
The default implementation of AtomicMap . |
class |
AtomicHashMapProxy<K,V>
A layer of indirection around an AtomicHashMap to provide consistency and isolation for concurrent readers
while writes may also be going on. |
class |
FineGrainedAtomicHashMapProxy<K,V>
A layer of indirection around an FineGrainedAtomicMap to provide consistency and isolation for concurrent readers
while writes may also be going on. |
Fields in org.infinispan.atomic with type parameters of type AtomicMap | |
---|---|
protected AdvancedCache<Object,AtomicMap<K,V>> |
AtomicHashMapProxy.cache
|
protected AdvancedCache<Object,AtomicMap<K,V>> |
AtomicHashMapProxy.cacheForWriting
|
Methods in org.infinispan.atomic that return AtomicMap | ||
---|---|---|
static
|
AtomicMapLookup.getAtomicMap(Cache<MK,?> cache,
MK key)
Retrieves an atomic map from a given cache, stored under a given key. |
|
static
|
AtomicMapLookup.getAtomicMap(Cache<MK,?> cache,
MK key,
boolean createIfAbsent)
Retrieves an atomic map from a given cache, stored under a given key. |
|
static
|
AtomicMapLookup.getAtomicMap(Cache<MK,?> cache,
MK key,
FlagContainer flagContainer)
Deprecated. use AtomicMapLookup.getAtomicMap(org.infinispan.Cache, Object) |
Uses of AtomicMap in org.infinispan.tree |
---|
Fields in org.infinispan.tree with type parameters of type AtomicMap | |
---|---|
protected AdvancedCache<NodeKey,AtomicMap<?,?>> |
TreeStructureSupport.cache
|
Methods in org.infinispan.tree that return AtomicMap | ||
---|---|---|
protected
|
TreeStructureSupport.getAtomicMap(AdvancedCache<?,?> cache,
NodeKey key)
|
|
protected
|
TreeStructureSupport.getAtomicMap(NodeKey key)
|
Method parameters in org.infinispan.tree with type arguments of type AtomicMap | |
---|---|
void |
TreeCacheImpl.clearData(AdvancedCache<NodeKey,AtomicMap<?,?>> cache,
Fqn fqn)
|
|
--> |