public interface CrawlService
Modifier and Type | Method and Description |
---|---|
void |
deleteCrawl(Long crawlId) |
List<Crawl> |
getCrawls() |
void |
saveCrawl(Crawl crawl) |
void |
startCrawl(Long crawlId,
NutchInstance instance) |
Copyright © 2015 The Apache Software Foundation