Uses of Interface
crawlercommons.urlfrontier.Urlfrontier.KnownURLItemOrBuilder
-
-
Uses of Urlfrontier.KnownURLItemOrBuilder in crawlercommons.urlfrontier
Classes in crawlercommons.urlfrontier that implement Urlfrontier.KnownURLItemOrBuilder Modifier and Type Class Description static classUrlfrontier.KnownURLItem* URL which was already known in the frontier, was returned by GetURLs() and processed by the crawler.static classUrlfrontier.KnownURLItem.Builder* URL which was already known in the frontier, was returned by GetURLs() and processed by the crawler.Methods in crawlercommons.urlfrontier that return Urlfrontier.KnownURLItemOrBuilder Modifier and Type Method Description Urlfrontier.KnownURLItemOrBuilderUrlfrontier.URLItem.Builder. getKnownOrBuilder().urlfrontier.KnownURLItem known = 2;Urlfrontier.KnownURLItemOrBuilderUrlfrontier.URLItem. getKnownOrBuilder().urlfrontier.KnownURLItem known = 2;Urlfrontier.KnownURLItemOrBuilderUrlfrontier.URLItemOrBuilder. getKnownOrBuilder().urlfrontier.KnownURLItem known = 2;
-