public class ExecutionStatistics
extends java.lang.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 |
---|---|
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() |
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.Object
public long getTotalTime()
public java.util.Date getStartDate()
public java.util.Date getFinishDate()
Copyright © Copyright 2006-2019 The Scriptella Project Team.