public interface IEventValueCounter extends ICounter
Modifier and Type | Method and Description |
---|---|
void |
addEvent(int eventValue) |
int |
getAverageValue() |
int |
getCurrentValue() |
int |
getEventsPerSecond() |
long |
getMaximumValue() |
long |
getMinimumValue() |
long |
getNumberOfOccurrencesSinceReset() |
long |
getTotalValueSinceReset() |
int |
getValueStandardDeviation() |
void addEvent(int eventValue)
int getCurrentValue()
long getNumberOfOccurrencesSinceReset()
int getEventsPerSecond()
int getAverageValue()
long getMinimumValue()
long getMaximumValue()
int getValueStandardDeviation()
long getTotalValueSinceReset()