OpenSDN source code
|
Public Member Functions | |
RouteDeleteWalker (const std::string &name, Agent *agent) | |
~RouteDeleteWalker () | |
bool | RouteWalkNotify (DBTablePartBase *partition, DBEntryBase *e) |
![]() | |
virtual | ~AgentRouteWalker () |
void | StartVrfWalk () |
void | StartRouteWalk (VrfEntry *vrf) |
virtual bool | VrfWalkNotify (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) |
AgentRouteWalkerManager * | mgr () |
Agent * | agent () const |
uint32_t | refcount () const |
Static Public Member Functions | |
static void | WalkDone (RouteDeleteWalker *walker) |
Static Public Attributes | |
static uint32_t | walk_start_ |
static uint32_t | walk_done_ |
![]() | |
static const int | kInvalidWalkCount = 0 |
Additional Inherited Members | |
![]() | |
typedef boost::function< void()> | WalkDone |
typedef boost::function< void(VrfEntry *)> | RouteWalkDoneCb |
typedef std::map< const VrfEntry *, tbb::atomic< int > > | VrfRouteWalkCountMap |
![]() | |
AgentRouteWalker (const std::string &name, Agent *agent) | |
void | set_mgr (AgentRouteWalkerManager *mgr) |
|
inline |
|
inlinevirtual |
Reimplemented from AgentRouteWalker.
Definition at line 1332 of file vrf.cc.
|
inlinestatic |