Class PersistencyTimer
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
A timer in charge of periodically persist the storage layer data on disk.
-
Constructor Summary
ConstructorsConstructorDescriptionPersistencyTimer(short timerID) Constructs a PersistencyTimer with the timerID. -
Method Summary
Methods inherited from class pt.unl.fct.di.novasys.babel.generic.ProtoTimer
getId
-
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:
clonein classpt.unl.fct.di.novasys.babel.generic.ProtoTimer
-