|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JmxEtlManagerMBean
JMX MBean interface for ETL task.
This interface specifies attributes and operations available via JMX.
The ETL mbeans have the following naming convention:
scriptella:type=etl,url=<ETL_XML_FILE_URL>[,n=<COLLISION_ID>]
The collision ID is appended only if the same file is executed simultaneously.
| Method Summary | |
|---|---|
void |
cancel()
Cancels the managed ETL task. |
long |
getExecutedStatementsCount()
Returns the number of executed statements by all connections of the ETL task. |
java.util.Date |
getStartDate()
Returns the date/time when ETL was started. |
double |
getThroughput()
Returns the throughput of the managed ETL task. |
| Method Detail |
|---|
long getExecutedStatementsCount()
java.util.Date getStartDate()
double getThroughput()
void cancel()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||