Class | Description |
---|---|
AtomicHashMap<K,V> |
The default implementation of
AtomicMap . |
AtomicHashMap.Externalizer | |
AtomicHashMapDelta |
Changes that have occurred on an AtomicHashMap
|
AtomicHashMapDelta.Externalizer | |
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. |
ClearOperation<K,V> |
An atomic clear operation.
|
ClearOperation.Externalizer | |
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. |
Operation<K,V> |
An atomic operation.
|
PutOperation<K,V> |
An atomic put operation.
|
PutOperation.Externalizer | |
RemoveOperation<K,V> |
An atomic remove operation.
|
RemoveOperation.Externalizer |
Enum | Description |
---|---|
AtomicHashMap.ProxyMode |
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.