|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdk.netarkivet.archive.indexserver.FileBasedCache<java.util.Set<T>>
dk.netarkivet.archive.indexserver.MultiFileBasedCache<java.lang.Long>
dk.netarkivet.archive.indexserver.distribute.IndexRequestClient
public class IndexRequestClient
Client for index request server. Allows to request an index of some type over a list of jobs. Factory method will return the index request client of the type wished.
Method Summary | |
---|---|
protected java.util.Set<java.lang.Long> |
cacheData(java.util.Set<java.lang.Long> jobSet)
This method makes sure the actual caching of underlying data is done using the index server. |
protected long |
getIndexTimeout()
How long should we wait for index replies? |
static IndexRequestClient |
getInstance(RequestType type)
Factory method returning an IndexRequestClient for the given type of index cache. |
Methods inherited from class dk.netarkivet.archive.indexserver.MultiFileBasedCache |
---|
getCacheFile |
Methods inherited from class dk.netarkivet.archive.indexserver.FileBasedCache |
---|
cache, get, getCacheDir, getIndex |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface dk.netarkivet.common.distribute.indexserver.JobIndexCache |
---|
getIndex |
Method Detail |
---|
public static IndexRequestClient getInstance(RequestType type)
type
- The type of this cache.
ArgumentNotValid
- if type is null.protected java.util.Set<java.lang.Long> cacheData(java.util.Set<java.lang.Long> jobSet)
cacheData
in class FileBasedCache<java.util.Set<java.lang.Long>>
jobSet
- The set of job IDs.
ArgumentNotValid
- on null argument; or on wrong parameters in
replied message.
IOFailure
- on trouble in communication or invalid reply
types.
IllegalState
- if message is not OK.FileBasedCache.cache(I)
,
FileBasedCache.getIndex(I)
protected long getIndexTimeout()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |