|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FetchManager
A FetchManager is responsible for retrieving objects from Stores. Workers may load different FetchManagers at run time to make use of different dissemination networks.
Method Summary | |
---|---|
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. |
Method Detail |
---|
ObjectGroup fetch(RemoteStore store, long onum) throws FetchException
store
- the store.onum
- the object identifier.
AccessException
UnreachableNodeException
FetchException
void destroy()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |