org.apache.hadoop.chukwa.rest.objects
Class MrJob

java.lang.Object
  extended by org.apache.hadoop.chukwa.rest.objects.MrJob
All Implemented Interfaces:
Serializable

public class MrJob
extends Object
implements Serializable

MrJob generated by hbm2java

See Also:
Serialized Form

Constructor Summary
MrJob()
           
MrJob(String jobId, String user, String queue, String status, Timestamp submitTime, Timestamp launchTime, Timestamp finishTime, Long hdfsBytesRead, Long hdfsBytesWritten, Long localBytesRead, Long localBytesWritten, Long launchedMapTasks, Long launchedReduceTasks, Long dataLocalMapTasks, Long dataLocalReduceTasks, Long mapInputBytes, Long mapOutputBytes, Long mapInputRecords, Long mapOutputRecords, Long combineInputRecords, Long combineOutputRecords, Long spilledRecords, Long reduceInputGroups, Long reduceOutputGroups, Long reduceInputRecords, Long reduceOutputRecords, String jobconf, Long finishedMaps, Long finishedReduces, Long failedMaps, Long failedReduces, Long totalMaps, Long totalReduces, Long reduceShuffleBytes)
           
MrJob(String jobId, Timestamp submitTime, Timestamp launchTime, Timestamp finishTime)
           
 
Method Summary
 Long getCombineInputRecords()
           
 Long getCombineOutputRecords()
           
 Long getDataLocalMapTasks()
           
 Long getDataLocalReduceTasks()
           
 Long getFailedMaps()
           
 Long getFailedReduces()
           
 Long getFinishedMaps()
           
 Long getFinishedReduces()
           
 Timestamp getFinishTime()
           
 Long getHdfsBytesRead()
           
 Long getHdfsBytesWritten()
           
 String getJobconf()
           
 String getJobId()
           
 Long getLaunchedMapTasks()
           
 Long getLaunchedReduceTasks()
           
 Timestamp getLaunchTime()
           
 Long getLocalBytesRead()
           
 Long getLocalBytesWritten()
           
 Long getMapInputBytes()
           
 Long getMapInputRecords()
           
 Long getMapOutputBytes()
           
 Long getMapOutputRecords()
           
 String getQueue()
           
 Long getReduceInputGroups()
           
 Long getReduceInputRecords()
           
 Long getReduceOutputGroups()
           
 Long getReduceOutputRecords()
           
 Long getReduceShuffleBytes()
           
 Long getSpilledRecords()
           
 String getStatus()
           
 Timestamp getSubmitTime()
           
 Long getTotalMaps()
           
 Long getTotalReduces()
           
 String getUser()
           
 void setCombineInputRecords(Long combineInputRecords)
           
 void setCombineOutputRecords(Long combineOutputRecords)
           
 void setDataLocalMapTasks(Long dataLocalMapTasks)
           
 void setDataLocalReduceTasks(Long dataLocalReduceTasks)
           
 void setFailedMaps(Long failedMaps)
           
 void setFailedReduces(Long failedReduces)
           
 void setFinishedMaps(Long finishedMaps)
           
 void setFinishedReduces(Long finishedReduces)
           
 void setFinishTime(Timestamp finishTime)
           
 void setHdfsBytesRead(Long hdfsBytesRead)
           
 void setHdfsBytesWritten(Long hdfsBytesWritten)
           
 void setJobconf(String jobconf)
           
 void setJobId(String jobId)
           
 void setLaunchedMapTasks(Long launchedMapTasks)
           
 void setLaunchedReduceTasks(Long launchedReduceTasks)
           
 void setLaunchTime(Timestamp launchTime)
           
 void setLocalBytesRead(Long localBytesRead)
           
 void setLocalBytesWritten(Long localBytesWritten)
           
 void setMapInputBytes(Long mapInputBytes)
           
 void setMapInputRecords(Long mapInputRecords)
           
 void setMapOutputBytes(Long mapOutputBytes)
           
 void setMapOutputRecords(Long mapOutputRecords)
           
 void setQueue(String queue)
           
 void setReduceInputGroups(Long reduceInputGroups)
           
 void setReduceInputRecords(Long reduceInputRecords)
           
 void setReduceOutputGroups(Long reduceOutputGroups)
           
 void setReduceOutputRecords(Long reduceOutputRecords)
           
 void setReduceShuffleBytes(Long reduceShuffleBytes)
           
 void setSpilledRecords(Long spilledRecords)
           
 void setStatus(String status)
           
 void setSubmitTime(Timestamp submitTime)
           
 void setTotalMaps(Long totalMaps)
           
 void setTotalReduces(Long totalReduces)
           
 void setUser(String user)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MrJob

public MrJob()

MrJob

public MrJob(String jobId,
             Timestamp submitTime,
             Timestamp launchTime,
             Timestamp finishTime)

MrJob

