public interface RateTracker
| Modifier and Type | Method and Description |
|---|---|
void |
eventObserved() |
double |
getCurrentRateSeconds() |
void |
pause()
Pauses the rate tracker: the rate will be frozen.
|
void |
resume() |
void |
shutdown()
Stops and shuts down the underlying executor
|
void |
start() |
void |
stop()
Stops tracking the rate
|
void eventObserved()
void pause()
void resume()
void start()
void stop()
void shutdown()
double getCurrentRateSeconds()
granularityMillis hasn't elapsedCopyright © 2014. All Rights Reserved.