Package | Description |
---|---|
org.infinispan.atomic.impl |
Modifier and Type | Method and Description |
---|---|
static AtomicHashMap.ProxyMode |
AtomicHashMap.ProxyMode.valueOf(int ordinal) |
static AtomicHashMap.ProxyMode |
AtomicHashMap.ProxyMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AtomicHashMap.ProxyMode[] |
AtomicHashMap.ProxyMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static <K,V> AtomicHashMap<K,V> |
AtomicHashMap.newInstance(Cache<Object,Object> cache,
Object cacheKey,
AtomicHashMap.ProxyMode proxyMode)
Construction only allowed through this factory method.
|
Constructor and Description |
---|
AtomicHashMap(AtomicHashMap.ProxyMode proxyMode) |
AtomicHashMap(boolean isCopy,
AtomicHashMap.ProxyMode proxyMode) |
AtomicHashMapDelta(AtomicHashMap.ProxyMode proxyMode) |
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.