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

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

Introduction

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

The text is from its open source code.

Field

Method

floatcleanupProgress()
StringgetFailureInfo()
Gets any available info on the reason of failure of the job.
StringgetJobId()
JobIDgetJobID()
StringgetJobName()
Get the user-specified job name.
JobPrioritygetJobPriority()
Return the priority of the job
StringgetJobRunState(int state)
Helper method to get human-readable state of the job.
intgetRunState()
StringgetSchedulingInfo()
Gets the Scheduling information associated to a particular Job.
longgetStartTime()
StringgetUsername()
booleanisJobComplete()
Returns true if the status is for a completed job.
floatmapProgress()
floatreduceProgress()
voidsetState(State state)
Change the current run state of the job.
floatsetupProgress()