OpenSDN source code
|
#include <port_subscribe_table.h>
Classes | |
struct | Cmp |
struct | State |
struct | VmiEntry |
struct | VmVnUuidEntry |
struct | VmVnUuidEntryCmp |
Public Types | |
typedef std::map < boost::uuids::uuid, PortSubscribeEntryPtr, Cmp > | VmiTree |
typedef std::map < boost::uuids::uuid, IFMapNode * > | UuidToIFNodeTree |
typedef std::map < boost::uuids::uuid, VmiEntry > | VmiToVmVnTree |
typedef std::map < VmVnUuidEntry, boost::uuids::uuid, VmVnUuidEntryCmp > | VmVnToVmiTree |
typedef std::map < VmVnUuidEntry, PortSubscribeEntryPtr, VmVnUuidEntryCmp > | VmVnTree |
Private Member Functions | |
void | UpdateVmiIfnodeInfo (const boost::uuids::uuid &vmi_uuid, const VmInterfaceConfigData *data) |
void | DeleteVmiIfnodeInfo (const boost::uuids::uuid &vmi_uuid) |
DISALLOW_COPY_AND_ASSIGN (PortSubscribeTable) | |
Friends | |
class | SandeshVmiPortSubscribeTask |
class | SandeshVmVnPortSubscribeTask |
class | SandeshVmiToVmVnTask |
class | SandeshVmVnToVmiTask |
Definition at line 163 of file port_subscribe_table.h.
typedef std::map<boost::uuids::uuid, IFMapNode *> PortSubscribeTable::UuidToIFNodeTree |
Definition at line 182 of file port_subscribe_table.h.
typedef std::map<boost::uuids::uuid, VmiEntry> PortSubscribeTable::VmiToVmVnTree |
Definition at line 239 of file port_subscribe_table.h.
typedef std::map<boost::uuids::uuid, PortSubscribeEntryPtr, Cmp> PortSubscribeTable::VmiTree |
Definition at line 181 of file port_subscribe_table.h.
typedef std::map<VmVnUuidEntry, boost::uuids::uuid, VmVnUuidEntryCmp> PortSubscribeTable::VmVnToVmiTree |
Definition at line 241 of file port_subscribe_table.h.
typedef std::map<VmVnUuidEntry, PortSubscribeEntryPtr, VmVnUuidEntryCmp> PortSubscribeTable::VmVnTree |
Definition at line 243 of file port_subscribe_table.h.
PortSubscribeTable::PortSubscribeTable | ( | Agent * | agent | ) |
Definition at line 205 of file port_subscribe_table.cc.
|
virtual |
Definition at line 211 of file port_subscribe_table.cc.
void PortSubscribeTable::AddVmi | ( | const boost::uuids::uuid & | u, |
PortSubscribeEntryPtr | entry | ||
) |
void PortSubscribeTable::AddVmVnPort | ( | const boost::uuids::uuid & | vm_uuid, |
const boost::uuids::uuid & | vn_uuid, | ||
const boost::uuids::uuid & | vmi_uuid, | ||
PortSubscribeEntryPtr | entry | ||
) |
void PortSubscribeTable::DeleteVmi | ( | const boost::uuids::uuid & | u | ) |
Definition at line 239 of file port_subscribe_table.cc.
|
private |
Definition at line 478 of file port_subscribe_table.cc.
void PortSubscribeTable::DeleteVmVnPort | ( | const boost::uuids::uuid & | vm_uuid, |
const boost::uuids::uuid & | vn_uuid, | ||
const boost::uuids::uuid & | vmi_uuid | ||
) |
Definition at line 291 of file port_subscribe_table.cc.
|
private |
PortSubscribeEntryPtr PortSubscribeTable::Get | ( | const boost::uuids::uuid & | vmi_uuid, |
const boost::uuids::uuid & | vm_uuid, | ||
const boost::uuids::uuid & | vn_uuid | ||
) | const |
Definition at line 550 of file port_subscribe_table.cc.
PortSubscribeEntryPtr PortSubscribeTable::GetVmi | ( | const boost::uuids::uuid & | u | ) | const |
Definition at line 249 of file port_subscribe_table.cc.
PortSubscribeEntryPtr PortSubscribeTable::GetVmVnPort | ( | const boost::uuids::uuid & | vm_uuid, |
const boost::uuids::uuid & | vn_uuid, | ||
const boost::uuids::uuid & | vmi_uuid | ||
) |
Definition at line 317 of file port_subscribe_table.cc.
PortSubscribeEntryPtr PortSubscribeTable::GetVmVnPortNoLock | ( | const boost::uuids::uuid & | vm_uuid, |
const boost::uuids::uuid & | vn_uuid, | ||
const boost::uuids::uuid & | vmi_uuid | ||
) |
Definition at line 305 of file port_subscribe_table.cc.
void PortSubscribeTable::HandleVmiIfnodeAdd | ( | const boost::uuids::uuid & | vmi_uuid, |
const VmInterfaceConfigData * | data | ||
) |
void PortSubscribeTable::HandleVmiIfnodeDelete | ( | const boost::uuids::uuid & | vmi_uuid | ) |
Definition at line 501 of file port_subscribe_table.cc.
void PortSubscribeTable::InitDone | ( | ) |
void PortSubscribeTable::Notify | ( | DBTablePartBase * | partition, |
DBEntryBase * | e | ||
) |
void PortSubscribeTable::Shutdown | ( | ) |
|
inline |
Definition at line 250 of file port_subscribe_table.h.
void PortSubscribeTable::StaleWalk | ( | uint64_t | version | ) |
|
private |
IFMapNode * PortSubscribeTable::UuidToIFNode | ( | const boost::uuids::uuid & | u | ) | const |
Definition at line 371 of file port_subscribe_table.cc.
const PortSubscribeTable::VmiEntry * PortSubscribeTable::VmiToEntry | ( | const boost::uuids::uuid & | vmi_uuid | ) | const |
Definition at line 381 of file port_subscribe_table.cc.
bool PortSubscribeTable::VmVnToVmiSet | ( | const boost::uuids::uuid & | vm_uuid, |
std::set< boost::uuids::uuid > & | vmi_uuid_set | ||
) | const |
Definition at line 586 of file port_subscribe_table.cc.
bool PortSubscribeTable::VmVnToVmiSetNoLock | ( | const boost::uuids::uuid & | vm_uuid, |
std::set< boost::uuids::uuid > & | vmi_uuid_set | ||
) | const |
Definition at line 567 of file port_subscribe_table.cc.
|
friend |
Definition at line 289 of file port_subscribe_table.h.
|
friend |
Definition at line 291 of file port_subscribe_table.h.
|
friend |
Definition at line 290 of file port_subscribe_table.h.
|
friend |
Definition at line 292 of file port_subscribe_table.h.
|
private |
Definition at line 294 of file port_subscribe_table.h.
|
private |
Definition at line 296 of file port_subscribe_table.h.
|
private |
Definition at line 295 of file port_subscribe_table.h.
|
mutableprivate |
Definition at line 297 of file port_subscribe_table.h.
|
private |
Definition at line 301 of file port_subscribe_table.h.
|
private |
Definition at line 300 of file port_subscribe_table.h.
|
private |
Definition at line 299 of file port_subscribe_table.h.
|
private |
Definition at line 302 of file port_subscribe_table.h.
|
private |
Definition at line 298 of file port_subscribe_table.h.
|
private |
Definition at line 304 of file port_subscribe_table.h.
|
private |
Definition at line 303 of file port_subscribe_table.h.