Open Kilda Java Documentation
org.openkilda.wfm.WatchDog Class Reference

Public Member Functions

 WatchDog (float safePeriod)
 
 WatchDog (long safePeriod)
 
void reset ()
 
boolean isTimeout ()
 
boolean isAvailable ()
 

Detailed Description

Definition at line 6 of file WatchDog.java.

Constructor & Destructor Documentation

◆ WatchDog() [1/2]

org.openkilda.wfm.WatchDog.WatchDog ( float  safePeriod)

Definition at line 13 of file WatchDog.java.

◆ WatchDog() [2/2]

org.openkilda.wfm.WatchDog.WatchDog ( long  safePeriod)

Definition at line 17 of file WatchDog.java.

Member Function Documentation

◆ isAvailable()

boolean org.openkilda.wfm.WatchDog.isAvailable ( )

Definition at line 31 of file WatchDog.java.

◆ isTimeout()

boolean org.openkilda.wfm.WatchDog.isTimeout ( )

Definition at line 27 of file WatchDog.java.

◆ reset()

void org.openkilda.wfm.WatchDog.reset ( )

Definition at line 22 of file WatchDog.java.


The documentation for this class was generated from the following file: