Interface AtlasModuleMXBean

All Known Implementing Classes:
BaseAtlasModule, CsvModule, DfdlModule, JavaModule, JsonModule, PropertyModule, XmlModule

public interface AtlasModuleMXBean
  • Method Details

    • getUuid

      String getUuid()
    • getName

      String getName()
    • getClassName

      String getClassName()
    • getVersion

      String getVersion()
    • getDataFormats

      String[] getDataFormats()
    • getPackageNames

      String[] getPackageNames()
    • getModeName

      String getModeName()
    • isSourceSupported

      boolean isSourceSupported()
    • isTargetSupported

      boolean isTargetSupported()
    • isStatisticsEnabled

      Boolean isStatisticsEnabled()
    • setStatisticsEnabled

      void setStatisticsEnabled(boolean enabled)
    • getSourceCount

      long getSourceCount()
    • getSourceErrorCount

      long getSourceErrorCount()
    • getSourceSuccessCount

      long getSourceSuccessCount()
    • getSourceMinExecutionTime

      long getSourceMinExecutionTime()
    • getSourceMaxExecutionTime

      long getSourceMaxExecutionTime()
    • getSourceTotalExecutionTime

      long getSourceTotalExecutionTime()
    • getTargetCount

      long getTargetCount()
    • getTargetErrorCount

      long getTargetErrorCount()
    • getTargetSuccessCount

      long getTargetSuccessCount()
    • getTargetMinExecutionTime

      long getTargetMinExecutionTime()
    • getTargetMaxExecutionTime

      long getTargetMaxExecutionTime()
    • getTargetTotalExecutionTime

      long getTargetTotalExecutionTime()
    • readAndResetStatistics

      TabularData readAndResetStatistics() throws OpenDataException
      Throws:
      OpenDataException