|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectscriptella.execution.ExecutionStatistics
public class ExecutionStatistics
Represents script execution statistics
The statistics is groupped by script elements i.e. script or query.
| Nested Class Summary | |
|---|---|
static class |
ExecutionStatistics.ElementInfo
|
| Constructor Summary | |
|---|---|
ExecutionStatistics()
|
|
| Method Summary | |
|---|---|
java.util.Map<java.lang.String,java.lang.Integer> |
getCategoriesStatistics()
Returns the statistics on executed categories, e.g. |
java.util.Collection<ExecutionStatistics.ElementInfo> |
getElements()
|
int |
getExecutedStatementsCount()
|
java.util.Date |
getFinishDate()
Returns date/time when ETL was completed. |
java.util.Date |
getStartDate()
Returns date/time when ETL was started. |
long |
getTotalTime()
Total ETL execution time or -1 if ETL hasn't completed. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ExecutionStatistics()
| Method Detail |
|---|
public int getExecutedStatementsCount()
public java.util.Collection<ExecutionStatistics.ElementInfo> getElements()
public java.util.Map<java.lang.String,java.lang.Integer> getCategoriesStatistics()
Note the category names are xml element names, no plural form used.
public java.lang.String toString()
toString in class java.lang.Objectpublic long getTotalTime()
public java.util.Date getStartDate()
public java.util.Date getFinishDate()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||