| Package | Description |
|---|---|
| org.apache.nutch.service | |
| org.apache.nutch.service.impl | |
| org.apache.nutch.service.model.request | |
| org.apache.nutch.service.model.response |
| Modifier and Type | Method and Description |
|---|---|
static JobManager.JobType |
JobManager.JobType.valueOf(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 © 2021 The Apache Software Foundation