java.lang.Object
pt.unl.fct.di.novasys.babel.generic.ProtoTimer
pt.unl.fct.di.novasys.babel.protocols.storage.timers.common.CommonTimer
pt.unl.fct.di.novasys.babel.protocols.storage.timers.PersistencyTimer
All Implemented Interfaces:
Cloneable

public class PersistencyTimer extends CommonTimer
A timer in charge of periodically persist the storage layer data on disk.
  • Constructor Summary

    Constructors
    Constructor
    Description
    PersistencyTimer(short timerID)
    Constructs a PersistencyTimer with the timerID.
  • 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
  • Constructor Details

    • PersistencyTimer

      public PersistencyTimer(short timerID)
      Constructs a PersistencyTimer with the timerID.
      Parameters:
      timerID - the timer identification.
  • 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