public interface RateStatistic
Modifier and Type | Method and Description |
---|---|
void |
event()
Fired to record the occurrence of a monitored event.
|
long |
getCount()
Returns the total number of events that have occurred in the lifetime of this statistic.
|
float |
getRate()
Return the rate of events per unit time.
|
void event()
long getCount()
float getRate()
Copyright © 2021. All rights reserved.