org.apache.hadoop.chukwa.rest.objects
Class MrJob
java.lang.Object
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)
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