5 #ifndef __DB_IFMAP_CLIENT_H__
6 #define __DB_IFMAP_CLIENT_H__
12 #include <boost/unordered_set.hpp>
20 typedef std::map<std::string, std::string>
VmMap;
26 virtual const std::string &
identifier()
const = 0;
27 virtual bool SendUpdate(
const std::string &msg) = 0;
28 virtual const std::string &
name()
const {
return name_; }
59 void AddVm(
const std::string &vm_uuid) {
60 vm_map_.insert(make_pair(vm_uuid, vm_uuid));
66 return ((
vm_map_.count(vm_uuid) == 1) ?
true :
false);
75 std::vector<std::string>
vm_list()
const;
virtual void SetName(const std::string &name)
virtual const std::string & identifier() const =0
void incr_delete_nodes_sent()
std::vector< std::string > vm_list() const
uint64_t delete_nodes_sent() const
void OnUnregister(const std::string &vnet)
void incr_delete_links_sent()
uint64_t update_nodes_sent() const
uint64_t bytes_sent() const
void Initialize(IFMapExporter *exporter, int index)
uint64_t msgs_sent() const
IFMapExporter * exporter_
uint64_t delete_links_sent_
static const int kIndexInvalid
uint64_t update_links_sent_
void incr_update_links_sent()
uint64_t msgs_blocked() const
bool HasAddedVm(const std::string &vm_uuid)
uint64_t delete_nodes_sent_
void AddVm(const std::string &vm_uuid)
std::map< std::string, std::string > VmMap
void DeleteVm(const std::string &vm_uuid)
uint64_t update_links_sent() const
void incr_bytes_sent(uint64_t bytes)
uint64_t delete_links_sent() const
uint64_t created_at() const
bool send_is_blocked() const
virtual const std::string & name() const
void OnRegister(const std::string &vnet)
uint64_t update_nodes_sent_
void set_send_is_blocked(bool is_blocked)
void incr_update_nodes_sent()
virtual bool SendUpdate(const std::string &msg)=0