Uses of Class
org.apache.manifoldcf.crawler.jobs.HopCount.Question
-
Packages that use HopCount.Question Package Description org.apache.manifoldcf.crawler.jobs -
-
Uses of HopCount.Question in org.apache.manifoldcf.crawler.jobs
Fields in org.apache.manifoldcf.crawler.jobs declared as HopCount.Question Modifier and Type Field Description protected HopCount.Question
HopCount.DocumentNode. question
The question.Methods in org.apache.manifoldcf.crawler.jobs that return HopCount.Question Modifier and Type Method Description HopCount.Question
HopCount.DocumentNode. getQuestion()
Get the question.Methods in org.apache.manifoldcf.crawler.jobs with parameters of type HopCount.Question Modifier and Type Method 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.Method parameters in org.apache.manifoldcf.crawler.jobs with type arguments of type HopCount.Question Modifier and Type Method 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 distancesConstructors in org.apache.manifoldcf.crawler.jobs with parameters of type HopCount.Question Constructor Description DocumentNode(HopCount.Question question)
Create a document node.
-