All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.xbynet.crawler.scheduler.DuplicateRemover Maven / Gradle / Ivy

package com.github.xbynet.crawler.scheduler;

import com.github.xbynet.crawler.ISpider;
import com.github.xbynet.crawler.Request;

public interface DuplicateRemover {
    public boolean isDuplicate(Request request, ISpider spider);
    public void resetDuplicateCheck(ISpider spider);
    public int getTotalRequestsCount(ISpider spider);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy