Uses of Class
org.apache.manifoldcf.crawler.jobs.JobManager.MutableInteger
-
Packages that use JobManager.MutableInteger Package Description org.apache.manifoldcf.crawler.jobs -
-
Uses of JobManager.MutableInteger in org.apache.manifoldcf.crawler.jobs
Fields in org.apache.manifoldcf.crawler.jobs with type parameters of type JobManager.MutableInteger Modifier and Type Field Description protected java.util.Map<java.lang.String,JobManager.MutableInteger>
JobManager.ThrottleJobItem. binCounts
This is a map of the bins and their current counts.protected java.util.Map<java.lang.String,JobManager.MutableInteger>
JobManager.ThrottleLimit. maxConnectionCounts
Methods in org.apache.manifoldcf.crawler.jobs that return JobManager.MutableInteger Modifier and Type Method Description JobManager.MutableInteger
JobManager.MutableInteger. duplicate()
Duplicate
-