Constructor and Description |
---|
JobWorker(JobConfig jobConfig,
Configuration conf,
NutchTool tool)
To initialize JobWorker thread with the Job Configurations provided by user.
|
Modifier and Type | Method and Description |
---|---|
JobInfo |
getInfo() |
boolean |
killJob() |
void |
run() |
void |
setInfo(JobInfo jobInfo) |
boolean |
stopJob()
To stop the executing job
|
public JobWorker(JobConfig jobConfig, Configuration conf, NutchTool tool)
jobConfig
- conf
- tool
- - NutchTool to runCopyright © 2021 The Apache Software Foundation