Uses of Package
dk.netarkivet.harvester.harvesting.distribute

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

Classes in dk.netarkivet.harvester.harvesting.distribute used by dk.netarkivet.harvester.distribute
CrawlProgressMessage
          This class wraps information stored in the Heritrix MBeans, CrawlService and CrawlService.Job, and represents the crawl progress.
CrawlStatusMessage
          Instances of this class are sent by a HarvestControllerServer to the THE_SCHED queue to indicate the progress of a heritrix crawl.
DoOneCrawlMessage
          Container for doOneCrawl request.
FrontierReportMessage
          Sends a frontier report to the HarvestMonitor.
HarvesterStatusMessage
          The HarvestController periodically sends HarvesterStatusMessages to the HarvestDispatcher to notify it whether it is available for processing a job or already processing one.
JobEndedMessage
          This message is sent by the HarvestSchedulerMonitorServer to the HarvestMonitor to notify it that a job ended and should not be monitored anymore, and that any resource used to monitor this job should be freed.
 

Classes in dk.netarkivet.harvester.harvesting.distribute used by dk.netarkivet.harvester.harvesting
MetadataEntry
          Class used to carry metadata in DoOneCrawl messages, including the URL and mimetype necessary to write the metadata to metadata ARC files.
PersistentJobData.HarvestDefinitionInfo
          Innerclass containing Info about a harvestjob.
 

Classes in dk.netarkivet.harvester.harvesting.distribute used by dk.netarkivet.harvester.harvesting.controller
CrawlProgressMessage
          This class wraps information stored in the Heritrix MBeans, CrawlService and CrawlService.Job, and represents the crawl progress.
 

Classes in dk.netarkivet.harvester.harvesting.distribute used by dk.netarkivet.harvester.harvesting.distribute
CrawlProgressMessage.CrawlServiceInfo
          Wraps CrawlService MBean attributes.
CrawlProgressMessage.CrawlServiceJobInfo
          Wraps CrawlService.Job MBean attributes.
CrawlProgressMessage.CrawlStatus
          The general status of a job in NAS.
DoOneCrawlMessage
          Container for doOneCrawl request.
HarvestControllerServer
          This class responds to JMS doOneCrawl messages from the HarvestScheduler and launches a Heritrix crawl with the received job description.
MetadataEntry
          Class used to carry metadata in DoOneCrawl messages, including the URL and mimetype necessary to write the metadata to metadata ARC files.
PersistentJobData.HarvestDefinitionInfo
          Innerclass containing Info about a harvestjob.
 

Classes in dk.netarkivet.harvester.harvesting.distribute used by dk.netarkivet.harvester.harvesting.monitor
CrawlProgressMessage
          This class wraps information stored in the Heritrix MBeans, CrawlService and CrawlService.Job, and represents the crawl progress.
CrawlProgressMessage.CrawlStatus
          The general status of a job in NAS.
FrontierReportMessage
          Sends a frontier report to the HarvestMonitor.
JobEndedMessage
          This message is sent by the HarvestSchedulerMonitorServer to the HarvestMonitor to notify it that a job ended and should not be monitored anymore, and that any resource used to monitor this job should be freed.
 

Classes in dk.netarkivet.harvester.harvesting.distribute used by dk.netarkivet.harvester.harvesting.report
DomainStats
          Tuple class to hold domain harvest statistics for a single domain.
 

Classes in dk.netarkivet.harvester.harvesting.distribute used by dk.netarkivet.harvester.scheduler
CrawlStatusMessage
          Instances of this class are sent by a HarvestControllerServer to the THE_SCHED queue to indicate the progress of a heritrix crawl.
HarvesterStatusMessage
          The HarvestController periodically sends HarvesterStatusMessages to the HarvestDispatcher to notify it whether it is available for processing a job or already processing one.
MetadataEntry
          Class used to carry metadata in DoOneCrawl messages, including the URL and mimetype necessary to write the metadata to metadata ARC files.