Uses of Class
org.apache.manifoldcf.crawler.interfaces.QueueTracker.BinCount
-
Packages that use QueueTracker.BinCount Package Description org.apache.manifoldcf.crawler.interfaces -
-
Uses of QueueTracker.BinCount in org.apache.manifoldcf.crawler.interfaces
Fields in org.apache.manifoldcf.crawler.interfaces with type parameters of type QueueTracker.BinCount Modifier and Type Field Description protected java.util.Map<java.lang.String,QueueTracker.BinCount>
QueueTracker. activeBinCounts
These are the bin counts for active threadsprotected java.util.Map<java.lang.String,QueueTracker.BinCount>
QueueTracker. queuedBinCounts
These are the bin counts for tracking the documents that are on the active queue, but are not being processed yetMethods in org.apache.manifoldcf.crawler.interfaces that return QueueTracker.BinCount Modifier and Type Method Description QueueTracker.BinCount
QueueTracker.BinCount. duplicate()
-