Package protocols.membership.full.timers
Class InfoTimer
java.lang.Object
pt.unl.fct.di.novasys.babel.generic.ProtoTimer
protocols.membership.full.timers.InfoTimer
- All Implemented Interfaces:
Cloneable
public class InfoTimer
extends pt.unl.fct.di.novasys.babel.generic.ProtoTimer
Optional diagnostics timer: when enabled (via
membership.metrics.interval
> 0) the membership protocol logs its current view on each fire. Handy while
learning — tail babel-demo.log to watch the membership converge.
Stateless, so clone() returns this.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class pt.unl.fct.di.novasys.babel.generic.ProtoTimer
getId
-
Field Details
-
TIMER_ID
public static final short TIMER_ID- See Also:
-
-
Constructor Details
-
InfoTimer
public InfoTimer()
-
-
Method Details
-
clone
public pt.unl.fct.di.novasys.babel.generic.ProtoTimer clone()- Specified by:
clonein classpt.unl.fct.di.novasys.babel.generic.ProtoTimer
-