|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--org.jboss.cache.loader.AsyncCacheLoader
|
+--org.jboss.cache.loader.AsyncExtendedCacheLoader
A AsyncExtendedCacheLoader.
| Constructor Summary | |
AsyncExtendedCacheLoader(ExtendedCacheLoader cacheLoader)
Create a new AsyncExtendedCacheLoader. |
|
| Method Summary | |
byte[] |
loadState(Fqn subtree)
Fetch a portion of the state for this cache from secondary storage (disk, DB) and return it as a byte buffer. |
void |
setRegionManager(RegionManager manager)
Sets the RegionManager this object should use to manage
marshalling/unmarshalling of different regions using different
classloaders. |
void |
storeState(byte[] state,
Fqn subtree)
Store the given portion of the cache tree's state in secondary storage. |
| Methods inherited from class org.jboss.cache.loader.AsyncCacheLoader |
commit, create, destroy, exists, get, get, getChildrenNames, loadEntireState, prepare, put, put, put, remove, remove, removeData, rollback, setCache, setConfig, start, stop, storeEntireState |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.jboss.cache.loader.CacheLoader |
commit, exists, get, get, getChildrenNames, loadEntireState, prepare, put, put, put, remove, remove, removeData, rollback, setCache, setConfig, storeEntireState |
| Methods inherited from interface org.jboss.system.Service |
create, destroy, start, stop |
| Constructor Detail |
public AsyncExtendedCacheLoader(ExtendedCacheLoader cacheLoader)
cacheLoader - | Method Detail |
public byte[] loadState(Fqn subtree)
throws java.lang.Exception
ExtendedCacheLoaderExtendedCacheLoader.storeState(byte[], Fqn).
loadState in interface ExtendedCacheLoadersubtree - Fqn naming the root (i.e. highest level parent) node of
the subtree for which state is requested.
java.lang.ExceptionTreeCache.activateRegion(String)
public void storeState(byte[] state,
Fqn subtree)
throws java.lang.Exception
ExtendedCacheLoader
storeState in interface ExtendedCacheLoaderstate - the state to storesubtree - Fqn naming the root (i.e. highest level parent) node of
the subtree included in state.
java.lang.Exceptionpublic void setRegionManager(RegionManager manager)
ExtendedCacheLoaderRegionManager this object should use to manage
marshalling/unmarshalling of different regions using different
classloaders.
NOTE: This method is only intended to be used
by the TreeCache instance this cache loader is
associated with.
setRegionManager in interface ExtendedCacheLoadermanager - the region manager to use, or null.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||