public class ExecutionStatistics extends Object
The statistics is groupped by script elements i.e. script or query.
| Modifier and Type | Class and Description |
|---|---|
static class |
ExecutionStatistics.ElementInfo |
| Constructor and Description |
|---|
ExecutionStatistics() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Integer> |
getCategoriesStatistics()
Returns the statistics on executed categories, e.g.
|
Collection<ExecutionStatistics.ElementInfo> |
getElements() |
int |
getExecutedStatementsCount() |
Date |
getFinishDate()
Returns date/time when ETL was completed.
|
Date |
getStartDate()
Returns date/time when ETL was started.
|
long |
getTotalTime()
Total ETL execution time or -1 if ETL hasn't completed.
|
String |
toString() |
public int getExecutedStatementsCount()
public Collection<ExecutionStatistics.ElementInfo> getElements()
public Map<String,Integer> getCategoriesStatistics()
Note the category names are xml element names, no plural form used.
public long getTotalTime()
public Date getStartDate()
public Date getFinishDate()
Copyright © 2006-2012. All Rights Reserved.