|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.eduvax.grant.core.ExecReport
public class ExecReport
tasklet completion data.
| Field Summary | |
|---|---|
private int |
cr
execution completion code (exit code). |
private float |
nodeLoad
node load. |
private ExecRequest |
request
done job description. |
private long |
time
task completion time. |
| Constructor Summary | |
|---|---|
ExecReport(ExecRequest er,
int c,
long t,
float cpu)
create execute report. |
|
| Method Summary | |
|---|---|
int |
getCr()
get completion code (exit code). |
float |
getNodeLoad()
gets node load computed at tasklet completion. |
ExecRequest |
getRequest()
gets source request. |
long |
getTime()
gets tasklets execute duration. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private ExecRequest request
private int cr
private long time
private float nodeLoad
| Constructor Detail |
|---|
public ExecReport(ExecRequest er,
int c,
long t,
float cpu)
er - execute request.c - tasklet execution completion code.t - tasklet execution duration.cpu - computed cpu load at task completion.| Method Detail |
|---|
public long getTime()
public int getCr()
public ExecRequest getRequest()
public float getNodeLoad()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||