Package com.digitalpebble.storm.crawler.protocol

Examples of com.digitalpebble.storm.crawler.protocol.ProtocolFactory


                new MultiCountMetric(), 10);

        this.metricGauge = context.registerMetric("fetcher",
                new MultiCountMetric(), 10);

        protocolFactory = new ProtocolFactory(conf);

        this.fetchQueues = new FetchItemQueues(getConf());

        this.taskIndex = context.getThisTaskIndex();
View Full Code Here

TOP

Related Classes of com.digitalpebble.storm.crawler.protocol.ProtocolFactory

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.