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

#include <agent_sandesh.h>

Inheritance diagram for AgentInet4McRtSandesh:
Collaboration diagram for AgentInet4McRtSandesh:

Public Member Functions

 AgentInet4McRtSandesh (VrfEntry *vrf, std::string context, std::string name, bool stale)
 
 AgentInet4McRtSandesh (VrfEntry *vrf, std::string context, std::string name, Ip4Address src_addr, Ip4Address grp_addr, bool stale)
 
- Public Member Functions inherited from AgentSandesh
 AgentSandesh (const std::string &context, const std::string &name)
 
 AgentSandesh (const std::string &context)
 
virtual ~AgentSandesh ()
 
virtual bool Filter (const DBEntryBase *entry)
 
virtual bool FilterToArgs (AgentSandeshArguments *args)
 
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

VrfEntryvrf_
 
Ip4Address src_addr_
 
Ip4Address grp_addr_
 
bool stale_
 
bool dump_table_
 

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

Constructor & Destructor Documentation

AgentInet4McRtSandesh::AgentInet4McRtSandesh ( VrfEntry vrf,
std::string  context,
std::string  name,
bool  stale 
)
inline

Definition at line 322 of file agent_sandesh.h.

AgentInet4McRtSandesh::AgentInet4McRtSandesh ( VrfEntry vrf,
std::string  context,
std::string  name,
Ip4Address  src_addr,
Ip4Address  grp_addr,
bool  stale 
)
inline

Definition at line 327 of file agent_sandesh.h.

Member Function Documentation

DBTable * AgentInet4McRtSandesh::AgentGetTable ( )
privatevirtual

Implements AgentSandesh.

Definition at line 461 of file agent_sandesh.cc.

Here is the call graph for this function:

void AgentInet4McRtSandesh::Alloc ( )
privatevirtual

Implements AgentSandesh.

Definition at line 465 of file agent_sandesh.cc.

bool AgentInet4McRtSandesh::UpdateResp ( DBEntryBase entry)
privatevirtual

Reimplemented from AgentSandesh.

Definition at line 469 of file agent_sandesh.cc.

Here is the call graph for this function:

Member Data Documentation

bool AgentInet4McRtSandesh::dump_table_
private

Definition at line 344 of file agent_sandesh.h.

Ip4Address AgentInet4McRtSandesh::grp_addr_
private

Definition at line 342 of file agent_sandesh.h.

Ip4Address AgentInet4McRtSandesh::src_addr_
private

Definition at line 341 of file agent_sandesh.h.

bool AgentInet4McRtSandesh::stale_
private

Definition at line 343 of file agent_sandesh.h.

VrfEntry* AgentInet4McRtSandesh::vrf_
private

Definition at line 340 of file agent_sandesh.h.


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