| Constructor and Description |
|---|
ProcessInfo(Scheduler.JobInfo jobInfo,
int pId) |
| Modifier and Type | Method and Description |
|---|---|
double |
getCurrentCpuUsage() |
long |
getCurrentRSS() |
Scheduler.JobInfo |
getJobInfo() |
long |
getMaxRSS() |
long |
getMaxSeenRSS() |
int |
getNiceness() |
int |
getPid() |
boolean |
isAllowed() |
void |
setAllowed(boolean allowed) |
void |
setCurrentCpuUsage(double currentCpuUsage) |
void |
setCurrentRSS(long currentRSS) |
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 long getMaxRSS()
public void setMaxRSS(long maxRSS)
public boolean isAllowed()
public void setAllowed(boolean allowed)
public long getCurrentRSS()
public void setCurrentRSS(long currentRSS)
public double getCurrentCpuUsage()
public void setCurrentCpuUsage(double currentCpuUsage)
public void setNiceness(int niceness)
Copyright © 2010–2017. All rights reserved.