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

#include <agent_sandesh.h>

Inheritance diagram for QosQueueSandesh:
Collaboration diagram for QosQueueSandesh:

Public Member Functions

 QosQueueSandesh (const std::string &context, const std::string &u, const std::string &name, const std::string &id)
 
 ~QosQueueSandesh ()
 
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 550 of file agent_sandesh.h.

Constructor & Destructor Documentation

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

Definition at line 1202 of file agent_sandesh.cc.

QosQueueSandesh::~QosQueueSandesh ( )
inline

Definition at line 554 of file agent_sandesh.h.

Member Function Documentation

DBTable * QosQueueSandesh::AgentGetTable ( )
privatevirtual

Implements AgentSandesh.

Definition at line 1209 of file agent_sandesh.cc.

Here is the call graph for this function:

void QosQueueSandesh::Alloc ( )
privatevirtual

Implements AgentSandesh.

Definition at line 1213 of file agent_sandesh.cc.

bool QosQueueSandesh::Filter ( const DBEntryBase entry)
virtual

Reimplemented from AgentSandesh.

Definition at line 1217 of file agent_sandesh.cc.

Here is the call graph for this function:

bool QosQueueSandesh::FilterToArgs ( AgentSandeshArguments args)
virtual

Reimplemented from AgentSandesh.

Definition at line 1245 of file agent_sandesh.cc.

Here is the call graph for this function:

Member Data Documentation

std::string QosQueueSandesh::id_
private

Definition at line 563 of file agent_sandesh.h.

std::string QosQueueSandesh::name_
private

Definition at line 562 of file agent_sandesh.h.

std::string QosQueueSandesh::uuid_
private

Definition at line 561 of file agent_sandesh.h.


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