|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CrawlURL | |
---|---|
com.norconex.collector.http.crawler | |
com.norconex.collector.http.db | |
com.norconex.collector.http.db.impl |
Uses of CrawlURL in com.norconex.collector.http.crawler |
---|
Constructors in com.norconex.collector.http.crawler with parameters of type CrawlURL | |
---|---|
URLProcessor(HttpCrawler crawler,
org.apache.http.impl.client.DefaultHttpClient httpClient,
ICrawlURLDatabase database,
File outputFile,
HttpDocument doc,
CrawlURL crawlURL)
|
Uses of CrawlURL in com.norconex.collector.http.db |
---|
Methods in com.norconex.collector.http.db that return CrawlURL | |
---|---|
CrawlURL |
ICrawlURLDatabase.getCached(String cacheURL)
Gets the cached URL from previous time crawler was run (e.g. |
CrawlURL |
ICrawlURLDatabase.next()
Returns the next URL to be processed and marks it as being "active" (i.e. |
Methods in com.norconex.collector.http.db with parameters of type CrawlURL | |
---|---|
boolean |
ICrawlURLDatabase.isVanished(CrawlURL crawlURL)
Whether a url has been deleted. |
void |
ICrawlURLDatabase.processed(CrawlURL crawlURL)
Marks this URL as processed. |
Uses of CrawlURL in com.norconex.collector.http.db.impl |
---|
Methods in com.norconex.collector.http.db.impl that return CrawlURL | |
---|---|
CrawlURL |
DerbyCrawlURLDatabase.getCached(String url)
|
CrawlURL |
DerbyCrawlURLDatabase.next()
|
Methods in com.norconex.collector.http.db.impl with parameters of type CrawlURL | |
---|---|
boolean |
DerbyCrawlURLDatabase.isVanished(CrawlURL crawlURL)
|
void |
DerbyCrawlURLDatabase.processed(CrawlURL crawlURL)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |