OpenSDN source code
|
#include <forwarding_class.h>
Public Member Functions | |
ForwardingClass (const boost::uuids::uuid &uuid) | |
virtual | ~ForwardingClass () |
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 bool | DeleteOnZeroRefCount () const |
virtual void | OnZeroRefCount () |
uint32_t | GetRefCount () const |
uint32_t | dscp () const |
uint32_t | vlan_priority () const |
uint32_t | mpls_exp () const |
uint32_t | id () const |
const QosQueue * | qos_queue_ref () const |
const boost::uuids::uuid & | uuid () const |
const std::string & | name () const |
uint16_t | nic_queue_id () const |
![]() | |
AgentOperDBEntry () | |
virtual | ~AgentOperDBEntry () |
IFMapNode * | ifmap_node () const |
void | SetIFMapNodeState (IFMapDependencyManager::IFMapNodePtr sref) |
![]() | |
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) |
virtual void | PostAdd () |
![]() | |
DBEntry () | |
virtual | ~DBEntry () |
bool | operator< (const DBEntry &rhs) const |
![]() | |
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 (ForwardingClass) | |
![]() | |
uint32_t | GetRefCount () const |
AgentRefCount () | |
AgentRefCount (const AgentRefCount &) | |
AgentRefCount & | operator= (const AgentRefCount &) |
virtual | ~AgentRefCount () |
void | swap (AgentRefCount &) |
Private Attributes | |
boost::uuids::uuid | uuid_ |
uint32_t | id_ |
uint32_t | dscp_ |
uint32_t | vlan_priority_ |
uint32_t | mpls_exp_ |
QosQueueConstRef | qos_queue_ref_ |
std::string | name_ |
uint16_t | nic_queue_id_ |
![]() | |
tbb::mutex | back_ref_mutex_ |
std::set< IntrusiveReferrer > | back_ref_set_ |
Additional Inherited Members | |
![]() | |
typedef boost::intrusive_ptr < AgentDBEntry > | AgentDBEntyRef |
![]() | |
typedef DBTableBase::ListenerId | ListenerId |
typedef std::unique_ptr < DBRequestKey > | KeyPtr |
![]() | |
boost::intrusive::list_member_hook | chg_list_ |
Definition at line 48 of file forwarding_class.h.
ForwardingClass::ForwardingClass | ( | const boost::uuids::uuid & | uuid | ) |
Definition at line 17 of file forwarding_class.cc.
|
virtual |
Definition at line 21 of file forwarding_class.cc.
|
virtual |
|
virtual |
Implements AgentDBEntry.
Definition at line 36 of file forwarding_class.cc.
|
virtual |
Definition at line 108 of file forwarding_class.cc.
|
inlinevirtual |
Definition at line 63 of file forwarding_class.h.
|
private |
|
inline |
Definition at line 71 of file forwarding_class.h.
|
virtual |
Implements DBEntryBase.
Definition at line 24 of file forwarding_class.cc.
|
inlinevirtual |
Implements AgentDBEntry.
Definition at line 67 of file forwarding_class.h.
|
inline |
Definition at line 74 of file forwarding_class.h.
|
virtual |
Implements DBEntry.
Definition at line 55 of file forwarding_class.cc.
|
inline |
Definition at line 73 of file forwarding_class.h.
|
inline |
Definition at line 81 of file forwarding_class.h.
|
inline |
Definition at line 85 of file forwarding_class.h.
|
inlinevirtual |
Definition at line 66 of file forwarding_class.h.
|
inline |
Definition at line 75 of file forwarding_class.h.
|
virtual |
Implements DBEntry.
Definition at line 111 of file forwarding_class.cc.
|
virtual |
Implements DBEntryBase.
Definition at line 29 of file forwarding_class.cc.
|
inline |
Definition at line 78 of file forwarding_class.h.
|
inline |
Definition at line 72 of file forwarding_class.h.
|
private |
Definition at line 92 of file forwarding_class.h.
|
private |
Definition at line 91 of file forwarding_class.h.
|
private |
Definition at line 94 of file forwarding_class.h.
|
private |
Definition at line 96 of file forwarding_class.h.
|
private |
Definition at line 97 of file forwarding_class.h.
|
private |
Definition at line 95 of file forwarding_class.h.
|
private |
Definition at line 90 of file forwarding_class.h.
|
private |
Definition at line 93 of file forwarding_class.h.