| Package | Description |
|---|---|
| org.apache.nutch.service | |
| org.apache.nutch.service.impl | |
| org.apache.nutch.service.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> |
JobManagerImpl.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 generateId,
JobConfig jobConfig,
JobInfo.State state,
String msg) |
Copyright © 2021 The Apache Software Foundation