Package org.apache.nutch.crawl
Class FetchScheduleFactory
java.lang.Object
org.apache.nutch.crawl.FetchScheduleFactory
Creates and caches a
FetchSchedule implementation.-
Method Summary
Modifier and TypeMethodDescriptionstatic FetchScheduleReturn the FetchSchedule implementation specified within the givenConfiguration, orDefaultFetchScheduleby default.
-
Method Details
-
getFetchSchedule
Return the FetchSchedule implementation specified within the givenConfiguration, orDefaultFetchScheduleby default.- Parameters:
conf- a populatedConfigurationobject- Returns:
- a synchronized, static
FetchSchedule
-