public interface IPerfData
Modifier and Type | Method and Description |
---|---|
String[] |
getCategories()
Get an array of the categories
|
String |
getCategoryName(int categoryID)
Look up a category Name based on its id
|
long |
getEndTime()
Get the end time the data was collected
|
long |
getEntryCount()
get the entry count
|
String |
getMachineName()
Get the machine name that the data originated from
|
IPerfSchema |
getPerfSchema(int schemaID)
Retrieve a schema based on it's id
|
IPerfSchema[] |
getPerfSchemas()
Get an array of the schemas
|
long |
getStartTime()
Get the start time the data was collected
|
long |
getTimeFrequency()
Get the frequency used to compute the times
|
String getMachineName()
long getStartTime()
long getEndTime()
long getTimeFrequency()
String[] getCategories()
String getCategoryName(int categoryID)
IPerfSchema[] getPerfSchemas()
IPerfSchema getPerfSchema(int schemaID)
long getEntryCount()