#include <ifmap_client.h>
|
typedef std::map< std::string,
std::string > | VmMap |
|
Definition at line 18 of file ifmap_client.h.
IFMapClient::IFMapClient |
( |
| ) |
|
IFMapClient::~IFMapClient |
( |
| ) |
|
|
virtual |
void IFMapClient::AddVm |
( |
const std::string & |
vm_uuid | ) |
|
|
inline |
uint64_t IFMapClient::bytes_sent |
( |
| ) |
const |
|
inline |
uint64_t IFMapClient::created_at |
( |
| ) |
const |
|
inline |
uint64_t IFMapClient::delete_links_sent |
( |
| ) |
const |
|
inline |
uint64_t IFMapClient::delete_nodes_sent |
( |
| ) |
const |
|
inline |
void IFMapClient::DeleteVm |
( |
const std::string & |
vm_uuid | ) |
|
|
inline |
bool IFMapClient::HasAddedVm |
( |
const std::string & |
vm_uuid | ) |
|
|
inline |
bool IFMapClient::HasVms |
( |
| ) |
|
|
inline |
virtual const std::string& IFMapClient::identifier |
( |
| ) |
const |
|
pure virtual |
void IFMapClient::incr_bytes_sent |
( |
uint64_t |
bytes | ) |
|
|
inline |
void IFMapClient::incr_delete_links_sent |
( |
| ) |
|
|
inline |
void IFMapClient::incr_delete_nodes_sent |
( |
| ) |
|
|
inline |
void IFMapClient::incr_msgs_blocked |
( |
| ) |
|
|
inline |
void IFMapClient::incr_msgs_sent |
( |
| ) |
|
|
inline |
void IFMapClient::incr_update_links_sent |
( |
| ) |
|
|
inline |
void IFMapClient::incr_update_nodes_sent |
( |
| ) |
|
|
inline |
int IFMapClient::index |
( |
| ) |
const |
|
inline |
void IFMapClient::Initialize |
( |
IFMapExporter * |
exporter, |
|
|
int |
index |
|
) |
| |
uint64_t IFMapClient::msgs_blocked |
( |
| ) |
const |
|
inline |
uint64_t IFMapClient::msgs_sent |
( |
| ) |
const |
|
inline |
virtual const std::string& IFMapClient::name |
( |
| ) |
const |
|
inlinevirtual |
void IFMapClient::OnRegister |
( |
const std::string & |
vnet | ) |
|
void IFMapClient::OnUnregister |
( |
const std::string & |
vnet | ) |
|
bool IFMapClient::send_is_blocked |
( |
| ) |
const |
|
inline |
virtual bool IFMapClient::SendUpdate |
( |
const std::string & |
msg | ) |
|
|
pure virtual |
void IFMapClient::set_send_is_blocked |
( |
bool |
is_blocked | ) |
|
|
inline |
virtual void IFMapClient::SetName |
( |
const std::string & |
name | ) |
|
|
inlinevirtual |
uint64_t IFMapClient::update_links_sent |
( |
| ) |
const |
|
inline |
uint64_t IFMapClient::update_nodes_sent |
( |
| ) |
const |
|
inline |
std::vector< std::string > IFMapClient::vm_list |
( |
| ) |
const |
size_t IFMapClient::VmCount |
( |
| ) |
|
|
inline |
uint64_t IFMapClient::bytes_sent_ |
|
private |
uint64_t IFMapClient::created_at_ |
|
private |
uint64_t IFMapClient::delete_links_sent_ |
|
private |
uint64_t IFMapClient::delete_nodes_sent_ |
|
private |
const int IFMapClient::kIndexInvalid = -1 |
|
static |
uint64_t IFMapClient::msgs_blocked_ |
|
private |
uint64_t IFMapClient::msgs_sent_ |
|
private |
std::string IFMapClient::name_ |
|
private |
bool IFMapClient::send_is_blocked_ |
|
private |
uint64_t IFMapClient::update_links_sent_ |
|
private |
uint64_t IFMapClient::update_nodes_sent_ |
|
private |
VmMap IFMapClient::vm_map_ |
|
private |
The documentation for this class was generated from the following files: