| 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 |
|---|---|
java.util.Collection<JobInfo> |
JobManager.list(java.lang.String crawlId,
JobInfo.State state) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<JobInfo> |
RAMJobManager.list(java.lang.String crawlId,
JobInfo.State state) |
| Modifier and Type | Method and Description |
|---|---|
JobInfo.State |
JobInfo.getState() |
static JobInfo.State |
JobInfo.State.valueOf(java.lang.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(java.lang.String id,
JobConfig config,
JobInfo.State state,
java.lang.String msg) |
Copyright © 2019 The Apache Software Foundation