| 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 |
|---|---|
java.lang.String |
JobManager.create(JobConfig jobConfig) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
RAMJobManager.create(JobConfig jobConfig) |
| Constructor and Description |
|---|
JobWorker(JobConfig jobConfig,
Configuration conf,
NutchTool tool) |
| Constructor and Description |
|---|
JobInfo(java.lang.String id,
JobConfig config,
JobInfo.State state,
java.lang.String msg) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
JobResource.create(JobConfig config) |
Copyright © 2019 The Apache Software Foundation