OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
AgentHealthCheckSandesh Class Reference

#include <agent_sandesh.h>

Inheritance diagram for AgentHealthCheckSandesh:
Collaboration diagram for AgentHealthCheckSandesh:

Public Member Functions

 AgentHealthCheckSandesh (const std::string &context, const std::string &u)
 
 ~AgentHealthCheckSandesh ()
 
virtual bool Filter (const DBEntryBase *entry)
 
virtual bool FilterToArgs (AgentSandeshArguments *args)
 
- Public Member Functions inherited from AgentSandesh
 AgentSandesh (const std::string &context, const std::string &name)
 
 AgentSandesh (const std::string &context)
 
virtual ~AgentSandesh ()
 
std::string context () const
 
void DoSandeshInternal (AgentSandeshPtr sandesh, int start, int count)
 
void MakeSandeshPageReq (PageReqData *req, DBTable *table, int first, int last, int end, int count, int page_size)
 

Private Member Functions

DBTableAgentGetTable ()
 
void Alloc ()
 

Private Attributes

std::string uuid_str_
 
boost::uuids::uuid uuid_
 

Friends

class VnListReq
 

Additional Inherited Members

- Static Public Member Functions inherited from AgentSandesh
static void DoSandesh (AgentSandeshPtr sandesh, int start, int count)
 
static void DoSandesh (AgentSandeshPtr sandesh)
 
- Static Public Attributes inherited from AgentSandesh
static const uint8_t entries_per_sandesh = 100
 
static const uint16_t kEntriesPerPage = 100
 
- Protected Attributes inherited from AgentSandesh
std::string name_
 
SandeshResponseresp_
 

Detailed Description

Definition at line 501 of file agent_sandesh.h.

Constructor & Destructor Documentation

AgentHealthCheckSandesh::AgentHealthCheckSandesh ( const std::string &  context,
const std::string &  u 
)

Definition at line 1069 of file agent_sandesh.cc.

Here is the call graph for this function:

AgentHealthCheckSandesh::~AgentHealthCheckSandesh ( )
inline

Definition at line 504 of file agent_sandesh.h.

Member Function Documentation

DBTable * AgentHealthCheckSandesh::AgentGetTable ( )
privatevirtual

Implements AgentSandesh.

Definition at line 1076 of file agent_sandesh.cc.

Here is the call graph for this function:

void AgentHealthCheckSandesh::Alloc ( )
privatevirtual

Implements AgentSandesh.

Definition at line 1080 of file agent_sandesh.cc.

bool AgentHealthCheckSandesh::Filter ( const DBEntryBase entry)
virtual

Reimplemented from AgentSandesh.

Definition at line 1084 of file agent_sandesh.cc.

Here is the call graph for this function:

bool AgentHealthCheckSandesh::FilterToArgs ( AgentSandeshArguments args)
virtual

Reimplemented from AgentSandesh.

Definition at line 1095 of file agent_sandesh.cc.

Here is the call graph for this function:

Friends And Related Function Documentation

friend class VnListReq
friend

Definition at line 509 of file agent_sandesh.h.

Member Data Documentation

boost::uuids::uuid AgentHealthCheckSandesh::uuid_
private

Definition at line 514 of file agent_sandesh.h.

std::string AgentHealthCheckSandesh::uuid_str_
private

Definition at line 512 of file agent_sandesh.h.


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