[TOC]

org.apache.nutch.crawl

Class 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.

Copyright © 2014 The Apache Software Foundation