|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AtomicHashMap | |
---|---|
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.container.entries | Entries which are stored in data containers. |
Uses of AtomicHashMap in org.infinispan.atomic |
---|
Methods in org.infinispan.atomic that return AtomicHashMap | ||
---|---|---|
AtomicHashMap<K,V> |
AtomicHashMap.copy()
|
|
protected AtomicHashMap<K,V> |
AtomicHashMapProxy.getDeltaMapForRead()
|
|
protected AtomicHashMap<K,V> |
FineGrainedAtomicHashMapProxy.getDeltaMapForWrite()
|
|
protected AtomicHashMap<K,V> |
AtomicHashMapProxy.getDeltaMapForWrite()
|
|
static
|
AtomicHashMap.newInstance(Cache<Object,Object> cache,
Object cacheKey)
Construction only allowed through this factory method. |
|
AtomicHashMap |
AtomicHashMap.Externalizer.readObject(ObjectInput input)
|
|
protected AtomicHashMap<K,V> |
AtomicHashMapProxy.toMap(Object object)
|
Methods in org.infinispan.atomic that return types with arguments of type AtomicHashMap | |
---|---|
Set<Class<? extends AtomicHashMap>> |
AtomicHashMap.Externalizer.getTypeClasses()
|
Methods in org.infinispan.atomic with parameters of type AtomicHashMap | |
---|---|
protected void |
AtomicHashMapProxy.assertValid(AtomicHashMap<?,?> map)
|
void |
AtomicHashMap.Externalizer.writeObject(ObjectOutput output,
AtomicHashMap map)
|
Uses of AtomicHashMap in org.infinispan.container.entries |
---|
Fields in org.infinispan.container.entries declared as AtomicHashMap | |
---|---|
protected AtomicHashMap<?,?> |
DeltaAwareCacheEntry.uncommittedChanges
|
Methods in org.infinispan.container.entries that return AtomicHashMap | |
---|---|
AtomicHashMap<?,?> |
DeltaAwareCacheEntry.getUncommittedChages()
|
|
--> |