Interface IPerfAnalysis


public interface IPerfAnalysis
  • Field Details

  • Method Details

    • setData

      void setData(IPerfData data)
      What are we anaylzing?
    • getData

      IPerfData getData()
      Get the data source
    • setAnalysisStyle

      void setAnalysisStyle(int styleMask)
      Must have STYLE_ROOTS flag, the others are optional
    • analyze

      void analyze() throws PortalException
      Attempt to process the data
      Throws:
      PortalException
    • getRootStats

      Object[] getRootStats()
      Get an array of the roots
    • lookupChild

      IPerfStats lookupChild(IPerfSchema schema)
      get a child