OpenSDN source code
|
#include <health_check.h>
Public Types | |
typedef InstanceTaskExecvp | HeathCheckProcessInstance |
Static Public Attributes | |
static const std::string | kHealthCheckCmd |
Private Member Functions | |
void | UpdateInstanceTaskCommand () |
DISALLOW_COPY_AND_ASSIGN (HealthCheckInstanceTask) | |
Private Attributes | |
boost::scoped_ptr < HeathCheckProcessInstance > | task_ |
Friends | |
class | HealthCheckTable |
Additional Inherited Members | |
![]() | |
void | EnqueueResync (const HealthCheckService *service, Interface *itf) const |
![]() | |
HealthCheckServiceRef | service_ |
InterfaceRef | intf_ |
boost::scoped_ptr< MetaDataIp > | ip_ |
bool | active_ |
std::string | last_update_time_ |
bool | deleted_ |
bool | ignore_status_event_ |
IpAddress | source_ip_ |
IpAddress | destination_ip_ |
Definition at line 189 of file health_check.h.
Definition at line 191 of file health_check.h.
HealthCheckInstanceTask::HealthCheckInstanceTask | ( | HealthCheckService * | service, |
MetaDataIpAllocator * | allocator, | ||
VmInterface * | intf, | ||
bool | ignore_status_event | ||
) |
Definition at line 165 of file health_check.cc.
|
virtual |
Definition at line 173 of file health_check.cc.
|
virtual |
Implements HealthCheckInstanceBase.
Definition at line 176 of file health_check.cc.
|
virtual |
Implements HealthCheckInstanceBase.
Definition at line 199 of file health_check.cc.
|
private |
|
virtual |
Reimplemented from HealthCheckInstanceBase.
Definition at line 249 of file health_check.cc.
|
virtual |
Implements HealthCheckInstanceBase.
Definition at line 214 of file health_check.cc.
|
virtual |
Implements HealthCheckInstanceBase.
Definition at line 219 of file health_check.cc.
|
private |
Definition at line 224 of file health_check.cc.
|
friend |
Definition at line 206 of file health_check.h.
|
static |
Definition at line 192 of file health_check.h.
|
private |
Definition at line 211 of file health_check.h.