| Package | Description | 
|---|---|
| org.apache.manifoldcf.crawler.jobs | 
| Modifier and Type | Field and Description | 
|---|---|
| protected HopCount.Question | HopCount.DocumentNode. questionThe question. | 
| Modifier and Type | Method and Description | 
|---|---|
| HopCount.Question | HopCount.DocumentNode. getQuestion()Get the question. | 
| Modifier and Type | Method and Description | 
|---|---|
| int[] | HopCount.DocumentHash. askQuestions(HopCount.Question[] questions)Throw in some questions, and prepare for the answers. | 
| protected HopCount.DocumentNode[] | HopCount.DocumentHash. queueQuestions(HopCount.Question[] questions)Queue up a set of questions. | 
| protected HopCount.DocumentNode[] | HopCount. readCachedNodes(java.lang.Long jobID,
               HopCount.Question[] unansweredQuestions)Find the cached distance from a set of identifiers to the root. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | HopCount. performFindMissingRecords(java.lang.Long jobID,
                         java.lang.String[] affectedLinkTypes,
                         java.util.ArrayList list,
                         java.util.Map<HopCount.Question,java.lang.Long> matchMap)Limited find for missing records. | 
| protected void | HopCount. performGetCachedDistances(HopCount.DocumentNode[] rval,
                         java.util.Map<HopCount.Question,java.lang.Integer> indexMap,
                         java.util.Map<java.lang.Long,HopCount.DocumentNode> depsMap,
                         java.lang.Long jobID,
                         java.util.ArrayList ltList,
                         java.util.ArrayList list)Do a limited fetch of cached distances | 
| Constructor and Description | 
|---|
| DocumentNode(HopCount.Question question)Create a document node. |