public MrJob(String jobId,
             String user,
             String queue,
             String status,
             Timestamp submitTime,
             Timestamp launchTime,
             Timestamp finishTime,
             Long hdfsBytesRead,
             Long hdfsBytesWritten,
             Long localBytesRead,
             Long localBytesWritten,
             Long launchedMapTasks,
             Long launchedReduceTasks,
             Long dataLocalMapTasks,
             Long dataLocalReduceTasks,
             Long mapInputBytes,
             Long mapOutputBytes,
             Long mapInputRecords,
             Long mapOutputRecords,
             Long combineInputRecords,
             Long combineOutputRecords,
             Long spilledRecords,
             Long reduceInputGroups,
             Long reduceOutputGroups,
             Long reduceInputRecords,
             Long reduceOutputRecords,
             String jobconf,
             Long finishedMaps,
             Long finishedReduces,
             Long failedMaps,
             Long failedReduces,
             Long totalMaps,
             Long totalReduces,
             Long reduceShuffleBytes)
Method Detail

getJobId

public String getJobId()

setJobId

public void setJobId(String jobId)

getUser

public String getUser()

setUser

public void setUser(String user)

getQueue

public String getQueue()

setQueue

public void setQueue(String queue)

getStatus

public String getStatus()

setStatus

public void setStatus(String status)

getSubmitTime

public Timestamp getSubmitTime()

setSubmitTime

public void setSubmitTime(Timestamp submitTime)

getLaunchTime

public Timestamp getLaunchTime()

setLaunchTime

public void setLaunchTime(Timestamp launchTime)

getFinishTime

public Timestamp getFinishTime()

setFinishTime

public void setFinishTime(Timestamp finishTime)

getHdfsBytesRead

public Long getHdfsBytesRead()

setHdfsBytesRead

public void setHdfsBytesRead(Long hdfsBytesRead)

getHdfsBytesWritten

public Long getHdfsBytesWritten()

setHdfsBytesWritten

public void setHdfsBytesWritten(Long hdfsBytesWritten)

getLocalBytesRead

public Long getLocalBytesRead()

setLocalBytesRead

public void setLocalBytesRead(Long localBytesRead)

getLocalBytesWritten

public Long getLocalBytesWritten()

setLocalBytesWritten

public void setLocalBytesWritten(Long localBytesWritten)

getLaunchedMapTasks

public Long getLaunchedMapTasks()

setLaunchedMapTasks

public void setLaunchedMapTasks(Long launchedMapTasks)

getLaunchedReduceTasks

public Long getLaunchedReduceTasks()

setLaunchedReduceTasks

public void setLaunchedReduceTasks(Long launchedReduceTasks)

getDataLocalMapTasks

public Long getDataLocalMapTasks()

setDataLocalMapTasks

public void setDataLocalMapTasks(Long dataLocalMapTasks)

getDataLocalReduceTasks

public Long getDataLocalReduceTasks()

setDataLocalReduceTasks

public void setDataLocalReduceTasks(Long dataLocalReduceTasks)

getMapInputBytes

public Long getMapInputBytes()

setMapInputBytes

public void setMapInputBytes(Long mapInputBytes)

getMapOutputBytes

public Long getMapOutputBytes()

setMapOutputBytes

public void setMapOutputBytes(Long mapOutputBytes)

getMapInputRecords

public Long getMapInputRecords()

setMapInputRecords

public void setMapInputRecords(Long mapInputRecords)

getMapOutputRecords

public Long getMapOutputRecords()

setMapOutputRecords

public void setMapOutputRecords(Long mapOutputRecords)

getCombineInputRecords

public Long getCombineInputRecords()

setCombineInputRecords

public void setCombineInputRecords(Long combineInputRecords)

getCombineOutputRecords

public Long getCombineOutputRecords()

setCombineOutputRecords

public void setCombineOutputRecords(Long combineOutputRecords)

getSpilledRecords

public Long getSpilledRecords()

setSpilledRecords

public void setSpilledRecords(Long spilledRecords)

getReduceInputGroups

public Long getReduceInputGroups()

setReduceInputGroups

public void setReduceInputGroups(Long reduceInputGroups)

getReduceOutputGroups

public Long getReduceOutputGroups()

setReduceOutputGroups

public void setReduceOutputGroups(Long reduceOutputGroups)

getReduceInputRecords

public Long getReduceInputRecords()

setReduceInputRecords

public void setReduceInputRecords(Long reduceInputRecords)

getReduceOutputRecords

public Long getReduceOutputRecords()

setReduceOutputRecords

public void setReduceOutputRecords(Long reduceOutputRecords)

getJobconf

public String getJobconf()

setJobconf

public void setJobconf(String jobconf)

getFinishedMaps

public Long getFinishedMaps()

setFinishedMaps

public void setFinishedMaps(Long finishedMaps)

getFinishedReduces

public Long getFinishedReduces()

setFinishedReduces

public void setFinishedReduces(Long finishedReduces)

getFailedMaps

public Long getFailedMaps()

setFailedMaps

public void setFailedMaps(Long failedMaps)

getFailedReduces

public Long getFailedReduces()

setFailedReduces

public void setFailedReduces(Long failedReduces)

getTotalMaps

public Long getTotalMaps()

setTotalMaps

public void setTotalMaps(Long totalMaps)

getTotalReduces

public Long getTotalReduces()

setTotalReduces

public void setTotalReduces(Long totalReduces)

getReduceShuffleBytes

public Long getReduceShuffleBytes()

setReduceShuffleBytes

public void setReduceShuffleBytes(Long reduceShuffleBytes)


Copyright © ${year} The Apache Software Foundation