public class Orchestrator.ExecutionStats extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
long |
getExecutionTime()
Returns the time spent during the last call to
Orchestrator.execute(). |
int |
getNumberOfTasksExecuted()
Returns the number of task method calls made.
|
long |
getParallelizationSaving()
Returns the time saved by executing tasks in parallel rather than
sequentially.
|
int |
hashCode() |
String |
toString() |
public int getNumberOfTasksExecuted()
public long getParallelizationSaving()
public long getExecutionTime()
Orchestrator.execute().
The result is undefined is that call has not yet completed. Any
uncompleted nowait tasks are not accounted for.Copyright © 2018. All rights reserved.