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

#include <agent_sandesh.h>

Inheritance diagram for AgentQosConfigSandesh:
Collaboration diagram for AgentQosConfigSandesh:

Public Member Functions

 AgentQosConfigSandesh (const std::string &context, const std::string &u, const std::string &name, const std::string &id)
 
 ~AgentQosConfigSandesh ()
 
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_
 
std::string name_
 
std::string id_
 

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

Constructor & Destructor Documentation

AgentQosConfigSandesh::AgentQosConfigSandesh ( const std::string &  context,
const std::string &  u,
const std::string &  name,
const std::string &  id 
)

Definition at line 1100 of file agent_sandesh.cc.

AgentQosConfigSandesh::~AgentQosConfigSandesh ( )
inline

Definition at line 522 of file agent_sandesh.h.

Member Function Documentation

DBTable * AgentQosConfigSandesh::AgentGetTable ( )
privatevirtual

Implements AgentSandesh.

Definition at line 1107 of file agent_sandesh.cc.

Here is the call graph for this function:

void AgentQosConfigSandesh::Alloc ( )
privatevirtual

Implements AgentSandesh.

Definition at line 1111 of file agent_sandesh.cc.

bool AgentQosConfigSandesh::Filter ( const DBEntryBase entry)
virtual

Reimplemented from AgentSandesh.

Definition at line 1115 of file agent_sandesh.cc.

Here is the call graph for this function:

bool AgentQosConfigSandesh::FilterToArgs ( AgentSandeshArguments args)
virtual

Reimplemented from AgentSandesh.

Definition at line 1144 of file agent_sandesh.cc.

Here is the call graph for this function:

Member Data Documentation

std::string AgentQosConfigSandesh::id_
private

Definition at line 531 of file agent_sandesh.h.

std::string AgentQosConfigSandesh::name_
private

Definition at line 530 of file agent_sandesh.h.

std::string AgentQosConfigSandesh::uuid_
private

Definition at line 529 of file agent_sandesh.h.


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