Interface IPerfData

All Known Subinterfaces:
ISyncPerfData

public interface IPerfData
  • Method Details

    • getMachineName

      String getMachineName()
      Get the machine name that the data originated from
    • getStartTime

      long getStartTime()
      Get the start time the data was collected
    • getEndTime

      long getEndTime()
      Get the end time the data was collected
    • getTimeFrequency

      long getTimeFrequency()
      Get the frequency used to compute the times
    • getCategories

      String[] getCategories()
      Get an array of the categories
    • getCategoryName

      String getCategoryName(int categoryID)
      Look up a category Name based on its id
    • getPerfSchemas

      IPerfSchema[] getPerfSchemas()
      Get an array of the schemas
    • getPerfSchema

      IPerfSchema getPerfSchema(int schemaID)
      Retrieve a schema based on it's id
    • getEntryCount

      long getEntryCount()
      get the entry count
      Returns: