OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
BgpAsAServiceFlowMgmtEntry Class Reference

#include <flow_mgmt_entry.h>

Inheritance diagram for BgpAsAServiceFlowMgmtEntry:
Collaboration diagram for BgpAsAServiceFlowMgmtEntry:

Public Member Functions

 BgpAsAServiceFlowMgmtEntry ()
 
virtual ~BgpAsAServiceFlowMgmtEntry ()
 
virtual bool NonOperEntryDelete (FlowMgmtManager *mgr, const FlowMgmtRequest *req, FlowMgmtKey *key)
 
virtual bool HealthCheckUpdate (Agent *agent, FlowMgmtManager *mgr, BgpAsAServiceFlowMgmtKey &key, BgpAsAServiceFlowMgmtRequest *req)
 
- Public Member Functions inherited from FlowMgmtEntry
 FlowMgmtEntry ()
 
virtual ~FlowMgmtEntry ()
 
uint32_t Size () const
 
virtual bool Add (FlowEntry *flow, FlowMgmtKeyNode *node)
 
virtual bool Delete (FlowEntry *flow, FlowMgmtKeyNode *node)
 
virtual bool OperEntryAdd (FlowMgmtManager *mgr, const FlowMgmtRequest *req, FlowMgmtKey *key)
 
virtual bool OperEntryChange (FlowMgmtManager *mgr, const FlowMgmtRequest *req, FlowMgmtKey *key)
 
virtual bool OperEntryDelete (FlowMgmtManager *mgr, const FlowMgmtRequest *req, FlowMgmtKey *key)
 
virtual bool CanDelete () const
 
void set_oper_state (State state)
 
State oper_state () const
 
uint32_t gen_id () const
 
const FlowListflow_list () const
 

Private Member Functions

 DISALLOW_COPY_AND_ASSIGN (BgpAsAServiceFlowMgmtEntry)
 

Additional Inherited Members

- Public Types inherited from FlowMgmtEntry
enum  State { INVALID, OPER_NOT_SEEN, OPER_ADD_SEEN, OPER_DEL_SEEN }
 
typedef
boost::intrusive::member_hook
< FlowMgmtKeyNode,
boost::intrusive::list_member_hook
<>,&FlowMgmtKeyNode::hook_
Node
 
typedef boost::intrusive::list
< FlowMgmtKeyNode, Node
FlowList
 
- Static Public Attributes inherited from FlowMgmtEntry
static const int MaxResponses = 100
 
- Protected Attributes inherited from FlowMgmtEntry
State oper_state_
 
uint32_t gen_id_
 
FlowList flow_list_
 

Detailed Description

Definition at line 225 of file flow_mgmt_entry.h.

Constructor & Destructor Documentation

BgpAsAServiceFlowMgmtEntry::BgpAsAServiceFlowMgmtEntry ( )
inline

Definition at line 227 of file flow_mgmt_entry.h.

virtual BgpAsAServiceFlowMgmtEntry::~BgpAsAServiceFlowMgmtEntry ( )
inlinevirtual

Definition at line 228 of file flow_mgmt_entry.h.

Member Function Documentation

BgpAsAServiceFlowMgmtEntry::DISALLOW_COPY_AND_ASSIGN ( BgpAsAServiceFlowMgmtEntry  )
private
bool BgpAsAServiceFlowMgmtEntry::HealthCheckUpdate ( Agent agent,
FlowMgmtManager mgr,
BgpAsAServiceFlowMgmtKey key,
BgpAsAServiceFlowMgmtRequest req 
)
virtual

Definition at line 219 of file flow_mgmt_entry.cc.

Here is the call graph for this function:

bool BgpAsAServiceFlowMgmtEntry::NonOperEntryDelete ( FlowMgmtManager mgr,
const FlowMgmtRequest req,
FlowMgmtKey key 
)
virtual

Reimplemented from FlowMgmtEntry.

Definition at line 200 of file flow_mgmt_entry.cc.

Here is the call graph for this function:


The documentation for this class was generated from the following files: