public class FailureRecord
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
allTaskNum
all the tasks (failed or not).
|
double |
delayLength
delay length.
|
int |
depth
the depth (also used as type in some cases) of a failure.
|
int |
failedTasksNum
number of failed tasks.
|
int |
jobId
the job id.
|
double |
length
Length
|
int |
vmId
the location.
|
int |
workflowId
the workflow id (user id in this version).
|
| Constructor and Description |
|---|
FailureRecord(double length,
int tasks,
int depth,
int all,
int vm,
int job,
int workflow)
Initialize a Failure Record
|
public double length
public int failedTasksNum
public int depth
public int allTaskNum
public int vmId
public int jobId
public int workflowId
public double delayLength
public FailureRecord(double length,
int tasks,
int depth,
int all,
int vm,
int job,
int workflow)
length, - length of this tasktasks, - number of failed tasksdepth, - depth of the failed tasksall, - all the tasksvm, - vm id where the failure generatesjob, - job id where the failure generatesworkflow - , workflow id where the failure generates