Uses of Class
org.apache.nutch.crawl.Inlink
-
Packages that use Inlink Package Description org.apache.nutch.crawl Crawl control code and tools to run the crawler. -
-
Uses of Inlink in org.apache.nutch.crawl
Methods in org.apache.nutch.crawl that return Inlink Modifier and Type Method Description static Inlink
Inlink. read(DataInput in)
Methods in org.apache.nutch.crawl that return types with arguments of type Inlink Modifier and Type Method Description Iterator<Inlink>
Inlinks. iterator()
Methods in org.apache.nutch.crawl with parameters of type Inlink Modifier and Type Method Description void
Inlinks. add(Inlink inlink)
-