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.
|
java.util.Date |
getStartDate()
Returns the date/time when ETL was started.
|
double |
getThroughput()
Returns the throughput of the managed ETL task.
|
long getExecutedStatementsCount()
java.util.Date getStartDate()
double getThroughput()
void cancel()
Copyright © Copyright 2006-2019 The Scriptella Project Team.