|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.manifoldcf.crawler.jobs.HopCount.Question
protected static class HopCount.Question
A class describing a document identifier and a link type, to be used in looking up the appropriate node in the hash.
| Field Summary | |
|---|---|
protected java.lang.String |
documentIdentifierHash
Document identifier. |
protected java.lang.String |
linkType
Link type. |
| Constructor Summary | |
|---|---|
HopCount.Question(java.lang.String documentIdentifierHash,
java.lang.String linkType)
Constructor. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
The 'question' is uniquely described by linktype, document identifier, and maximum hop count. |
java.lang.String |
getDocumentIdentifierHash()
Get the document identifier. |
java.lang.String |
getLinkType()
Get the link type. |
int |
hashCode()
Hash must agree with equals, above. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String documentIdentifierHash
protected java.lang.String linkType
| Constructor Detail |
|---|
public HopCount.Question(java.lang.String documentIdentifierHash,
java.lang.String linkType)
| Method Detail |
|---|
public java.lang.String getDocumentIdentifierHash()
public java.lang.String getLinkType()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||