Package dk.netarkivet.harvester.scheduler.jobgen

Interface Summary
JobGenerator This interface defines the core methods that should be provided by a job generator.
 

Class Summary
AbstractJobGenerator A base class for JobGenerator implementations.
DefaultJobGenerator The legacy job generator implementation.
DefaultJobGenerator.CompareConfigsDesc Compare two configurations using the following order: 1) Harvest template 2) Byte limit 3) expected number of object a harvest of the configuration will produce.
FixedDomainConfigurationCountJobGenerator Job generator implementation.
JobGeneratorFactory Factory class for instantiating a specific implementation of JobGenerator.