[TOC]
org.apache.nutch.crawl
Class FetchScheduleFactory
- java.lang.Object
- org.apache.nutch.crawl.FetchScheduleFactory
public class FetchScheduleFactory extends Object
Creates and caches a FetchSchedule
implementation.
Field Summary
Fields Modifier and Type Field and Description static org.slf4j.Logger
LOG
Method Summary
Methods Modifier and Type Method and Description static FetchSchedule
getFetchSchedule(org.apache.hadoop.conf.Configuration conf)
Return the FetchSchedule implementation.
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Field Detail
-
LOG
public static final org.slf4j.Logger LOG
Method Detail
-
getFetchSchedule
public static FetchSchedule getFetchSchedule(org.apache.hadoop.conf.Configuration conf)
Return the FetchSchedule implementation.