Uses of Class
dk.netarkivet.harvester.harvesting.distribute.MetadataEntry

Packages that use MetadataEntry
dk.netarkivet.harvester.harvesting This module handles defining, scheduling, and execution of harvests. 
dk.netarkivet.harvester.harvesting.distribute   
dk.netarkivet.harvester.scheduler   
 

Uses of MetadataEntry in dk.netarkivet.harvester.harvesting
 

Method parameters in dk.netarkivet.harvester.harvesting with type arguments of type MetadataEntry
 HeritrixFiles HarvestController.writeHarvestFiles(java.io.File crawldir, Job job, PersistentJobData.HarvestDefinitionInfo hdi, java.util.List<MetadataEntry> metadataEntries)
          Writes the files involved with a harvests.
 

Uses of MetadataEntry in dk.netarkivet.harvester.harvesting.distribute
 

Methods in dk.netarkivet.harvester.harvesting.distribute that return MetadataEntry
static MetadataEntry MetadataEntry.makeAliasMetadataEntry(java.util.List<AliasInfo> aliases, java.lang.Long origHarvestDefinitionID, int harvestNum, java.lang.Long jobId)
          Generate a MetadataEntry from a list of AliasInfo objects (VERSION 2) Expired aliases is skipped by this method.
static MetadataEntry MetadataEntry.makeDuplicateReductionMetadataEntry(java.util.List<java.lang.Long> jobIDsForDuplicateReduction, java.lang.Long origHarvestDefinitionID, int harvestNum, java.lang.Long jobId)
          Generate a MetadataEntry from a list of job ids for duplicate reduction.
 

Methods in dk.netarkivet.harvester.harvesting.distribute that return types with arguments of type MetadataEntry
 java.util.List<MetadataEntry> DoOneCrawlMessage.getMetadata()
           
 

Constructor parameters in dk.netarkivet.harvester.harvesting.distribute with type arguments of type MetadataEntry
DoOneCrawlMessage(Job submittedJob, ChannelID to, PersistentJobData.HarvestDefinitionInfo harvestInfo, java.util.List<MetadataEntry> metadata)
          A NetarkivetMessage that contains a Job for Heritrix.
 

Uses of MetadataEntry in dk.netarkivet.harvester.scheduler
 

Method parameters in dk.netarkivet.harvester.scheduler with type arguments of type MetadataEntry
 void HarvestDispatcher.doOneCrawl(Job job, java.lang.String origHarvestName, java.lang.String origHarvestDesc, java.lang.String origHarvestSchedule, java.util.List<MetadataEntry> metadata)
          Submit an doOneCrawl request to a HarvestControllerServer with correct priority.