|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.archive.crawler.frontier.QueueAssignmentPolicy
org.archive.crawler.frontier.SurtAuthorityQueueAssignmentPolicy
org.archive.crawler.frontier.TopmostAssignedSurtQueueAssignmentPolicy
public class TopmostAssignedSurtQueueAssignmentPolicy
Create a queueKey based on the SURT authority, reduced to the public-suffix-plus-one domain (topmost assignable domain).
| Constructor Summary | |
|---|---|
TopmostAssignedSurtQueueAssignmentPolicy()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getClassKey(CrawlController controller,
CandidateURI cauri)
Get the String key (name) of the queue to which the CrawlURI should be assigned. |
| Methods inherited from class org.archive.crawler.frontier.SurtAuthorityQueueAssignmentPolicy |
|---|
getSurtAuthority |
| Methods inherited from class org.archive.crawler.frontier.QueueAssignmentPolicy |
|---|
maximumNumberOfKeys |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TopmostAssignedSurtQueueAssignmentPolicy()
| Method Detail |
|---|
public java.lang.String getClassKey(CrawlController controller,
CandidateURI cauri)
QueueAssignmentPolicy
getClassKey in class SurtAuthorityQueueAssignmentPolicycontroller - This crawls' controller.cauri - CandidateURI to calculate class key for.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||