public interface Statistic
| Modifier and Type | Method and Description |
|---|---|
void |
enable(boolean value)
Enable/Disable collecting statistics
|
String |
getDescription()
Return description of statistic
|
String |
getName()
Return name of statistic
|
StatisticRecord[] |
getRecords()
Return counters of statistics
|
boolean |
isEnabled()
Return true is statistic is collecting
|
void |
reset()
Reset all counter in statistic
|
String getName()
String getDescription()
void enable(boolean value)
value - true for enable statisticboolean isEnabled()
void reset()
StatisticRecord[] getRecords()
Copyright © 2016. All Rights Reserved.