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
    Modifier and Type
    Field
    Description
    static final short
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    pt.unl.fct.di.novasys.babel.generic.ProtoTimer
     

    Methods inherited from class pt.unl.fct.di.novasys.babel.generic.ProtoTimer

    getId

    Methods inherited from class java.lang.Object

    equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • InfoTimer

      public InfoTimer()
  • Method Details

    • clone

      public pt.unl.fct.di.novasys.babel.generic.ProtoTimer clone()
      Specified by:
      clone in class pt.unl.fct.di.novasys.babel.generic.ProtoTimer