|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WorkQueue | |
|---|---|
| org.archive.crawler.frontier | |
| Uses of WorkQueue in org.archive.crawler.frontier |
|---|
| Subclasses of WorkQueue in org.archive.crawler.frontier | |
|---|---|
class |
BdbWorkQueue
One independent queue of items with the same 'classKey' (eg host). |
| Fields in org.archive.crawler.frontier declared as WorkQueue | |
|---|---|
protected WorkQueue |
WorkQueueFrontier.longestActiveQueue
|
| Fields in org.archive.crawler.frontier with type parameters of type WorkQueue | |
|---|---|
protected java.util.Map<java.lang.String,WorkQueue> |
WorkQueueFrontier.allQueues
All known queues. |
protected java.util.SortedSet<WorkQueue> |
WorkQueueFrontier.snoozedClassQueues
All per-class queues held in snoozed state, sorted by wake time. |
| Methods in org.archive.crawler.frontier that return WorkQueue | |
|---|---|
protected abstract WorkQueue |
WorkQueueFrontier.getQueueFor(CrawlURI curi)
Return the work queue for the given CrawlURI's classKey. |
protected WorkQueue |
BdbFrontier.getQueueFor(CrawlURI curi)
Return the work queue for the given CrawlURI's classKey. |
protected abstract WorkQueue |
WorkQueueFrontier.getQueueFor(java.lang.String classKey)
Return the work queue for the given classKey, or null if no such queue exists. |
protected WorkQueue |
BdbFrontier.getQueueFor(java.lang.String classKey)
Return the work queue for the given classKey, or null if no such queue exists. |
| Methods in org.archive.crawler.frontier with parameters of type WorkQueue | |
|---|---|
protected void |
AbstractFrontier.noteAboutToEmit(CrawlURI curi,
WorkQueue q)
Perform fixups on a CrawlURI about to be returned via next(). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||