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

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

Introduction

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

The text is from its open source code.

Subclass

org.apache.hadoop.mapreduce.JobStatus has subclasses.
Click this link to see all its subclasses.

Constructor

Method

floatgetCleanupProgress()
StringgetFailureInfo()
Gets any available info on the reason of failure of the job.
JobIDgetJobID()
StringgetJobName()
Get the user-specified job name.
floatgetMapProgress()
intgetNeededMem()
intgetNumReservedSlots()
intgetNumUsedSlots()
JobPrioritygetPriority()
Return the priority of the job
StringgetQueue()
Get queue name
floatgetReduceProgress()
intgetReservedMem()
StringgetSchedulingInfo()
Gets the Scheduling information associated to a particular Job.
floatgetSetupProgress()
longgetStartTime()
StategetState()
intgetUsedMem()
StringgetUsername()