CernVM-FS
2.12.0
|
#include <health_check.h>
Public Member Functions | |
HealthCheck () | |
virtual | ~HealthCheck () |
virtual void | StartHealthcheck ()=0 |
virtual void | StopHealthcheck ()=0 |
Additional Inherited Members | |
Private Member Functions inherited from SingleCopy | |
SingleCopy () | |
Interface class for a continuous health check of the proxies used in the download manager.
Must be used by a specific implementation. From the layout it is expected that the specific health check implementation creates a thread/fork where the health check is continuously performed.
Definition at line 22 of file health_check.h.
|
inline |
Definition at line 24 of file health_check.h.
|
inlinevirtual |
Definition at line 25 of file health_check.h.
|
pure virtual |
|
pure virtual |