Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Class and Description |
---|---|
class |
NodeImpl<K,V>
Implementation backed by an
AtomicMap |
class |
TreeCacheImpl<K,V> |
class |
TreeStructureSupport |
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.