Package | Description |
---|---|
org.apache.nutch.fetcher |
The Nutch robot.
|
Modifier and Type | Method and Description |
---|---|
static FetchItem |
FetchItem.create(Text url,
CrawlDatum datum,
java.lang.String queueMode)
Create an item.
|
static FetchItem |
FetchItem.create(Text url,
CrawlDatum datum,
java.lang.String queueMode,
int outlinkDepth) |
FetchItem |
FetchItemQueue.getFetchItem() |
FetchItem |
FetchItemQueues.getFetchItem() |
Modifier and Type | Method and Description |
---|---|
void |
FetchItemQueue.addFetchItem(FetchItem it) |
void |
FetchItemQueues.addFetchItem(FetchItem it) |
void |
FetchItemQueue.addInProgressFetchItem(FetchItem it) |
void |
FetchItemQueues.finishFetchItem(FetchItem it) |
void |
FetchItemQueue.finishFetchItem(FetchItem it,
boolean asap) |
void |
FetchItemQueues.finishFetchItem(FetchItem it,
boolean asap) |
Copyright © 2018 The Apache Software Foundation