Uses of Class
org.apache.nutch.service.model.request.SeedList
-
Packages that use SeedList Package Description org.apache.nutch.service org.apache.nutch.service.impl org.apache.nutch.service.model.request org.apache.nutch.service.resources -
-
Uses of SeedList in org.apache.nutch.service
Methods in org.apache.nutch.service that return SeedList Modifier and Type Method Description SeedList
SeedManager. getSeedList(String seedName)
Methods in org.apache.nutch.service that return types with arguments of type SeedList Modifier and Type Method Description Map<String,SeedList>
SeedManager. getSeeds()
Methods in org.apache.nutch.service with parameters of type SeedList Modifier and Type Method Description void
SeedManager. setSeedList(String seedName, SeedList seedList)
-
Uses of SeedList in org.apache.nutch.service.impl
Methods in org.apache.nutch.service.impl that return SeedList Modifier and Type Method Description SeedList
SeedManagerImpl. getSeedList(String seedName)
Methods in org.apache.nutch.service.impl that return types with arguments of type SeedList Modifier and Type Method Description Map<String,SeedList>
SeedManagerImpl. getSeeds()
Methods in org.apache.nutch.service.impl with parameters of type SeedList Modifier and Type Method Description void
SeedManagerImpl. setSeedList(String seedName, SeedList seedList)
-
Uses of SeedList in org.apache.nutch.service.model.request
Methods in org.apache.nutch.service.model.request that return SeedList Modifier and Type Method Description SeedList
SeedUrl. getSeedList()
Methods in org.apache.nutch.service.model.request with parameters of type SeedList Modifier and Type Method Description void
SeedUrl. setSeedList(SeedList seedList)
-
Uses of SeedList in org.apache.nutch.service.resources
Methods in org.apache.nutch.service.resources with parameters of type SeedList Modifier and Type Method Description javax.ws.rs.core.Response
SeedResource. createSeedFile(SeedList seedList)
Method creates seed list file and returns temporary directory path
-