|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CachedArray | |
|---|---|
| org.jboss.cache.pojo.collection | |
| org.jboss.cache.pojo.impl | |
| Uses of CachedArray in org.jboss.cache.pojo.collection |
|---|
| Subclasses of CachedArray in org.jboss.cache.pojo.collection | |
|---|---|
class |
CachedObjectArray
A CachedObjectArray is used to back arrays with a component type that extends Object. |
class |
CachedPrimitiveArray
A CachedPrimitiveArray is used to back arrays which have primitive component types. |
| Methods in org.jboss.cache.pojo.collection that return CachedArray | |
|---|---|
static CachedArray |
CachedArray.create(org.jboss.cache.Fqn<?> fqn,
PojoCacheImpl cache,
Object originalArray)
|
static CachedArray |
CachedArray.load(org.jboss.cache.Fqn<?> fqn,
PojoCacheImpl cache,
Class<?> type)
|
static CachedArray |
CachedArrayRegistry.lookup(Object array)
|
static CachedArray |
CachedArrayRegistry.unregister(Object array)
|
| Methods in org.jboss.cache.pojo.collection with parameters of type CachedArray | |
|---|---|
static void |
CachedArrayRegistry.register(Object array,
CachedArray cached)
|
| Uses of CachedArray in org.jboss.cache.pojo.impl |
|---|
| Methods in org.jboss.cache.pojo.impl with parameters of type CachedArray | |
|---|---|
void |
PojoUtil.attachArray(Object array,
CachedArray cached)
|
void |
PojoUtil.detachArray(Object array,
CachedArray cached)
|
void |
PojoUtil.undoAttachArray(Object array,
CachedArray cached)
|
void |
PojoUtil.undoDetachArray(Object array,
CachedArray cached)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||