@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-12-01T23:56:56.539Z") public class ApiMrUsageReportRow extends Object
Constructor and Description |
---|
ApiMrUsageReportRow() |
Modifier and Type | Method and Description |
---|---|
ApiMrUsageReportRow |
cpuSec(Integer cpuSec) |
ApiMrUsageReportRow |
dataLocalMaps(Integer dataLocalMaps) |
ApiMrUsageReportRow |
durationSec(Integer durationSec) |
boolean |
equals(Object o) |
ApiMrUsageReportRow |
failedMaps(Integer failedMaps) |
ApiMrUsageReportRow |
failedReduces(Integer failedReduces) |
Integer |
getCpuSec()
Amount of CPU time (in seconds) taken up this user's MapReduce jobs.
|
Integer |
getDataLocalMaps()
Data local maps of this user's MapReduce jobs.
|
Integer |
getDurationSec()
Total duration of this user's MapReduce jobs.
|
Integer |
getFailedMaps()
Failed maps of this user's MapReduce jobs.
|
Integer |
getFailedReduces()
Failed reduces of this user's MapReduce jobs.
|
String |
getGroup()
The group this user belongs to.
|
Integer |
getHdfsBytesRead()
HDFS bytes read of this user's MapReduce jobs.
|
Integer |
getHdfsBytesWritten()
HDFS bytes written of this user's MapReduce jobs.
|
Integer |
getJobCount()
Number of jobs.
|
Integer |
getLocalBytesRead()
Local bytes read of this user's MapReduce jobs.
|
Integer |
getLocalBytesWritten()
Local bytes written of this user's MapReduce jobs.
|
Integer |
getMapInputBytes()
Map input bytes of this user's MapReduce jobs.
|
Integer |
getMapOutputBytes()
Map output bytes of this user's MapReduce jobs.
|
Integer |
getMemoryBytes()
The sum of physical memory used (collected as a snapshot) by this user's MapReduce jobs.
|
Integer |
getRackLocalMaps()
Rack local maps of this user's MapReduce jobs.
|
Integer |
getTaskCount()
Number of tasks.
|
String |
getTimePeriod()
The time period over which this report is generated.
|
Integer |
getTotalMaps()
Total maps of this user's MapReduce jobs.
|
Integer |
getTotalReduces()
Total reduces of this user's MapReduce jobs.
|
String |
getUser()
The user being reported.
|
ApiMrUsageReportRow |
group(String group) |
int |
hashCode() |
ApiMrUsageReportRow |
hdfsBytesRead(Integer hdfsBytesRead) |
ApiMrUsageReportRow |
hdfsBytesWritten(Integer hdfsBytesWritten) |
ApiMrUsageReportRow |
jobCount(Integer jobCount) |
ApiMrUsageReportRow |
localBytesRead(Integer localBytesRead) |
ApiMrUsageReportRow |
localBytesWritten(Integer localBytesWritten) |
ApiMrUsageReportRow |
mapInputBytes(Integer mapInputBytes) |
ApiMrUsageReportRow |
mapOutputBytes(Integer mapOutputBytes) |
ApiMrUsageReportRow |
memoryBytes(Integer memoryBytes) |
ApiMrUsageReportRow |
rackLocalMaps(Integer rackLocalMaps) |
void |
setCpuSec(Integer cpuSec) |
void |
setDataLocalMaps(Integer dataLocalMaps) |
void |
setDurationSec(Integer durationSec) |
void |
setFailedMaps(Integer failedMaps) |
void |
setFailedReduces(Integer failedReduces) |
void |
setGroup(String group) |
void |
setHdfsBytesRead(Integer hdfsBytesRead) |
void |
setHdfsBytesWritten(Integer hdfsBytesWritten) |
void |
setJobCount(Integer jobCount) |
void |
setLocalBytesRead(Integer localBytesRead) |
void |
setLocalBytesWritten(Integer localBytesWritten) |
void |
setMapInputBytes(Integer mapInputBytes) |
void |
setMapOutputBytes(Integer mapOutputBytes) |
void |
setMemoryBytes(Integer memoryBytes) |
void |
setRackLocalMaps(Integer rackLocalMaps) |
void |
setTaskCount(Integer taskCount) |
void |
setTimePeriod(String timePeriod) |
void |
setTotalMaps(Integer totalMaps) |
void |
setTotalReduces(Integer totalReduces) |
void |
setUser(String user) |
ApiMrUsageReportRow |
taskCount(Integer taskCount) |
ApiMrUsageReportRow |
timePeriod(String timePeriod) |
String |
toString() |
ApiMrUsageReportRow |
totalMaps(Integer totalMaps) |
ApiMrUsageReportRow |
totalReduces(Integer totalReduces) |
ApiMrUsageReportRow |
user(String user) |
public ApiMrUsageReportRow timePeriod(String timePeriod)
public String getTimePeriod()
public void setTimePeriod(String timePeriod)
public ApiMrUsageReportRow user(String user)
public String getUser()
public void setUser(String user)
public ApiMrUsageReportRow group(String group)
public String getGroup()
public void setGroup(String group)
public ApiMrUsageReportRow cpuSec(Integer cpuSec)
public Integer getCpuSec()
public void setCpuSec(Integer cpuSec)
public ApiMrUsageReportRow memoryBytes(Integer memoryBytes)
public Integer getMemoryBytes()
public void setMemoryBytes(Integer memoryBytes)
public ApiMrUsageReportRow jobCount(Integer jobCount)
public Integer getJobCount()
public void setJobCount(Integer jobCount)
public ApiMrUsageReportRow taskCount(Integer taskCount)
public Integer getTaskCount()
public void setTaskCount(Integer taskCount)
public ApiMrUsageReportRow durationSec(Integer durationSec)
public Integer getDurationSec()
public void setDurationSec(Integer durationSec)
public ApiMrUsageReportRow failedMaps(Integer failedMaps)
public Integer getFailedMaps()
public void setFailedMaps(Integer failedMaps)
public ApiMrUsageReportRow totalMaps(Integer totalMaps)
public Integer getTotalMaps()
public void setTotalMaps(Integer totalMaps)
public ApiMrUsageReportRow failedReduces(Integer failedReduces)
public Integer getFailedReduces()
public void setFailedReduces(Integer failedReduces)
public ApiMrUsageReportRow totalReduces(Integer totalReduces)
public Integer getTotalReduces()
public void setTotalReduces(Integer totalReduces)
public ApiMrUsageReportRow mapInputBytes(Integer mapInputBytes)
public Integer getMapInputBytes()
public void setMapInputBytes(Integer mapInputBytes)
public ApiMrUsageReportRow mapOutputBytes(Integer mapOutputBytes)
public Integer getMapOutputBytes()
public void setMapOutputBytes(Integer mapOutputBytes)
public ApiMrUsageReportRow hdfsBytesRead(Integer hdfsBytesRead)
public Integer getHdfsBytesRead()
public void setHdfsBytesRead(Integer hdfsBytesRead)
public ApiMrUsageReportRow hdfsBytesWritten(Integer hdfsBytesWritten)
public Integer getHdfsBytesWritten()
public void setHdfsBytesWritten(Integer hdfsBytesWritten)
public ApiMrUsageReportRow localBytesRead(Integer localBytesRead)
public Integer getLocalBytesRead()
public void setLocalBytesRead(Integer localBytesRead)
public ApiMrUsageReportRow localBytesWritten(Integer localBytesWritten)
public Integer getLocalBytesWritten()
public void setLocalBytesWritten(Integer localBytesWritten)
public ApiMrUsageReportRow dataLocalMaps(Integer dataLocalMaps)
public Integer getDataLocalMaps()
public void setDataLocalMaps(Integer dataLocalMaps)
public ApiMrUsageReportRow rackLocalMaps(Integer rackLocalMaps)
public Integer getRackLocalMaps()
public void setRackLocalMaps(Integer rackLocalMaps)
Copyright © 2020. All rights reserved.