5 #ifndef ctrlplane_ifmap_agent_table_h
6 #define ctrlplane_ifmap_agent_table_h
12 #include "boost/asio/io_service.hpp"
15 #include "sandesh/sandesh_trace.h"
17 #define IFMAP_AGENT_LINK_DB_NAME "__ifmap_agentlinkdata__.0"
20 #define IFMAP_AGENT_TRACE(obj, ...) do { \
21 if (LoggingDisabled()) break; \
22 IFMapAgent##obj::TraceMsg(IFMapAgentTraceBuf, __FILE__, __LINE__, ##__VA_ARGS__); \
36 typedef boost::function<bool(DBTable *table, IFMapNode *node, DBRequest *req)>
PreFilterFn;
87 typedef std::map<IFMapTable::RequestKey, std::list<DeferredNode> *,
comp>
LinkDefMap;
95 std::list<DeferredNode>::iterator *list_it);
104 const std::string &metadata, uint64_t seq);
void EvalDefLink(IFMapTable::RequestKey *key)
IFMapTable::RequestKey node_key
const DBGraph * graph() const
virtual void Input(DBTablePartition *partition, DBClient *client, DBRequest *req)
void IFMapAgentLinkTable_Init(DB *db, DBGraph *graph)
~IFMapAgentStaleCleaner()
IFMapNode * EntryLocate(IFMapNode *node, RequestKey *key)
IFMapNode * EntryLookup(RequestKey *key)
std::map< IFMapTable::RequestKey, std::list< DeferredNode > *, comp > LinkDefMap
IFMapAgentLinkTable(DB *db, const std::string &name, DBGraph *graph)
static DBTable * CreateTable(DB *db, const std::string &name, DBGraph *graph)
const LinkDefMap & GetLinkDefMap() const
void IFMapAgentLinkTable_Init(DB *db, DBGraph *graph)
boost::shared_ptr< TraceBuffer< SandeshTrace > > SandeshTraceBufferPtr
virtual std::unique_ptr< DBEntry > AllocEntry(const DBRequestKey *key) const
const DBGraph * GetGraph() const
IFMapTable::RequestKey right_key
void DestroyDefLink(uint64_t)
void DelLink(IFMapNode *first, IFMapNode *second, DBGraphEdge *edge)
IFMapLink * FindLink(IFMapNode *left, IFMapNode *right, const std::string &metadata)
void DeleteNode(IFMapNode *node)
void HandlePendingLinks(IFMapNode *)
boost::function< bool(DBTable *table, IFMapNode *node, DBRequest *req)> PreFilterFn
bool operator()(const IFMapTable::RequestKey &left, const IFMapTable::RequestKey &right) const
const std::string & name() const
void NotifyNode(IFMapNode *node)
IFMapAgentTable(DB *db, const std::string &name, DBGraph *graph)
bool StaleTimeout(uint64_t)
IFMapAgentStaleCleaner(DB *db, DBGraph *graph)
std::unique_ptr< IFMapObject > content
IFMapTable::RequestKey left_key
static IFMapNode * TableEntryLookup(DB *db, RequestKey *key)
void AddLink(IFMapNode *left, IFMapNode *right, const std::string &metadata, uint64_t seq)
IFMapAgentTable * TableFind(const std::string &node_name)
void RegisterPreFilter(PreFilterFn fn)
void LinkDefAdd(DBRequest *request)
bool RemoveDefListEntry(LinkDefMap *map, LinkDefMap::iterator &map_it, std::list< DeferredNode >::iterator *list_it)
SandeshTraceBufferPtr IFMapAgentTraceBuf
virtual void Input(DBTablePartition *partition, DBClient *client, DBRequest *req)
std::string link_metadata