#include <ifmap_server.h>
|
| IFMapServer (DB *db, DBGraph *graph, boost::asio::io_context *io_service) |
|
virtual | ~IFMapServer () |
|
void | Initialize () |
|
void | Shutdown () |
|
void | ClientRegister (IFMapClient *client) |
|
void | ClientUnregister (IFMapClient *client) |
|
bool | ProcessClientWork (bool add, IFMapClient *client) |
|
IFMapClient * | FindClient (const std::string &id) |
|
IFMapClient * | GetClient (int index) |
|
void | AddClient (IFMapClient *client) |
|
void | DeleteClient (IFMapClient *client) |
|
void | ClientExporterSetup (IFMapClient *client) |
|
DB * | database () |
|
DBGraph * | graph () |
|
IFMapUpdateQueue * | queue () |
|
IFMapUpdateSender * | sender () |
|
IFMapExporter * | exporter () |
|
IFMapVmUuidMapper * | vm_uuid_mapper () |
|
boost::asio::io_context * | io_service () |
|
void | set_config_manager (ConfigClientManager *manager) |
|
ConfigClientManager * | get_config_manager () |
|
ConfigClientManager * | get_config_manager () const |
|
void | set_ifmap_channel_manager (IFMapChannelManager *manager) |
|
IFMapChannelManager * | get_ifmap_channel_manager () |
|
uint64_t | get_config_generation_number () |
|
void | ProcessVmSubscribe (std::string vr_name, std::string vm_uuid, bool subscribe, bool has_vms) |
|
void | ProcessVmSubscribe (std::string vr_name, std::string vm_uuid, bool subscribe) |
|
void | ProcessVmRegAsPending (std::string vm_uuid, std::string vr_name, bool subscribe) |
|
IFMapNode * | GetVmNodeByUuid (const std::string &vm_uuid) |
|
void | FillClientMap (IFMapServerShowClientMap *out_map, const std::string &search_string) |
|
void | FillIndexMap (IFMapServerShowIndexMap *out_map, const std::string &search_string) |
|
void | FillClientHistory (IFMapServerClientHistoryList *out_list, const std::string &search_string) |
|
const CmSz_t | GetClientMapSize () const |
|
const CmSz_t | GetIndexMapSize () const |
|
void | GetUIInfo (IFMapServerInfoUI *server_info) const |
|
bool | ClientNameToIndex (const std::string &id, int *index) |
|
void | CleanupStaleEntries () |
|
bool | CollectStats (BgpRouterState *state, bool first) const |
|
Definition at line 40 of file ifmap_server.h.
IFMapServer::IFMapServer |
( |
DB * |
db, |
|
|
DBGraph * |
graph, |
|
|
boost::asio::io_context * |
io_service |
|
) |
| |
IFMapServer::~IFMapServer |
( |
| ) |
|
|
virtual |
void IFMapServer::CleanupStaleEntries |
( |
| ) |
|
void IFMapServer::CleanupUuidMapper |
( |
IFMapClient * |
client | ) |
|
|
private |
void IFMapServer::ClientExporterCleanup |
( |
int |
index | ) |
|
|
private |
void IFMapServer::ClientExporterSetup |
( |
IFMapClient * |
client | ) |
|
void IFMapServer::ClientGraphDownload |
( |
IFMapClient * |
client | ) |
|
|
private |
bool IFMapServer::ClientNameToIndex |
( |
const std::string & |
id, |
|
|
int * |
index |
|
) |
| |
void IFMapServer::ClientRegister |
( |
IFMapClient * |
client | ) |
|
void IFMapServer::ClientUnregister |
( |
IFMapClient * |
client | ) |
|
bool IFMapServer::ClientWorker |
( |
QueueEntry |
work_entry | ) |
|
|
private |
bool IFMapServer::CollectStats |
( |
BgpRouterState * |
state, |
|
|
bool |
first |
|
) |
| const |
DB* IFMapServer::database |
( |
| ) |
|
|
inline |
void IFMapServer::FillClientHistory |
( |
IFMapServerClientHistoryList * |
out_list, |
|
|
const std::string & |
search_string |
|
) |
| |
void IFMapServer::FillClientMap |
( |
IFMapServerShowClientMap * |
out_map, |
|
|
const std::string & |
search_string |
|
) |
| |
void IFMapServer::FillIndexMap |
( |
IFMapServerShowIndexMap * |
out_map, |
|
|
const std::string & |
search_string |
|
) |
| |
IFMapClient * IFMapServer::FindClient |
( |
const std::string & |
id | ) |
|
uint64_t IFMapServer::get_config_generation_number |
( |
| ) |
|
|
inline |
const ClientMap& IFMapServer::GetClientMap |
( |
| ) |
const |
|
inlineprivate |
const CmSz_t IFMapServer::GetClientMapSize |
( |
| ) |
const |
|
inline |
const CmSz_t IFMapServer::GetIndexMapSize |
( |
| ) |
const |
|
inline |
void IFMapServer::GetUIInfo |
( |
IFMapServerInfoUI * |
server_info | ) |
const |
IFMapNode * IFMapServer::GetVmNodeByUuid |
( |
const std::string & |
vm_uuid | ) |
|
void IFMapServer::Initialize |
( |
| ) |
|
boost::asio::io_context* IFMapServer::io_service |
( |
| ) |
|
|
inline |
bool IFMapServer::ProcessClientWork |
( |
bool |
add, |
|
|
IFMapClient * |
client |
|
) |
| |
void IFMapServer::ProcessVmRegAsPending |
( |
std::string |
vm_uuid, |
|
|
std::string |
vr_name, |
|
|
bool |
subscribe |
|
) |
| |
void IFMapServer::ProcessVmSubscribe |
( |
std::string |
vr_name, |
|
|
std::string |
vm_uuid, |
|
|
bool |
subscribe, |
|
|
bool |
has_vms |
|
) |
| |
void IFMapServer::ProcessVmSubscribe |
( |
std::string |
vr_name, |
|
|
std::string |
vm_uuid, |
|
|
bool |
subscribe |
|
) |
| |
void IFMapServer::RemoveSelfAddedLinksAndObjects |
( |
IFMapClient * |
client | ) |
|
|
private |
void IFMapServer::SaveClientHistory |
( |
IFMapClient * |
client | ) |
|
|
private |
void IFMapServer::Shutdown |
( |
| ) |
|
void IFMapServer::SimulateDeleteClient |
( |
IFMapClient * |
client | ) |
|
|
private |
friend class IFMapExporterTest |
|
friend |
friend class IFMapRestartTest |
|
friend |
friend class IFMapServerTest |
|
friend |
friend class IFMapVmUuidMapperTest |
|
friend |
friend class XmppIfmapTest |
|
friend |
BitSet IFMapServer::client_indexes_ |
|
private |
boost::asio::io_context* IFMapServer::io_service_ |
|
private |
const int IFMapServer::kClientHistorySize = 5000 |
|
static |
The documentation for this class was generated from the following files: