public interface AtlasModuleMXBean
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName() |
String[] |
getDataFormats() |
long |
getInputCount() |
long |
getInputErrorCount() |
long |
getInputMaxExecutionTime() |
long |
getInputMinExecutionTime() |
long |
getInputSuccessCount() |
long |
getInputTotalExecutionTime() |
String |
getMode() |
String |
getName() |
long |
getOutputCount() |
long |
getOutputErrorCount() |
long |
getOutputMaxExecutionTime() |
long |
getOutputMinExecutionTime() |
long |
getOutputSuccessCount() |
long |
getOutputTotalExecutionTime() |
String[] |
getPackageNames() |
String |
getUuid() |
String |
getVersion() |
boolean |
isSourceSupported() |
boolean |
isStatisticsEnabled() |
boolean |
isTargetSupported() |
TabularData |
readAndResetStatistics() |
void |
setStatisticsEnabled(boolean enabled) |
String getUuid()
String getName()
String getClassName()
String getVersion()
String[] getDataFormats()
String[] getPackageNames()
String getMode()
boolean isSourceSupported()
boolean isTargetSupported()
boolean isStatisticsEnabled()
void setStatisticsEnabled(boolean enabled)
long getInputCount()
long getInputErrorCount()
long getInputSuccessCount()
long getInputMinExecutionTime()
long getInputMaxExecutionTime()
long getInputTotalExecutionTime()
long getOutputCount()
long getOutputErrorCount()
long getOutputSuccessCount()
long getOutputMinExecutionTime()
long getOutputMaxExecutionTime()
long getOutputTotalExecutionTime()
TabularData readAndResetStatistics() throws OpenDataException
OpenDataExceptionCopyright © 2017. All rights reserved.