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

#include <hbf.h>

Inheritance diagram for HBFVrfWalker:
Collaboration diagram for HBFVrfWalker:

Public Member Functions

 HBFVrfWalker (const std::string &name, Agent *agent)
 
virtual ~HBFVrfWalker ()
 
void Start (uint32_t hbf_intf_, bool hbf_lintf_, std::string projname)
 
virtual bool VrfWalkNotify (DBTablePartBase *partition, DBEntryBase *e)
 
- Public Member Functions inherited from AgentRouteWalker
virtual ~AgentRouteWalker ()
 
void StartVrfWalk ()
 
void StartRouteWalk (VrfEntry *vrf)
 
virtual bool RouteWalkNotify (DBTablePartBase *partition, DBEntryBase *e)
 
virtual void VrfWalkDone (DBTableBase *part)
 
virtual void RouteWalkDone (DBTableBase *part)
 
void WalkDoneCallback (WalkDone cb)
 
void RouteWalkDoneForVrfCallback (RouteWalkDoneCb cb)
 
int walk_count () const
 
bool IsWalkCompleted () const
 
bool IsValidDeleteWalkRef () const
 
bool IsValidVrfWalkRef () const
 
bool IsDeregisterDone () const
 
bool AreAllWalksDone () const
 
bool AreAllRouteWalksDone (const VrfEntry *vrf) const
 
bool IsRouteTableWalkCompleted (RouteWalkerDBState *state)
 
AgentRouteWalkerManagermgr ()
 
Agentagent () const
 
uint32_t refcount () const
 

Static Public Member Functions

static void WalkDone (HBFVrfWalker *walker)
 

Private Member Functions

 DISALLOW_COPY_AND_ASSIGN (HBFVrfWalker)
 

Private Attributes

uint32_t hbf_intf_
 
bool hbf_lintf_
 
std::string projname_
 

Additional Inherited Members

- Public Types inherited from AgentRouteWalker
typedef boost::function< void()> WalkDone
 
typedef boost::function< void(VrfEntry *)> RouteWalkDoneCb
 
typedef std::map< const
VrfEntry *, tbb::atomic< int > > 
VrfRouteWalkCountMap
 
- Static Public Attributes inherited from AgentRouteWalker
static const int kInvalidWalkCount = 0
 
- Protected Member Functions inherited from AgentRouteWalker
 AgentRouteWalker (const std::string &name, Agent *agent)
 
void set_mgr (AgentRouteWalkerManager *mgr)
 

Detailed Description

Definition at line 52 of file hbf.h.

Constructor & Destructor Documentation

HBFVrfWalker::HBFVrfWalker ( const std::string &  name,
Agent agent 
)

Definition at line 121 of file hbf.cc.

HBFVrfWalker::~HBFVrfWalker ( )
virtual

Definition at line 125 of file hbf.cc.

Member Function Documentation

HBFVrfWalker::DISALLOW_COPY_AND_ASSIGN ( HBFVrfWalker  )
private
void HBFVrfWalker::Start ( uint32_t  hbf_intf_,
bool  hbf_lintf_,
std::string  projname 
)

Definition at line 154 of file hbf.cc.

Here is the call graph for this function:

bool HBFVrfWalker::VrfWalkNotify ( DBTablePartBase partition,
DBEntryBase e 
)
virtual

Reimplemented from AgentRouteWalker.

Definition at line 128 of file hbf.cc.

Here is the call graph for this function:

static void HBFVrfWalker::WalkDone ( HBFVrfWalker walker)
inlinestatic

Definition at line 60 of file hbf.h.

Here is the call graph for this function:

Member Data Documentation

uint32_t HBFVrfWalker::hbf_intf_
private

Definition at line 66 of file hbf.h.

bool HBFVrfWalker::hbf_lintf_
private

Definition at line 67 of file hbf.h.

std::string HBFVrfWalker::projname_
private

Definition at line 68 of file hbf.h.


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