Uses of Class
org.apache.nutch.tools.CommonCrawlConfig
Packages that use CommonCrawlConfig
-
Uses of CommonCrawlConfig in org.apache.nutch.tools
Methods in org.apache.nutch.tools with parameters of type CommonCrawlConfigModifier and TypeMethodDescriptionstatic CommonCrawlFormatCommonCrawlFormatFactory.getCommonCrawlFormat(String formatType, String url, Content content, Metadata metadata, Configuration nutchConf, CommonCrawlConfig config) Deprecated.static CommonCrawlFormatCommonCrawlFormatFactory.getCommonCrawlFormat(String formatType, Configuration nutchConf, CommonCrawlConfig config) Constructors in org.apache.nutch.tools with parameters of type CommonCrawlConfigModifierConstructorDescriptionAbstractCommonCrawlFormat(String url, Content content, Metadata metadata, Configuration nutchConf, CommonCrawlConfig config) Configurable constructorCommonCrawlFormatJackson(String url, Content content, Metadata metadata, Configuration nutchConf, CommonCrawlConfig config) CommonCrawlFormatJackson(Configuration nutchConf, CommonCrawlConfig config) CommonCrawlFormatJettinson(String url, Content content, Metadata metadata, Configuration nutchConf, CommonCrawlConfig config) CommonCrawlFormatSimple(String url, Content content, Metadata metadata, Configuration nutchConf, CommonCrawlConfig config) CommonCrawlFormatWARC(String url, Content content, Metadata metadata, Configuration nutchConf, CommonCrawlConfig config, ParseData parseData) CommonCrawlFormatWARC(Configuration nutchConf, CommonCrawlConfig config)