org.apache.hadoop.chukwa.rest.objects
Class MrTask
java.lang.Object
org.apache.hadoop.chukwa.rest.objects.MrTask
- All Implemented Interfaces:
- Serializable
public class MrTask
- extends Object
- implements Serializable
MrTask generated by hbm2java
- See Also:
- Serialized Form
Constructor Summary |
MrTask()
|
MrTask(String taskId,
String jobId,
Timestamp startTime,
Timestamp finishTime,
String status,
Byte attempts,
Long hdfsBytesRead,
Long hdfsBytesWritten,
Long localBytesRead,
Long localBytesWritten,
Long mapInputBytes,
Long mapOutputBytes,
Long mapInputRecords,
Long mapOutputRecords,
Long combineInputRecords,
Long combineOutputRecords,
Long spilledRecords,
Long reduceInputGroups,
Long reduceOutputGroups,
Long reduceInputRecords,
Long reduceOutputRecords,
Long reduceInputBytes,
Long reduceOutputBytes,
String type,
Long reduceShuffleBytes,
String hostname,
Timestamp shuffleFinished,
Timestamp sortFinished,
Long spilts)
|
MrTask(String taskId,
Timestamp startTime,
Timestamp finishTime,
Timestamp shuffleFinished,
Timestamp sortFinished)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MrTask
public MrTask()
MrTask
public MrTask(String taskId,
Timestamp startTime,
Timestamp finishTime,
Timestamp shuffleFinished,
Timestamp sortFinished)
MrTask
public MrTask(String taskId,
String jobId,
Timestamp startTime,
Timestamp finishTime,
String status,
Byte attempts,
Long hdfsBytesRead,
Long hdfsBytesWritten,
Long localBytesRead,
Long localBytesWritten,
Long mapInputBytes,
Long mapOutputBytes,
Long mapInputRecords,
Long mapOutputRecords,
Long combineInputRecords,
Long combineOutputRecords,
Long spilledRecords,
Long reduceInputGroups,
Long reduceOutputGroups,
Long reduceInputRecords,
Long reduceOutputRecords,
Long reduceInputBytes,
Long reduceOutputBytes,
String type,
Long reduceShuffleBytes,
String hostname,
Timestamp shuffleFinished,
Timestamp sortFinished,
Long spilts)
getTaskId
public String getTaskId()
setTaskId
public void setTaskId(String taskId)
getJobId
public String getJobId()
setJobId
public void setJobId(String jobId)
getStartTime
public Timestamp getStartTime()
setStartTime
public void setStartTime(Timestamp startTime)
getFinishTime
public Timestamp getFinishTime()
setFinishTime
public void setFinishTime(Timestamp finishTime)
getStatus
public String getStatus()
setStatus
public void setStatus(String status)
getAttempts
public Byte getAttempts()
setAttempts
public void setAttempts(Byte attempts)
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)
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)
getReduceInputBytes
public Long getReduceInputBytes()
setReduceInputBytes
public void setReduceInputBytes(Long reduceInputBytes)
getReduceOutputBytes
public Long getReduceOutputBytes()
setReduceOutputBytes
public void setReduceOutputBytes(Long reduceOutputBytes)
getType
public String getType()
setType
public void setType(String type)
getReduceShuffleBytes
public Long getReduceShuffleBytes()
setReduceShuffleBytes
public void setReduceShuffleBytes(Long reduceShuffleBytes)
getHostname
public String getHostname()
setHostname
public void setHostname(String hostname)
getShuffleFinished
public Timestamp getShuffleFinished()
setShuffleFinished
public void setShuffleFinished(Timestamp shuffleFinished)
getSortFinished
public Timestamp getSortFinished()
setSortFinished
public void setSortFinished(Timestamp sortFinished)
getSpilts
public Long getSpilts()
setSpilts
public void setSpilts(Long spilts)
Copyright © ${year} The Apache Software Foundation