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

Packages that use DigestOptions
dk.netarkivet.archive.indexserver   
 

Uses of DigestOptions in dk.netarkivet.archive.indexserver
 

Methods in dk.netarkivet.archive.indexserver with parameters of type DigestOptions
protected static void CrawlLogIndexCache.indexFile(java.lang.Long id, java.io.File crawllogfile, java.io.File cdxfile, is.hi.bok.deduplicator.DigestIndexer indexer, DigestOptions options)
          Ingest a single crawl.log file using the corresponding CDX file to find offsets.
 

Constructors in dk.netarkivet.archive.indexserver with parameters of type DigestOptions
DigestIndexerWorker(java.lang.String indexpath, java.lang.Long jobId, java.io.File crawllogfile, java.io.File cdxFile, DigestOptions indexingOptions)
          Constructor for the DigestIndexerWorker.