Java org.apache.hadoop.mapred.jobcontrol Job fields, constructors, methods, implement or subclass

Example usage for Java org.apache.hadoop.mapred.jobcontrol Job fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.hadoop.mapred.jobcontrol Job.

The text is from its open source code.

Subclass

org.apache.hadoop.mapred.jobcontrol.Job has subclasses.
Click this link to see all its subclasses.

Field

Constructor

Method

booleanaddDependingJob(Job dependingJob)
Add a job to this jobs' dependency list.
JobIDgetAssignedJobID()
ArrayListgetDependingJobs()
JobgetJob()
JobConfgetJobConf()
StringgetJobID()
StringgetJobName()
StringgetMessage()
intgetState()
voidkillJob()
voidsetJobConf(JobConf jobConf)
Set the mapred job conf for this job.
voidsetJobName(String jobName)
Set the job name for this job.
StringtoString()