| Package | Description |
|---|---|
| org.workflowsim | |
| org.workflowsim.clustering | |
| org.workflowsim.failure | |
| org.workflowsim.reclustering | |
| org.workflowsim.utils |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<Job> |
ClusteringEngine.jobList
The job list
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Job> |
ClusteringEngine.getJobList()
Gets the job list.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ClusteringEngine.setJobList(java.util.List<Job> jobList)
Sets the job list.
|
| Modifier and Type | Method and Description |
|---|---|
protected Job |
BasicClustering.addTasks2Job(java.util.List taskList)
Add a list of task to a new job
|
protected Job |
BasicClustering.addTasks2Job(Task task)
Add a task to a new job
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Job> |
BasicClustering.getJobList()
Gets the job list
|
java.util.List<Job> |
ClusteringInterface.getJobList()
get job list.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
FailureGenerator.generate(Job job)
Generates a failure or not
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<Job> |
ReclusteringEngine.process(Job job,
int id)
Process job recreation based on different reclustering algorithm
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<Job> |
ReclusteringEngine.process(Job job,
int id)
Process job recreation based on different reclustering algorithm
|
| Modifier and Type | Method and Description |
|---|---|
double |
OverheadParameters.getPostDelay(Job job)
Gets the postscript delay for a particular job based on the depth(level)
|