Uses of Class
dk.netarkivet.archive.indexserver.FileBasedCache

Packages that use FileBasedCache
dk.netarkivet.archive.indexserver   
dk.netarkivet.archive.indexserver.distribute   
 

Uses of FileBasedCache in dk.netarkivet.archive.indexserver
 

Subclasses of FileBasedCache in dk.netarkivet.archive.indexserver
 class CDXDataCache
          A RawDataCache that serves files with CDX data.
 class CDXIndexCache
          A cache that serves CDX index files for job IDs.
 class CombiningMultiFileBasedCache<T extends Comparable<T>>
          This class provides the framework for classes that cache the effort of combining multiple files into one.
 class CrawlLogDataCache
          This class implements the low-level cache for crawl log Lucene indexing.
 class CrawlLogIndexCache
          A cache that serves Lucene indices of crawl logs for given job IDs.
 class DedupCrawlLogIndexCache
          A cache of crawl log indices appropriate for the Icelandic deduplicator code, excluding all text entries.
 class FullCrawlLogIndexCache
          A CrawlLogIndexCache that takes in all entries in the crawl log.
 class MultiFileBasedCache<T extends Comparable<T>>
          Implementation of file based cache, that works with the assumption we are working on a set if ids, of which we might only get a subset correct.
 class RawMetadataCache
          This is an implementation of the RawDataCache specialized for data out of metadata files.
 

Fields in dk.netarkivet.archive.indexserver declared as FileBasedCache
protected  FileBasedCache<T> CombiningMultiFileBasedCache.rawcache
          The raw data cache that this cache gets data from.
 

Constructors in dk.netarkivet.archive.indexserver with parameters of type FileBasedCache
CombiningMultiFileBasedCache(java.lang.String name, FileBasedCache<T> rawcache)
          Constructor for a CombiningMultiFileBasedCache.
 

Uses of FileBasedCache in dk.netarkivet.archive.indexserver.distribute
 

Subclasses of FileBasedCache in dk.netarkivet.archive.indexserver.distribute
 class IndexRequestClient
          Client for index request server.
 

Methods in dk.netarkivet.archive.indexserver.distribute with parameters of type FileBasedCache
 void IndexRequestServer.setHandler(RequestType t, FileBasedCache<java.util.Set<java.lang.Long>> handler)
          Set handler for certain type of index request.