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

#include <agent_sandesh.h>

Inheritance diagram for AgentPolicySetSandesh:
Collaboration diagram for AgentPolicySetSandesh:

Public Member Functions

 AgentPolicySetSandesh (const std::string &context, const std::string &uuid, const std::string &name)
 
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 ()
 
bool UpdateResp (DBEntryBase *entry)
 

Private Attributes

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

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 582 of file agent_sandesh.h.

Constructor & Destructor Documentation

AgentPolicySetSandesh::AgentPolicySetSandesh ( const std::string &  context,
const std::string &  uuid,
const std::string &  name 
)

Definition at line 1294 of file agent_sandesh.cc.

Here is the call graph for this function:

Member Function Documentation

DBTable * AgentPolicySetSandesh::AgentGetTable ( )
privatevirtual

Implements AgentSandesh.

Definition at line 1290 of file agent_sandesh.cc.

Here is the call graph for this function:

void AgentPolicySetSandesh::Alloc ( )
privatevirtual

Implements AgentSandesh.

Definition at line 1302 of file agent_sandesh.cc.

bool AgentPolicySetSandesh::Filter ( const DBEntryBase entry)
virtual

Reimplemented from AgentSandesh.

Definition at line 1317 of file agent_sandesh.cc.

Here is the call graph for this function:

bool AgentPolicySetSandesh::FilterToArgs ( AgentSandeshArguments args)
virtual

Reimplemented from AgentSandesh.

Definition at line 1311 of file agent_sandesh.cc.

Here is the call graph for this function:

bool AgentPolicySetSandesh::UpdateResp ( DBEntryBase entry)
privatevirtual

Reimplemented from AgentSandesh.

Definition at line 1306 of file agent_sandesh.cc.

Here is the call graph for this function:

Member Data Documentation

std::string AgentPolicySetSandesh::name_
private

Definition at line 592 of file agent_sandesh.h.

boost::uuids::uuid AgentPolicySetSandesh::uuid_
private

Definition at line 593 of file agent_sandesh.h.

std::string AgentPolicySetSandesh::uuid_str_
private

Definition at line 591 of file agent_sandesh.h.


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