Uses of Package
dk.netarkivet.archive.indexserver

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

Classes in dk.netarkivet.archive.indexserver used by dk.netarkivet.archive.indexserver
CombiningMultiFileBasedCache
          This class provides the framework for classes that cache the effort of combining multiple files into one.
CrawlLogIndexCache
          A cache that serves Lucene indices of crawl logs for given job IDs.
DigestOptions
          Encapsulates the options for the indexing process.
FileBasedCache
          A generic cache that stores items in files.
IndexServer
          Index server.
MultiFileBasedCache
          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.
RawDataCache
          An interface for getting raw data out of the bitarchives based on job IDs.
RawMetadataCache
          This is an implementation of the RawDataCache specialized for data out of metadata files.
 

Classes in dk.netarkivet.archive.indexserver used by dk.netarkivet.archive.indexserver.distribute
FileBasedCache
          A generic cache that stores items in files.
MultiFileBasedCache
          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.