| Package | Description |
|---|---|
| org.apache.nutch.api |
REST API to run and control crawl jobs.
|
| org.apache.nutch.api.impl |
Implementations of REST API interfaces.
|
| org.apache.nutch.api.model.response | |
| org.apache.nutch.api.resources |
| Modifier and Type | Method and Description |
|---|---|
JobInfo |
JobManager.get(String crawlId,
String id) |
| Modifier and Type | Method and Description |
|---|---|
Collection<JobInfo> |
JobManager.list(String crawlId,
JobInfo.State state) |
| Modifier and Type | Method and Description |
|---|---|
JobInfo |
RAMJobManager.get(String crawlId,
String jobId) |
JobInfo |
JobWorker.getInfo() |
JobInfo |
NutchServerPoolExecutor.getInfo(String jobId) |
| Modifier and Type | Method and Description |
|---|---|
Collection<JobInfo> |
NutchServerPoolExecutor.getAllJobs() |
Collection<JobInfo> |
NutchServerPoolExecutor.getJobHistory() |
Collection<JobInfo> |
NutchServerPoolExecutor.getJobRunning() |
Collection<JobInfo> |
RAMJobManager.list(String crawlId,
JobInfo.State state) |
| Modifier and Type | Method and Description |
|---|---|
void |
JobWorker.setInfo(JobInfo jobInfo) |
| Modifier and Type | Method and Description |
|---|---|
Collection<JobInfo> |
NutchStatus.getJobs() |
Collection<JobInfo> |
NutchStatus.getRunningJobs() |
| Modifier and Type | Method and Description |
|---|---|
void |
NutchStatus.setJobs(Collection<JobInfo> jobs) |
void |
NutchStatus.setRunningJobs(Collection<JobInfo> runningJobs) |
| Modifier and Type | Method and Description |
|---|---|
JobInfo |
JobResource.getInfo(String id,
String crawlId) |
| Modifier and Type | Method and Description |
|---|---|
Collection<JobInfo> |
JobResource.getJobs(String crawlId) |
Copyright © 2015 The Apache Software Foundation