| Package | Description |
|---|---|
| org.apache.nutch.webui.client.impl | |
| org.apache.nutch.webui.config | |
| org.apache.nutch.webui.pages.crawls | |
| org.apache.nutch.webui.service | |
| org.apache.nutch.webui.service.impl |
| Modifier and Type | Method and Description |
|---|---|
void |
CrawlingCycleListener.commandExecuted(Crawl crawl,
RemoteCommand command,
int progress) |
void |
CrawlingCycleListener.crawlingFinished(Crawl crawl) |
void |
CrawlingCycleListener.crawlingStarted(Crawl crawl) |
List<RemoteCommand> |
RemoteCommandsBatchFactory.createCommands(Crawl crawl) |
void |
CrawlingCycleListener.onCrawlError(Crawl crawl,
String msg) |
| Constructor and Description |
|---|
CrawlingCycle(CrawlingCycleListener listener,
RemoteCommandExecutor executor,
Crawl crawl,
List<RemoteCommand> commands) |
| Modifier and Type | Method and Description |
|---|---|
com.j256.ormlite.dao.Dao<Crawl,Long> |
SpringConfiguration.createCrawlDao() |
| Modifier and Type | Method and Description |
|---|---|
void |
CrawlPanel.setModel(org.apache.wicket.model.IModel<Crawl> model) |
| Modifier and Type | Method and Description |
|---|---|
List<Crawl> |
CrawlService.getCrawls() |
| Modifier and Type | Method and Description |
|---|---|
void |
CrawlService.saveCrawl(Crawl crawl) |
| Modifier and Type | Method and Description |
|---|---|
List<Crawl> |
CrawlServiceImpl.getCrawls() |
| Modifier and Type | Method and Description |
|---|---|
void |
CrawlServiceImpl.commandExecuted(Crawl crawl,
RemoteCommand command,
int progress) |
void |
CrawlServiceImpl.crawlingFinished(Crawl crawl) |
void |
CrawlServiceImpl.crawlingStarted(Crawl crawl) |
void |
CrawlServiceImpl.onCrawlError(Crawl crawl,
String msg) |
void |
CrawlServiceImpl.saveCrawl(Crawl crawl) |
Copyright © 2021 The Apache Software Foundation