|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
AtomicMap
interfaces and API that Infinispan exposes as building
blocks in creating other public interfaces such as the Tree API.
See:
Description
Interface Summary | |
---|---|
AtomicMap<K,V> | This is a special type of Map geared for use in Infinispan. |
Delta | Represents changes made to a DeltaAware implementation. |
DeltaAware | This interface allows the extraction of deltas. |
Class Summary | |
---|---|
AtomicHashMap<K,V> | Note that for replication to work properly, this class requires that all writes take place within the scope of an ongoing transaction or batch. |
AtomicHashMap.Externalizer | |
AtomicHashMapDelta | Changes that have occurred on an AtomicHashMap |
AtomicHashMapDelta.Externalizer | |
AtomicHashMapProxy<K,V> | A layer of indirection around an AtomicHashMap to provide reader consistency |
AtomicMapLookup | A helper that locates atomic maps within a given cache. |
ClearOperation<K,V> | An atomic clear operation. |
ClearOperation.Externalizer | |
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 Summary | |
---|---|
NullDelta | Represents no changes. |
This package contains the AtomicMap
interfaces and API that Infinispan exposes as building
blocks in creating other public interfaces such as the Tree API.
|
Google Analytics | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |