|
OpenSDN source code
|
#include <qos_queue.h>


Public Member Functions | |
| QosQueue (const boost::uuids::uuid &uuid) | |
| virtual | ~QosQueue () |
| KeyPtr | GetDBRequestKey () const |
| std::string | ToString () const |
| virtual bool | IsLess (const DBEntry &rhs) const |
| virtual bool | DBEntrySandesh (Sandesh *resp, std::string &name) const |
| virtual bool | Change (const DBRequest *req) |
| virtual void | Delete (const DBRequest *req) |
| virtual void | SetKey (const DBRequestKey *key) |
| virtual void | PostAdd () |
| virtual bool | DeleteOnZeroRefCount () const |
| virtual void | OnZeroRefCount () |
| uint32_t | GetRefCount () const |
| const boost::uuids::uuid & | uuid () const |
| uint32_t | id () const |
| void | set_id (uint32_t id) |
| const std::string & | name () const |
| uint16_t | nic_queue_id () const |
Public Member Functions inherited from AgentOperDBEntry | |
| AgentOperDBEntry () | |
| virtual | ~AgentOperDBEntry () |
| IFMapNode * | ifmap_node () const |
| void | SetIFMapNodeState (IFMapDependencyManager::IFMapNodePtr sref) |
Public Member Functions inherited from AgentDBEntry | |
| AgentDBEntry () | |
| virtual | ~AgentDBEntry () |
| void | SetRefState () const |
| void | ClearRefState () const |
| bool | IsActive () const |
| DBState * | GetAgentDBEntryState (int listener_id) |
| const DBState * | GetAgentDBEntryState (int listener_id) const |
| virtual void | AllocateResources (ResourceManager *resource_manager) |
| virtual void | FreeResources (ResourceManager *resource_manager) |
Public Member Functions inherited from DBEntry | |
| DBEntry () | |
| virtual | ~DBEntry () |
| bool | operator< (const DBEntry &rhs) const |
Public Member Functions inherited from DBEntryBase | |
| DBEntryBase () | |
| virtual | ~DBEntryBase () |
| virtual bool | IsMoreSpecific (const std::string &match) const |
| virtual bool | IsLessSpecific (const std::string &match) const |
| void | SetState (DBTableBase *tbl_base, ListenerId listener, DBState *state) |
| void | ClearState (DBTableBase *tbl_base, ListenerId listener) |
| DBState * | GetState (DBTableBase *tbl_base, ListenerId listener) const |
| const DBState * | GetState (const DBTableBase *tbl_base, ListenerId listener) const |
| bool | is_state_empty (DBTablePartBase *tpart) |
| bool | is_state_empty_unlocked (DBTablePartBase *tpart) |
| void | Delete () |
| void | MarkDelete () |
| void | ClearDelete () |
| bool | IsDeleted () const |
| void | set_onlist () |
| void | clear_onlist () |
| bool | is_onlist () |
| void | SetOnRemoveQ () |
| bool | IsOnRemoveQ () |
| void | ClearOnRemoveQ () |
| void | set_last_change_at (uint64_t time) |
| void | set_last_change_at_to_now () |
| const uint64_t | last_change_at () const |
| const std::string | last_change_at_str () const |
| void | set_last_update_at (uint64_t time) |
| void | set_last_update_at_to_now () |
| const uint64_t | last_update_at () const |
| DBTablePartBase * | get_table_partition () const |
| void | set_table_partition (DBTablePartBase *tpart) |
| DBTableBase * | get_table () const |
| void | Notify () |
Private Member Functions | |
| DISALLOW_COPY_AND_ASSIGN (QosQueue) | |
Private Member Functions inherited from AgentRefCount< QosQueue > | |
| uint32_t | GetRefCount () const |
| AgentRefCount () | |
| AgentRefCount (const AgentRefCount &) | |
| AgentRefCount & | operator= (const AgentRefCount &) |
| virtual | ~AgentRefCount () |
| void | swap (AgentRefCount &) |
Private Attributes | |
| boost::uuids::uuid | uuid_ |
| uint16_t | id_ |
| std::string | name_ |
| uint16_t | nic_queue_id_ |
Private Attributes inherited from AgentRefCount< QosQueue > | |
| tbb::mutex | back_ref_mutex_ |
| std::set< IntrusiveReferrer > | back_ref_set_ |
Additional Inherited Members | |
Public Types inherited from AgentDBEntry | |
| typedef boost::intrusive_ptr< AgentDBEntry > | AgentDBEntyRef |
Public Types inherited from DBEntryBase | |
| typedef DBTableBase::ListenerId | ListenerId |
| typedef std::unique_ptr< DBRequestKey > | KeyPtr |
Public Attributes inherited from DBEntryBase | |
| boost::intrusive::list_member_hook | chg_list_ |
Definition at line 38 of file qos_queue.h.
| QosQueue::QosQueue | ( | const boost::uuids::uuid & | uuid | ) |
Definition at line 14 of file qos_queue.cc.
|
virtual |
Definition at line 18 of file qos_queue.cc.
|
virtual |
|
virtual |
Implements AgentDBEntry.
Definition at line 32 of file qos_queue.cc.

|
virtual |
Definition at line 76 of file qos_queue.cc.
|
inlinevirtual |
Definition at line 54 of file qos_queue.h.
|
private |
|
virtual |
Implements DBEntryBase.
Definition at line 21 of file qos_queue.cc.
|
inlinevirtual |
Implements AgentDBEntry.
Definition at line 58 of file qos_queue.h.

|
inline |
Definition at line 63 of file qos_queue.h.
|
virtual |
Implements DBEntry.
Definition at line 45 of file qos_queue.cc.
|
inline |
Definition at line 70 of file qos_queue.h.
|
inline |
Definition at line 74 of file qos_queue.h.
|
inlinevirtual |
Definition at line 57 of file qos_queue.h.
|
virtual |
Reimplemented from AgentDBEntry.
Definition at line 50 of file qos_queue.cc.

|
inline |
|
virtual |
Implements DBEntry.
Definition at line 79 of file qos_queue.cc.
|
virtual |
Implements DBEntryBase.
Definition at line 26 of file qos_queue.cc.
|
inline |
Definition at line 62 of file qos_queue.h.
|
private |
Definition at line 80 of file qos_queue.h.
|
private |
Definition at line 81 of file qos_queue.h.
|
private |
Definition at line 82 of file qos_queue.h.
|
private |
Definition at line 79 of file qos_queue.h.