org.apache.nutch.crawl
Class FetchScheduleFactory

java.lang.Object
  extended by org.apache.nutch.crawl.FetchScheduleFactory

public class FetchScheduleFactory
extends Object

Creates and caches a FetchSchedule implementation.


Field Summary
static org.slf4j.Logger LOG
           
 
Method Summary
static FetchSchedule getFetchSchedule(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(Configuration conf)
Return the FetchSchedule implementation.



Copyright © 2012 The Apache Software Foundation