|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.nutch.fetcher.Fetcher
The fetcher. Most of the work is done by plugins.
Field Summary | |
static Logger |
LOG
|
Constructor Summary | |
Fetcher(String directory)
|
Method Summary | |
static void |
main(String[] args)
Run the fetcher. |
void |
run()
Runs the fetcher. |
static void |
setLogLevel(Level level)
Set the logging level. |
void |
setThreadCount(int threadCount)
Set thread count |
void |
status()
Display the status of the fetcher run. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final Logger LOG
Constructor Detail |
public Fetcher(String directory) throws IOException
Method Detail |
public void setThreadCount(int threadCount)
public static void setLogLevel(Level level)
public void run() throws IOException, InterruptedException
IOException
InterruptedException
public void status()
public static void main(String[] args) throws Exception
Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |