Uses of Class
org.archive.crawler.framework.exceptions.InvalidFrontierMarkerException

Packages that use InvalidFrontierMarkerException
org.archive.crawler.admin Contains classes that the web UI uses to monitor and control crawls. 
org.archive.crawler.framework   
org.archive.crawler.frontier   
 

Uses of InvalidFrontierMarkerException in org.archive.crawler.admin
 

Methods in org.archive.crawler.admin that throw InvalidFrontierMarkerException
 java.util.ArrayList<java.lang.String> CrawlJob.getPendingURIsList(FrontierMarker marker, int numberOfMatches, boolean verbose)
          Returns the frontiers URI list based on the provided marker.
 java.util.ArrayList CrawlJobHandler.getPendingURIsList(FrontierMarker marker, int numberOfMatches, boolean verbose)
          Returns the frontiers URI list based on the provided marker.
 

Uses of InvalidFrontierMarkerException in org.archive.crawler.framework
 

Methods in org.archive.crawler.framework that throw InvalidFrontierMarkerException
 java.util.ArrayList<java.lang.String> Frontier.getURIsList(FrontierMarker marker, int numberOfMatches, boolean verbose)
          Returns a list of all uncrawled URIs starting from a specified marker until numberOfMatches is reached.
 

Uses of InvalidFrontierMarkerException in org.archive.crawler.frontier
 

Methods in org.archive.crawler.frontier that throw InvalidFrontierMarkerException
 java.util.ArrayList<java.lang.String> AdaptiveRevisitFrontier.getURIsList(FrontierMarker marker, int numberOfMatches, boolean verbose)
           
 



Copyright © 2003-2011 Internet Archive. All Rights Reserved.