Package ai.platon.pulsar.common.collect
Interface CrawlableFatLinkCollector
-
- All Implemented Interfaces:
public interface CrawlableFatLinkCollector
-
-
Method Summary
Modifier and Type Method Description abstract CrawlableFatLinkremove(String url)abstract CrawlableFatLinkremove(FatLink fatLink)IntegerremoveAll(Iterable<String> urls)IntegerremoveAll(List<FatLink> fatLinks)abstract Map<String, CrawlableFatLink>getFatLinks()-
-
Method Detail
-
remove
abstract CrawlableFatLink remove(String url)
-
remove
abstract CrawlableFatLink remove(FatLink fatLink)
-
getFatLinks
abstract Map<String, CrawlableFatLink> getFatLinks()
-
-
-
-