Package | Description |
---|---|
org.apache.nutch.service | |
org.apache.nutch.service.impl | |
org.apache.nutch.service.model.response | |
org.apache.nutch.service.resources |
Modifier and Type | Method and Description |
---|---|
JobInfo |
JobManager.create(JobConfig jobConfig)
Creates specified job
|
JobInfo |
JobManager.get(String crawlId,
String id) |
Modifier and Type | Method and Description |
---|---|
Collection<JobInfo> |
JobManager.list(String crawlId,
JobInfo.State state) |
Modifier and Type | Method and Description |
---|---|
JobInfo |
JobManagerImpl.create(JobConfig jobConfig) |
JobInfo |
JobManagerImpl.get(String crawlId,
String jobId) |
JobInfo |
JobWorker.getInfo() |
JobInfo |
NutchServerPoolExecutor.getInfo(String jobId) |
Modifier and Type | Method and Description |
---|---|
Collection<JobInfo> |
NutchServerPoolExecutor.getAllJobs()
Gives all jobs(currently running and completed)
|
Collection<JobInfo> |
NutchServerPoolExecutor.getJobHistory()
Gives the Job history
|
Collection<JobInfo> |
NutchServerPoolExecutor.getJobRunning()
Gives the list of currently running jobs
|
Collection<JobInfo> |
JobManagerImpl.list(String crawlId,
JobInfo.State state) |
Modifier and Type | Method and Description |
---|---|
void |
JobWorker.setInfo(JobInfo jobInfo) |
Modifier and Type | Method and Description |
---|---|
Collection<JobInfo> |
NutchServerInfo.getJobs() |
Collection<JobInfo> |
NutchServerInfo.getRunningJobs() |
Modifier and Type | Method and Description |
---|---|
void |
NutchServerInfo.setJobs(Collection<JobInfo> jobs) |
void |
NutchServerInfo.setRunningJobs(Collection<JobInfo> runningJobs) |
Modifier and Type | Method and Description |
---|---|
JobInfo |
JobResource.create(JobConfig config)
Create a new job
|
JobInfo |
JobResource.getInfo(String id,
String crawlId)
Get job info
|
Modifier and Type | Method and Description |
---|---|
Collection<JobInfo> |
JobResource.getJobs(String crawlId)
Get job history
|
Copyright © 2021 The Apache Software Foundation