Package com.netcracker.profiler.agent
Interface Metric
- All Superinterfaces:
BaseMetric
-
Method Summary
Modifier and TypeMethodDescriptionintlongvoidrecordValue(long value, Map<String, Object> params) voidvoidvoidsetOutputVersion(int outputVersion) Methods inherited from interface com.netcracker.profiler.agent.BaseMetric
getKey, print, setKey
-
Method Details
-
recordValue
-
resetValue
void resetValue() -
getUpdatedTime
long getUpdatedTime() -
resetUpdatedTime
void resetUpdatedTime() -
setOutputVersion
void setOutputVersion(int outputVersion) -
getOutputVersion
int getOutputVersion()
-