Package | Description |
---|---|
org.infinispan.atomic.impl |
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
AtomicHashMapProxy<K,V> |
AtomicHashMap.getProxy(AdvancedCache<Object,Object> cache,
Object mapKey)
Builds a thread-safe proxy for this instance so that concurrent reads are isolated from writes.
|
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.