| 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 |
| Modifier and Type | Method and Description |
|---|---|
Collection<JobInfo> |
JobManager.list(String crawlId,
JobInfo.State state) |
| Modifier and Type | Method and Description |
|---|---|
Collection<JobInfo> |
RAMJobManager.list(String crawlId,
JobInfo.State state) |
| Modifier and Type | Method and Description |
|---|---|
JobInfo.State |
JobInfo.getState() |
static JobInfo.State |
JobInfo.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobInfo.State[] |
JobInfo.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JobInfo.setState(JobInfo.State state) |
| Constructor and Description |
|---|
JobInfo(String id,
JobConfig config,
JobInfo.State state,
String msg) |
Copyright © 2015 The Apache Software Foundation