public interface FetchManager
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
Called to destroy and clean up the fetch manager.
|
ObjectGroup |
fetch(RemoteStore store,
long onum)
Fetches the glob identified by the given onum, located at the given store.
|
boolean |
updateCaches(RemoteStore store,
long onum,
AbstractGlob<?> update)
Updates the dissemination and worker caches with the given glob.
|
ObjectGroup fetch(RemoteStore store, long onum) throws AccessException
store - the store.onum - the object identifier.AccessExceptionUnreachableNodeExceptionvoid destroy()
boolean updateCaches(RemoteStore store, long onum, AbstractGlob<?> update)