| Constructor and Description |
|---|
ProcessInfo(Scheduler.JobInfo jobInfo,
int pId) |
| Modifier and Type | Method and Description |
|---|---|
Scheduler.JobInfo |
getJobInfo() |
long |
getMaxRSS() |
long |
getMaxSeenRSS() |
int |
getNiceness() |
int |
getpId() |
int |
getPid() |
boolean |
isAllowed() |
void |
setAllowed(boolean allowed) |
void |
setMaxRSS(long maxRSS) |
void |
setMaxSeenRSS(long maxSeenRSS) |
void |
setNiceness(int niceness) |
public ProcessInfo(Scheduler.JobInfo jobInfo, int pId)
public int getPid()
public long getMaxSeenRSS()
public void setMaxSeenRSS(long maxSeenRSS)
public int getNiceness()
public Scheduler.JobInfo getJobInfo()
public int getpId()
public long getMaxRSS()
public void setMaxRSS(long maxRSS)
public boolean isAllowed()
public void setAllowed(boolean allowed)
public void setNiceness(int niceness)
throws IOException,
InterruptedException
IOExceptionInterruptedExceptionCopyright © 2010–2016. All rights reserved.