public class RunningExperiment extends QueuedExperiment
QueuedExperiment represents an experiment that is
currently executed and may have additional information, e.g., the status of
the execution.| Modifier and Type | Field and Description |
|---|---|
long |
startTimestamp
The point in time at which the experiment has been started.
|
String |
status
The status of the execution of this experiment.
|
long |
timestampOfAbortion
The point in time until the experiment will have to be finished.
|
benchmarkName, benchmarkUri, canBeCanceled, challengeTaskUri, challengeUri, dateOfExecution, experimentId, systemName, systemUri| Constructor and Description |
|---|
RunningExperiment() |
| Modifier and Type | Method and Description |
|---|---|
long |
getStartTimestamp() |
String |
getStatus() |
long |
getTimestampOfAbortion() |
void |
setStartTimestamp(long startTimestamp) |
void |
setStatus(String status) |
void |
setTimestampOfAbortion(long timestampOfAbortion) |
getBenchmarkName, getBenchmarkUri, getChallengeTaskUri, getChallengeUri, getExperimentId, getSystemName, getSystemUri, isCanBeCanceled, setBenchmarkName, setBenchmarkUri, setCanBeCanceled, setChallengeTaskUri, setChallengeUri, setExperimentId, setSystemName, setSystemUripublic String status
public long startTimestamp
public long timestampOfAbortion
public String getStatus()
public void setStatus(String status)
status - the status to setpublic long getStartTimestamp()
public void setStartTimestamp(long startTimestamp)
startTimestamp - the startTimestamp to setpublic long getTimestampOfAbortion()
public void setTimestampOfAbortion(long timestampOfAbortion)
timestampOfAbortion - the timestampOfAbortion to setCopyright © 2017–2018. All rights reserved.