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. |
Modifier and Type | Method and Description |
---|---|
void |
AtomicObjectFactory.disposeInstanceOf(Class<?> clazz,
Object key,
boolean keepPersistent)
Remove the object stored at keyfrom the local state.
|
<T> T |
AtomicObjectFactory.getInstanceOf(Class<T> clazz,
Object key)
Returns an atomic object of class clazz.
|
<T> T |
AtomicObjectFactory.getInstanceOf(Class<T> clazz,
Object key,
boolean withReadOptimization)
Returns an object of class clazz.
|
<T> T |
AtomicObjectFactory.getInstanceOf(Class<T> clazz,
Object key,
boolean withReadOptimization,
Method equalsMethod,
boolean forceNew,
Object... initArgs)
Returns an object of class clazz.
|
Constructor and Description |
---|
AtomicObjectFactory(Cache<?,?> c)
Return an AtomicObjectFactory built on top of cache c.
|
AtomicObjectFactory(Cache<?,?> c,
int m)
Returns an object factory built on top of cache c with a bounded amount m of
containers in it.
|
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.