Package com.webmethods.rtl.util.perf
Interface IPerfData
- All Known Subinterfaces:
ISyncPerfData
public interface IPerfData
-
Method Summary
Modifier and TypeMethodDescriptionString[]
Get an array of the categoriesgetCategoryName
(int categoryID) Look up a category Name based on its idlong
Get the end time the data was collectedlong
get the entry countGet the machine name that the data originated fromgetPerfSchema
(int schemaID) Retrieve a schema based on it's idGet an array of the schemaslong
Get the start time the data was collectedlong
Get the frequency used to compute the times
-
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
Look up a category Name based on its id -
getPerfSchemas
IPerfSchema[] getPerfSchemas()Get an array of the schemas -
getPerfSchema
Retrieve a schema based on it's id -
getEntryCount
long getEntryCount()get the entry count- Returns:
-