#include <ifmap_xmpp.h>
Definition at line 83 of file ifmap_xmpp.h.
IFMapChannelManager::~IFMapChannelManager |
( |
| ) |
|
|
virtual |
void IFMapChannelManager::DeleteIFMapXmppChannel |
( |
IFMapXmppChannel * |
ifmap_chnl | ) |
|
|
private |
void IFMapChannelManager::EnqueueChannelUnregister |
( |
XmppChannel * |
channel | ) |
|
void IFMapChannelManager::FillChannelMap |
( |
std::vector< IFMapXmppChannelMapEntry > * |
out_map | ) |
|
uint64_t IFMapChannelManager::get_duplicate_channel_ready_messages |
( |
| ) |
|
|
inline |
uint64_t IFMapChannelManager::get_duplicate_vmsub_messages |
( |
| ) |
|
|
inline |
uint64_t IFMapChannelManager::get_duplicate_vrsub_messages |
( |
| ) |
|
|
inline |
uint64_t IFMapChannelManager::get_invalid_channel_not_ready_messages |
( |
| ) |
|
|
inline |
uint64_t IFMapChannelManager::get_invalid_channel_state_messages |
( |
| ) |
|
|
inline |
uint64_t IFMapChannelManager::get_invalid_vm_subscribe_messages |
( |
| ) |
|
|
inline |
uint64_t IFMapChannelManager::get_unknown_subscribe_messages |
( |
| ) |
|
|
inline |
uint64_t IFMapChannelManager::get_unknown_unsubscribe_messages |
( |
| ) |
|
|
inline |
uint64_t IFMapChannelManager::get_vmsub_novrsub_messages |
( |
| ) |
|
|
inline |
uint64_t IFMapChannelManager::get_vmunsub_novmsub_messages |
( |
| ) |
|
|
inline |
uint64_t IFMapChannelManager::get_vmunsub_novrsub_messages |
( |
| ) |
|
|
inline |
void IFMapChannelManager::incr_duplicate_channel_ready_messages |
( |
| ) |
|
|
inline |
void IFMapChannelManager::incr_duplicate_vmsub_messages |
( |
| ) |
|
|
inline |
void IFMapChannelManager::incr_duplicate_vrsub_messages |
( |
| ) |
|
|
inline |
void IFMapChannelManager::incr_invalid_channel_not_ready_messages |
( |
| ) |
|
|
inline |
void IFMapChannelManager::incr_invalid_channel_state_messages |
( |
| ) |
|
|
inline |
void IFMapChannelManager::incr_invalid_vm_subscribe_messages |
( |
| ) |
|
|
inline |
void IFMapChannelManager::incr_unknown_subscribe_messages |
( |
| ) |
|
|
inline |
void IFMapChannelManager::incr_unknown_unsubscribe_messages |
( |
| ) |
|
|
inline |
void IFMapChannelManager::incr_vmsub_novrsub_messages |
( |
| ) |
|
|
inline |
void IFMapChannelManager::incr_vmunsub_novmsub_messages |
( |
| ) |
|
|
inline |
void IFMapChannelManager::incr_vmunsub_novrsub_messages |
( |
| ) |
|
|
inline |
void IFMapChannelManager::ProcessChannelNotReady |
( |
XmppChannel * |
channel | ) |
|
void IFMapChannelManager::ProcessChannelReady |
( |
XmppChannel * |
channel | ) |
|
friend class IFMapChannelManagerTest |
|
friend |
friend class XmppIfmapTest |
|
friend |
tbb::mutex IFMapChannelManager::channel_map_mutex_ |
|
private |
tbb::atomic<uint64_t> IFMapChannelManager::duplicate_channel_ready_messages |
|
private |
tbb::atomic<uint64_t> IFMapChannelManager::duplicate_vmsub_messages |
|
private |
tbb::atomic<uint64_t> IFMapChannelManager::duplicate_vrsub_messages |
|
private |
tbb::atomic<uint64_t> IFMapChannelManager::invalid_channel_not_ready_messages |
|
private |
tbb::atomic<uint64_t> IFMapChannelManager::invalid_channel_state_messages |
|
private |
tbb::atomic<uint64_t> IFMapChannelManager::invalid_vm_subscribe_messages |
|
private |
tbb::atomic<uint64_t> IFMapChannelManager::unknown_subscribe_messages |
|
private |
tbb::atomic<uint64_t> IFMapChannelManager::unknown_unsubscribe_messages |
|
private |
tbb::atomic<uint64_t> IFMapChannelManager::vmsub_novrsub_messages |
|
private |
tbb::atomic<uint64_t> IFMapChannelManager::vmunsub_novmsub_messages |
|
private |
tbb::atomic<uint64_t> IFMapChannelManager::vmunsub_novrsub_messages |
|
private |
The documentation for this class was generated from the following files: