Uses of Interface
org.apache.nutch.service.ConfManager
-
Packages that use ConfManager Package Description org.apache.nutch.service org.apache.nutch.service.impl org.apache.nutch.service.resources -
-
Uses of ConfManager in org.apache.nutch.service
Methods in org.apache.nutch.service that return ConfManager Modifier and Type Method Description ConfManager
NutchServer. getConfManager()
-
Uses of ConfManager in org.apache.nutch.service.impl
Classes in org.apache.nutch.service.impl that implement ConfManager Modifier and Type Class Description class
ConfManagerImpl
Constructors in org.apache.nutch.service.impl with parameters of type ConfManager Constructor Description JobManagerImpl(JobFactory jobFactory, ConfManager configManager, NutchServerPoolExecutor executor)
-
Uses of ConfManager in org.apache.nutch.service.resources
Fields in org.apache.nutch.service.resources declared as ConfManager Modifier and Type Field Description protected ConfManager
AbstractResource. configManager
-