Package com.flaptor.hounder.crawler.pagedb.distributed

Examples of com.flaptor.hounder.crawler.pagedb.distributed.PageCatcher


    public void crawl (final int cycles) {
        try {
            StopMonitor.reset();
            FetchdataProcessor processor = new FetchdataProcessor();
            if (distributed) {
                pageCatcher = new PageCatcher("catch");
            }
            int cyclesCounter = 0;
            boolean createNewPageDB = (cycles != 0);

            while (running()) {
View Full Code Here

TOP

Related Classes of com.flaptor.hounder.crawler.pagedb.distributed.PageCatcher

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.