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

#include <ifmap_agent_table.h>

Collaboration diagram for IFMapAgentStaleCleaner:

Classes

class  IFMapAgentStaleCleanerWorker
 

Public Member Functions

 IFMapAgentStaleCleaner (DB *db, DBGraph *graph)
 
 ~IFMapAgentStaleCleaner ()
 
void Clear ()
 
bool StaleTimeout (uint64_t)
 

Private Attributes

DBdb_
 
DBGraphgraph_
 
uint64_t seq_
 

Detailed Description

Definition at line 112 of file ifmap_agent_table.h.

Constructor & Destructor Documentation

IFMapAgentStaleCleaner::IFMapAgentStaleCleaner ( DB db,
DBGraph graph 
)

Definition at line 681 of file ifmap_agent_table.cc.

IFMapAgentStaleCleaner::~IFMapAgentStaleCleaner ( )

Definition at line 678 of file ifmap_agent_table.cc.

Member Function Documentation

void IFMapAgentStaleCleaner::Clear ( )

Definition at line 693 of file ifmap_agent_table.cc.

Here is the call graph for this function:

bool IFMapAgentStaleCleaner::StaleTimeout ( uint64_t  seq)

Definition at line 685 of file ifmap_agent_table.cc.

Here is the call graph for this function:

Member Data Documentation

DB* IFMapAgentStaleCleaner::db_
private

Definition at line 121 of file ifmap_agent_table.h.

DBGraph* IFMapAgentStaleCleaner::graph_
private

Definition at line 122 of file ifmap_agent_table.h.

uint64_t IFMapAgentStaleCleaner::seq_
private

Definition at line 123 of file ifmap_agent_table.h.


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