Uses of Interface
org.apache.nutch.crawl.FetchSchedule
Packages that use FetchSchedule
-
Uses of FetchSchedule in org.apache.nutch.crawl
Classes in org.apache.nutch.crawl that implement FetchScheduleModifier and TypeClassDescriptionclassThis class provides common methods for implementations ofFetchSchedule.classThis class implements an adaptive re-fetch algorithm.classThis class implements the default re-fetch schedule.classExtension of @see AdaptiveFetchSchedule that allows for more flexible configuration of DEC and INC factors for various MIME-types.Methods in org.apache.nutch.crawl that return FetchScheduleModifier and TypeMethodDescriptionstatic FetchScheduleFetchScheduleFactory.getFetchSchedule(Configuration conf) Return the FetchSchedule implementation specified within the givenConfiguration, orDefaultFetchScheduleby default.