|
||||||||||
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. |
Uses of AtomicHashMap in org.infinispan.atomic |
---|
Methods in org.infinispan.atomic that return AtomicHashMap | ||
---|---|---|
AtomicHashMap<K,V> |
AtomicHashMap.copyForWrite()
|
|
static
|
AtomicHashMap.newInstance(Cache cache,
Object cacheKey)
Construction only allowed through this factory method. |
|
AtomicHashMap |
AtomicHashMap.Externalizer.readObject(ObjectInput input)
|
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 | |
---|---|
void |
AtomicHashMap.Externalizer.writeObject(ObjectOutput output,
AtomicHashMap map)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |