Uses of Class
org.apache.manifoldcf.crawler.jobs.HopCount.DocumentNode
-
Packages that use HopCount.DocumentNode Package Description org.apache.manifoldcf.crawler.jobs -
-
Uses of HopCount.DocumentNode in org.apache.manifoldcf.crawler.jobs
Fields in org.apache.manifoldcf.crawler.jobs declared as HopCount.DocumentNode Modifier and Type Field Description protected HopCount.DocumentNodeHopCount.NodeReference. theNodeThe node being referred toMethods in org.apache.manifoldcf.crawler.jobs that return HopCount.DocumentNode Modifier and Type Method Description HopCount.DocumentNodeHopCount.NodeReference. getNode()Get the nodeHopCount.DocumentNodeHopCount.NodeQueue. nextNode()Fetch the next object off the queue for processing.HopCount.DocumentNode[]HopCount.NodeQueue. nextNodes()Fetch ALL of the nodes off the queue in one step.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.Methods in org.apache.manifoldcf.crawler.jobs with parameters of type HopCount.DocumentNode Modifier and Type Method Description voidHopCount.DocumentNode. addParent(HopCount.DocumentNode parent)Add a parent who should be notified if this node's answer changes.voidHopCount.NodeQueue. addToQueue(HopCount.DocumentNode node)Queue a document node.protected voidHopCount.DocumentHash. evaluateNode(HopCount.DocumentNode node)Evaluate a node from the evaluation queue.protected voidHopCount.DocumentHash. getNodeChildren(HopCount.DocumentNode[] nodes)Fetch a the children of a bunch of nodes, and initialize all of the nodes appropriately.protected voidHopCount.DocumentHash. makeNodeComplete(HopCount.DocumentNode node)Make a node be complete.protected voidHopCount.DocumentHash. notifyParents(HopCount.DocumentNode node)Notify parents of a node's change of state.protected voidHopCount. 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 distancesprotected voidHopCount.DocumentHash. queueParents(HopCount.DocumentNode node)Queue the parents on the evaluation queue.protected voidHopCount.DocumentHash. removeChildLinks(HopCount.DocumentNode dn)Remove remaining links to children.voidHopCount.NodeQueue. removeFromQueue(HopCount.DocumentNode node)Remove a node from the queue.voidHopCount.DocumentNode. removeParent(HopCount.DocumentNode parent)Remove a parent.protected voidHopCount. writeCachedDistance(java.lang.Long jobID, java.lang.String[] legalLinkTypes, HopCount.DocumentNode dn, int hopcountMethod)Write a distance into the cache.Method parameters in org.apache.manifoldcf.crawler.jobs with type arguments of type HopCount.DocumentNode Modifier and Type Method Description protected voidHopCount. performGetCachedDistanceDeps(java.util.Map<java.lang.Long,HopCount.DocumentNode> depsMap, java.util.ArrayList list)Do a limited fetch of cached distance dependenciesConstructors in org.apache.manifoldcf.crawler.jobs with parameters of type HopCount.DocumentNode Constructor Description NodeReference(HopCount.DocumentNode theNode, java.lang.String linkType)Constructor
-