public interface AtlasModuleMXBean
Modifier and Type | Method and Description |
---|---|
String |
getClassName() |
String[] |
getDataFormats() |
String |
getModeName() |
String |
getName() |
String[] |
getPackageNames() |
long |
getSourceCount() |
long |
getSourceErrorCount() |
long |
getSourceMaxExecutionTime() |
long |
getSourceMinExecutionTime() |
long |
getSourceSuccessCount() |
long |
getSourceTotalExecutionTime() |
long |
getTargetCount() |
long |
getTargetErrorCount() |
long |
getTargetMaxExecutionTime() |
long |
getTargetMinExecutionTime() |
long |
getTargetSuccessCount() |
long |
getTargetTotalExecutionTime() |
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 getModeName()
boolean isSourceSupported()
boolean isTargetSupported()
Boolean isStatisticsEnabled()
void setStatisticsEnabled(boolean enabled)
long getSourceCount()
long getSourceErrorCount()
long getSourceSuccessCount()
long getSourceMinExecutionTime()
long getSourceMaxExecutionTime()
long getSourceTotalExecutionTime()
long getTargetCount()
long getTargetErrorCount()
long getTargetSuccessCount()
long getTargetMinExecutionTime()
long getTargetMaxExecutionTime()
long getTargetTotalExecutionTime()
TabularData readAndResetStatistics() throws OpenDataException
OpenDataException
Copyright © 2021 JBoss by Red Hat. All rights reserved.