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
InstantiationException
public double getAverageCrawlTime() throws CrawlException
CrawlException
public int getMilisCrawling() throws CrawlException
CrawlException
public int getWaitInterval() throws CrawlException
CrawlException
public int getNumCrawls() throws CrawlException
CrawlException
public boolean isRunning() throws CrawlException
CrawlException
public void stop() throws CrawlException
CrawlException
public static void main(String[] args) throws CrawlException, InstantiationException
CrawlException
InstantiationException
Copyright © 1999–2017 Apache OODT. All rights reserved.