| Package | Description |
|---|---|
| org.apache.nutch.webui.client.impl |
Contains implementation of client classes and interfaces for Web UI
|
| org.apache.nutch.webui.config |
Contains config classes for Web UI
|
| org.apache.nutch.webui.pages.crawls |
Contains crawl page classes for Web UI
|
| org.apache.nutch.webui.service |
Provides service classes and interfaces for Web UI
|
| org.apache.nutch.webui.service.impl |
Contains service implementation classes for Web UI
|
| 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) |
java.util.List<RemoteCommand> |
RemoteCommandsBatchFactory.createCommands(Crawl crawl) |
void |
CrawlingCycleListener.onCrawlError(Crawl crawl,
java.lang.String msg) |
| Constructor and Description |
|---|
CrawlingCycle(CrawlingCycleListener listener,
RemoteCommandExecutor executor,
Crawl crawl,
java.util.List<RemoteCommand> commands) |
| Modifier and Type | Method and Description |
|---|---|
com.j256.ormlite.dao.Dao<Crawl,java.lang.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 |
|---|---|
java.util.List<Crawl> |
CrawlService.getCrawls() |
| Modifier and Type | Method and Description |
|---|---|
void |
CrawlService.saveCrawl(Crawl crawl) |
| Modifier and Type | Method and Description |
|---|---|
java.util.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,
java.lang.String msg) |
void |
CrawlServiceImpl.saveCrawl(Crawl crawl) |
Copyright © 2019 The Apache Software Foundation