Package | Description |
---|---|
org.apache.nutch.webui.client.impl |
Contains implementation of client 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 |
---|---|
RemoteCommand |
RemoteCommandBuilder.build() |
Modifier and Type | Method and Description |
---|---|
java.util.List<RemoteCommand> |
RemoteCommandsBatchFactory.createCommands(Crawl crawl) |
Modifier and Type | Method and Description |
---|---|
void |
CrawlingCycleListener.commandExecuted(Crawl crawl,
RemoteCommand command,
int progress) |
JobInfo |
RemoteCommandExecutor.executeRemoteJob(RemoteCommand command) |
Constructor and Description |
---|
CrawlingCycle(CrawlingCycleListener listener,
RemoteCommandExecutor executor,
Crawl crawl,
java.util.List<RemoteCommand> commands) |
Modifier and Type | Method and Description |
---|---|
void |
CrawlServiceImpl.commandExecuted(Crawl crawl,
RemoteCommand command,
int progress) |
Copyright © 2019 The Apache Software Foundation