public class RunRecord extends Object
| Constructor and Description |
|---|
RunRecord() |
RunRecord(long runId,
double runTime) |
RunRecord(long runId,
double runTime,
double runMemory) |
RunRecord(long runId,
double runTime,
double runMemory,
double linkSpecSize) |
| Modifier and Type | Method and Description |
|---|---|
RunRecord |
clone() |
boolean |
equals(Object run) |
double |
getLinkSpecSize() |
double |
getLinkSpecSizeVariance() |
long |
getRunId() |
double |
getRunMemory() |
double |
getRunMemoryVariance() |
double |
getRunTime() |
double |
getRunTimeVariance() |
void |
setLinkSpecSize(double linkSpecSize) |
void |
setLinkSpecSizeVariance(double linkSpecSizeVariance) |
void |
setRunId(long runId) |
void |
setRunMemory(double runMemory) |
void |
setRunMemoryVariance(double runMemoryVariance) |
void |
setRunTime(double runTime) |
void |
setRunTimeVariance(double runTimeVariance) |
String |
toString() |
public RunRecord()
public RunRecord(long runId,
double runTime)
runId - the id of the runrunTime - the time duration recorded by the runpublic RunRecord(long runId,
double runTime,
double runMemory)
runId - the id of the runrunTime - the time duration recorded by the runrunMemory - the size of the utilized memorypublic RunRecord(long runId,
double runTime,
double runMemory,
double linkSpecSize)
public long getRunId()
public void setRunId(long runId)
public double getRunTime()
public void setRunTime(double runTime)
public double getRunMemory()
public void setRunMemory(double runMemory)
public double getLinkSpecSize()
public void setLinkSpecSize(double linkSpecSize)
public double getRunTimeVariance()
public void setRunTimeVariance(double runTimeVariance)
public double getRunMemoryVariance()
public void setRunMemoryVariance(double runMemoryVariance)
public double getLinkSpecSizeVariance()
public void setLinkSpecSizeVariance(double linkSpecSizeVariance)
Copyright © 2018. All rights reserved.