5 #ifndef __ctrlplane__ifmap_server__
6 #define __ctrlplane__ifmap_server__
12 #include <boost/asio/io_service.hpp>
13 #include <boost/scoped_ptr.hpp>
33 class IFMapServerShowClientMap;
34 class IFMapServerShowIndexMap;
35 class IFMapServerClientHistoryList;
36 class IFMapTableListEntry;
37 class IFMapNodeTableListShowEntry;
38 class IFMapServerInfoUI;
58 typedef std::map<std::string, IFMapClient *>
ClientMap;
105 bool subscribe,
bool has_vms);
109 class IFMapStaleEntriesCleaner;
110 class IFMapVmSubscribe;
117 const std::string &search_string);
119 const std::string &search_string);
121 const std::string &search_string);
124 void GetUIInfo(IFMapServerInfoUI *server_info)
const;
127 bool CollectStats(BgpRouterState *state,
bool first)
const;
156 boost::scoped_ptr<IFMapUpdateQueue>
queue_;
boost::scoped_ptr< IFMapVmUuidMapper > vm_uuid_mapper_
void ClientExporterSetup(IFMapClient *client)
ClientMap::size_type CmSz_t
static const int kClientHistorySize
ConfigClientManager * get_config_manager()
IFMapClient * FindClient(const std::string &id)
uint64_t GetGenerationNumber() const
boost::scoped_ptr< IFMapExporter > exporter_
uint64_t history_created_at
boost::scoped_ptr< IFMapUpdateSender > sender_
void CleanupStaleEntries()
std::map< int, IFMapClient * > IndexMap
friend class IFMapVmUuidMapperTest
const std::string client_created_at_str() const
void FillClientHistory(IFMapServerClientHistoryList *out_list, const std::string &search_string)
ConfigClientManager * config_manager_
IFMapExporter * exporter()
void set_ifmap_channel_manager(IFMapChannelManager *manager)
bool ClientNameToIndex(const std::string &id, int *index)
ClientHistoryInfo(const std::string &name, int id, uint64_t ctime, uint64_t htime)
const CmSz_t GetClientMapSize() const
friend class IFMapExporterTest
boost::scoped_ptr< IFMapUpdateQueue > queue_
const CmSz_t GetIndexMapSize() const
void ClientRegister(IFMapClient *client)
IFMapClient * GetClient(int index)
ConfigClientManager * get_config_manager() const
void CleanupUuidMapper(IFMapClient *client)
const std::string history_created_at_str() const
IFMapUpdateSender * sender()
friend class IFMapServerTest
IFMapNode * GetVmNodeByUuid(const std::string &vm_uuid)
IFMapServer(DB *db, DBGraph *graph, boost::asio::io_context *io_service)
void DeleteClient(IFMapClient *client)
IndexMap::size_type ImSz_t
IFMapUpdateQueue * queue()
std::deque< ClientHistoryInfo > ClientHistory
void ClientGraphDownload(IFMapClient *client)
IFMapChannelManager * get_ifmap_channel_manager()
void RemoveSelfAddedLinksAndObjects(IFMapClient *client)
bool ClientWorker(QueueEntry work_entry)
const ClientMap & GetClientMap() const
friend class XmppIfmapTest
void ProcessVmSubscribe(std::string vr_name, std::string vm_uuid, bool subscribe, bool has_vms)
void SimulateDeleteClient(IFMapClient *client)
boost::asio::io_context * io_service_
bool CollectStats(BgpRouterState *state, bool first) const
friend class IFMapRestartTest
void ClientUnregister(IFMapClient *client)
boost::asio::io_context * io_service()
WorkQueue< QueueEntry > work_queue_
void FillIndexMap(IFMapServerShowIndexMap *out_map, const std::string &search_string)
ClientHistory client_history_
void ClientExporterCleanup(int index)
void ProcessVmRegAsPending(std::string vm_uuid, std::string vr_name, bool subscribe)
IFMapVmUuidMapper * vm_uuid_mapper()
void FillClientMap(IFMapServerShowClientMap *out_map, const std::string &search_string)
void set_config_manager(ConfigClientManager *manager)
IFMapChannelManager * ifmap_channel_manager_
uint64_t get_config_generation_number()
std::map< std::string, IFMapClient * > ClientMap
uint64_t client_created_at
void SaveClientHistory(IFMapClient *client)
bool ProcessClientWork(bool add, IFMapClient *client)
void AddClient(IFMapClient *client)
void GetUIInfo(IFMapServerInfoUI *server_info) const