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

Packages that use MetadataEntry
dk.netarkivet.harvester.harvesting   
dk.netarkivet.harvester.harvesting.distribute   
 

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, 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()
           
 

Method parameters in dk.netarkivet.harvester.harvesting.distribute with type arguments of type MetadataEntry
 void HarvestControllerClient.doOneCrawl(Job job, java.util.List<MetadataEntry> metadata)
          Submit an doOneCrawl request to a HarvestControllerServer with correct priority.
 

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