|
Infinispan Distribution 5.2.6.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FineGrainedAtomicMap | |
---|---|
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. |
Uses of FineGrainedAtomicMap in org.infinispan.atomic |
---|
Classes in org.infinispan.atomic that implement FineGrainedAtomicMap | |
---|---|
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. |
Methods in org.infinispan.atomic that return FineGrainedAtomicMap | ||
---|---|---|
static
|
AtomicMapLookup.getFineGrainedAtomicMap(Cache<MK,?> cache,
MK key)
Retrieves a fine grained atomic map from a given cache, stored under a given key. |
|
static
|
AtomicMapLookup.getFineGrainedAtomicMap(Cache<MK,?> cache,
MK key,
boolean createIfAbsent)
Retrieves an atomic map from a given cache, stored under a given key. |
|
Infinispan Distribution 5.2.6.Final-redhat-2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |