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.container.entries |
Entries which are stored in data containers.
|
Modifier and Type | Method and Description |
---|---|
AtomicHashMap<K,V> |
AtomicHashMap.copy() |
protected AtomicHashMap<K,V> |
AtomicHashMapProxy.getDeltaMapForRead() |
protected AtomicHashMap<K,V> |
FineGrainedAtomicHashMapProxy.getDeltaMapForWrite() |
protected AtomicHashMap<K,V> |
AtomicHashMapProxy.getDeltaMapForWrite() |
static <K,V> AtomicHashMap<K,V> |
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) |
Modifier and Type | Method and Description |
---|---|
Set<Class<? extends AtomicHashMap>> |
AtomicHashMap.Externalizer.getTypeClasses() |
Modifier and Type | Method and Description |
---|---|
protected void |
AtomicHashMapProxy.assertValid(AtomicHashMap<?,?> map) |
void |
AtomicHashMap.Externalizer.writeObject(ObjectOutput output,
AtomicHashMap map) |
Modifier and Type | Field and Description |
---|---|
protected AtomicHashMap<?,?> |
DeltaAwareCacheEntry.uncommittedChanges |
Modifier and Type | Method and Description |
---|---|
AtomicHashMap<?,?> |
DeltaAwareCacheEntry.getUncommittedChages() |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.