OpenSDN source code
AgentVxLanSandesh Class Reference

#include <agent_sandesh.h>

Inheritance diagram for AgentVxLanSandesh:
Collaboration diagram for AgentVxLanSandesh:

Public Member Functions

 AgentVxLanSandesh (const std::string &context, const std::string &vxlan_id)
 
 ~AgentVxLanSandesh ()
 
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 vxlan_id_
 

Friends

class VxLanReq
 

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

Constructor & Destructor Documentation

◆ AgentVxLanSandesh()

AgentVxLanSandesh::AgentVxLanSandesh ( const std::string &  context,
const std::string &  vxlan_id 
)

Definition at line 583 of file agent_sandesh.cc.

◆ ~AgentVxLanSandesh()

AgentVxLanSandesh::~AgentVxLanSandesh ( )
inline

Definition at line 458 of file agent_sandesh.h.

Member Function Documentation

◆ AgentGetTable()

DBTable * AgentVxLanSandesh::AgentGetTable ( )
privatevirtual

Implements AgentSandesh.

Definition at line 575 of file agent_sandesh.cc.

Here is the call graph for this function:

◆ Alloc()

void AgentVxLanSandesh::Alloc ( )
privatevirtual

Implements AgentSandesh.

Definition at line 579 of file agent_sandesh.cc.

◆ Filter()

bool AgentVxLanSandesh::Filter ( const DBEntryBase entry)
virtual

Reimplemented from AgentSandesh.

Definition at line 589 of file agent_sandesh.cc.

Here is the call graph for this function:

◆ FilterToArgs()

bool AgentVxLanSandesh::FilterToArgs ( AgentSandeshArguments args)
virtual

Reimplemented from AgentSandesh.

Definition at line 602 of file agent_sandesh.cc.

Here is the call graph for this function:

Friends And Related Function Documentation

◆ VxLanReq

friend class VxLanReq
friend

Definition at line 463 of file agent_sandesh.h.

Member Data Documentation

◆ vxlan_id_

std::string AgentVxLanSandesh::vxlan_id_
private

Definition at line 468 of file agent_sandesh.h.


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