Package | Description |
---|---|
org.apache.nutch.webui.client |
Provides client classes and interfaces for Web UI
|
org.apache.nutch.webui.client.impl |
Contains implementation of client classes and interfaces for Web UI
|
org.apache.nutch.webui.client.model |
Contains model classes of client for Web UI
|
Modifier and Type | Method and Description |
---|---|
JobInfo |
NutchClient.getJobInfo(java.lang.String jobId) |
Modifier and Type | Method and Description |
---|---|
JobInfo |
RemoteCommandExecutor.JobStateChecker.call() |
JobInfo |
RemoteCommandExecutor.executeRemoteJob(RemoteCommand command) |
JobInfo |
RemoteCommand.getJobInfo() |
JobInfo |
NutchClientImpl.getJobInfo(java.lang.String jobId) |
Modifier and Type | Method and Description |
---|---|
void |
RemoteCommand.setJobInfo(JobInfo jobInfo) |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<JobInfo> |
NutchStatus.getJobs() |
java.util.Collection<JobInfo> |
NutchStatus.getRunningJobs() |
Modifier and Type | Method and Description |
---|---|
void |
NutchStatus.setJobs(java.util.Collection<JobInfo> jobs) |
void |
NutchStatus.setRunningJobs(java.util.Collection<JobInfo> runningJobs) |
Copyright © 2019 The Apache Software Foundation