net.i2p.router.tasks
Class CoalesceStatsEvent
java.lang.Object
net.i2p.router.tasks.CoalesceStatsEvent
- All Implemented Interfaces:
- SimpleTimer.TimedEvent
public class CoalesceStatsEvent
- extends Object
- implements SimpleTimer.TimedEvent
Coalesce the stats framework every minute
- Since:
- 0.8.12 moved from Router.java
Method Summary |
void |
timeReached()
the time requested has been reached (this call should NOT block,
otherwise the whole SimpleTimer gets backed up) |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CoalesceStatsEvent
public CoalesceStatsEvent(RouterContext ctx)
timeReached
public void timeReached()
- Description copied from interface:
SimpleTimer.TimedEvent
- the time requested has been reached (this call should NOT block,
otherwise the whole SimpleTimer gets backed up)
- Specified by:
timeReached
in interface SimpleTimer.TimedEvent