|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfabric.worker.DirectFetchManager
public class DirectFetchManager
This simple FetchManger always goes directly to the store.
Constructor Summary | |
---|---|
DirectFetchManager(Worker worker,
java.util.Properties dissemConfig)
|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DirectFetchManager(Worker worker, java.util.Properties dissemConfig)
Method Detail |
---|
public ObjectGroup fetch(RemoteStore store, long onum) throws FetchException
FetchManager
fetch
in interface FetchManager
store
- the store.onum
- the object identifier.
FetchException
public void destroy()
FetchManager
destroy
in interface FetchManager
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |