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.request | |
org.apache.nutch.api.model.response |
Modifier and Type | Method and Description |
---|---|
static JobManager.JobType |
JobManager.JobType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JobManager.JobType[] |
JobManager.JobType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
NutchTool |
JobFactory.createToolByType(JobManager.JobType type,
Configuration conf) |
Modifier and Type | Method and Description |
---|---|
JobManager.JobType |
JobConfig.getType() |
Modifier and Type | Method and Description |
---|---|
void |
JobConfig.setType(JobManager.JobType type) |
Modifier and Type | Method and Description |
---|---|
JobManager.JobType |
JobInfo.getType() |
Modifier and Type | Method and Description |
---|---|
void |
JobInfo.setType(JobManager.JobType type) |
Copyright © 2019 The Apache Software Foundation