public interface JmxEtlManagerMBean
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.
| Modifier and Type | Method and Description |
|---|---|
void |
cancel()
Cancels the managed ETL task.
|
long |
getExecutedStatementsCount()
Returns the number of executed statements by all connections of the ETL task.
|
Date |
getStartDate()
Returns the date/time when ETL was started.
|
double |
getThroughput()
Returns the throughput of the managed ETL task.
|
long getExecutedStatementsCount()
Date getStartDate()
double getThroughput()
void cancel()
Copyright © 2006-2012. All Rights Reserved.