Uses of Class
org.apache.manifoldcf.crawler.system.QueuedDocumentSet
-
Packages that use QueuedDocumentSet Package Description org.apache.manifoldcf.crawler.system -
-
Uses of QueuedDocumentSet in org.apache.manifoldcf.crawler.system
Fields in org.apache.manifoldcf.crawler.system with type parameters of type QueuedDocumentSet Modifier and Type Field Description protected java.util.List<QueuedDocumentSet>
DocumentQueue. queue
Methods in org.apache.manifoldcf.crawler.system that return QueuedDocumentSet Modifier and Type Method Description QueuedDocumentSet
DocumentQueue. getDocument(QueueTracker overlapCalculator)
Pull the best-rated document set off the queue, but wait if there is nothing there.Methods in org.apache.manifoldcf.crawler.system with parameters of type QueuedDocumentSet Modifier and Type Method Description void
DocumentQueue. addDocument(QueuedDocumentSet dd)
Add a document to the queue.
-