public class CrawlDaemonController extends Object
A Controller class for the Crawl Daemons
.| Constructor and Description | 
|---|
| CrawlDaemonController(String crawlUrlStr) | 
| Modifier and Type | Method and Description | 
|---|---|
| double | getAverageCrawlTime() | 
| int | getMilisCrawling() | 
| int | getNumCrawls() | 
| int | getWaitInterval() | 
| boolean | isRunning() | 
| static void | main(String[] args) | 
| void | stop() | 
public CrawlDaemonController(String crawlUrlStr) throws InstantiationException
InstantiationExceptionpublic double getAverageCrawlTime()
                           throws CrawlException
CrawlExceptionpublic int getMilisCrawling()
                     throws CrawlException
CrawlExceptionpublic int getWaitInterval()
                    throws CrawlException
CrawlExceptionpublic int getNumCrawls()
                 throws CrawlException
CrawlExceptionpublic boolean isRunning()
                  throws CrawlException
CrawlExceptionpublic void stop()
          throws CrawlException
CrawlExceptionpublic static void main(String[] args) throws CrawlException, InstantiationException
CrawlExceptionInstantiationExceptionCopyright © 1999–2017 Apache OODT. All rights reserved.