|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
AtomicMap<K,V> | This is a special type of Map geared for use in Infinispan. |
AtomicMapCache<K,V> | This interface adds the getAtomicMap() method which allows users to get a hold of a map type where operations on its elements are all atomic. |
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. |
AtomicHashMapDelta | Changes that have occured on an AtomicHashMap |
AtomicHashMapProxy<K,V> | A layer of indirection around an AtomicHashMap to provide reader consistency |
ClearOperation<K,V> | |
NullDelta | Represents no changes. |
Operation<K,V> | |
PutOperation<K,V> | |
RemoveOperation<K,V> |
This package contains the AtomicMap interfaces and API that Infinispan exposes as building blocks in creating other public interface such as the tree API.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |