public static class ExecutionStatistics.ElementInfo extends Object
| Constructor and Description |
|---|
ExecutionStatistics.ElementInfo() |
| Modifier and Type | Method and Description |
|---|---|
int |
getFailedExecutionCount() |
String |
getId() |
long |
getStatementsCount()
Returns total number of executed statements for this element.
|
int |
getSuccessfulExecutionCount() |
double |
getThroughput()
Returns throughput t=statements/workingTimeSeconds.
|
long |
getWorkingTime()
Returns the total number of nanoseconds spent while executing this element.
|
public int getSuccessfulExecutionCount()
public int getFailedExecutionCount()
public long getStatementsCount()
Note: execution in a loop affects total number, i.e. StatementsCount=loop_count*sql_statements_count
public long getWorkingTime()
public double getThroughput()
public String getId()
Copyright © 2006-2012. All Rights Reserved.