OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
FlowMgmtDbClient::VrfFlowHandlerState Struct Reference

#include <flow_mgmt_dbclient.h>

Inheritance diagram for FlowMgmtDbClient::VrfFlowHandlerState:
Collaboration diagram for FlowMgmtDbClient::VrfFlowHandlerState:

Public Member Functions

 VrfFlowHandlerState ()
 
virtual ~VrfFlowHandlerState ()
 
void Register (FlowMgmtDbClient *client, VrfEntry *vrf)
 
void Unregister (FlowMgmtDbClient *client, VrfEntry *vrf)
 
bool Unregister (VrfEntry *vrf)
 
DBTableBase::ListenerId GetListenerId (Agent::RouteTableType type)
 
- Public Member Functions inherited from FlowMgmtDbClient::FlowMgmtState
 FlowMgmtState ()
 
virtual ~FlowMgmtState ()
 
void IncrementGenId ()
 
- Public Member Functions inherited from DBState
virtual ~DBState ()
 

Public Attributes

DBTableBase::ListenerId inet_listener_id_
 
DBTableBase::ListenerId inet6_listener_id_
 
DBTableBase::ListenerId bridge_listener_id_
 
bool deleted_
 
- Public Attributes inherited from FlowMgmtDbClient::FlowMgmtState
uint32_t gen_id_
 
bool deleted_
 

Detailed Description

Definition at line 56 of file flow_mgmt_dbclient.h.

Constructor & Destructor Documentation

FlowMgmtDbClient::VrfFlowHandlerState::VrfFlowHandlerState ( )
inline

Definition at line 57 of file flow_mgmt_dbclient.h.

virtual FlowMgmtDbClient::VrfFlowHandlerState::~VrfFlowHandlerState ( )
inlinevirtual

Definition at line 58 of file flow_mgmt_dbclient.h.

Member Function Documentation

DBTableBase::ListenerId FlowMgmtDbClient::VrfFlowHandlerState::GetListenerId ( Agent::RouteTableType  type)
inline

Definition at line 67 of file flow_mgmt_dbclient.h.

void FlowMgmtDbClient::VrfFlowHandlerState::Register ( FlowMgmtDbClient client,
VrfEntry vrf 
)

Definition at line 454 of file flow_mgmt_dbclient.cc.

Here is the call graph for this function:

void FlowMgmtDbClient::VrfFlowHandlerState::Unregister ( FlowMgmtDbClient client,
VrfEntry vrf 
)
bool FlowMgmtDbClient::VrfFlowHandlerState::Unregister ( VrfEntry vrf)

Definition at line 398 of file flow_mgmt_dbclient.cc.

Here is the call graph for this function:

Member Data Documentation

DBTableBase::ListenerId FlowMgmtDbClient::VrfFlowHandlerState::bridge_listener_id_

Definition at line 80 of file flow_mgmt_dbclient.h.

bool FlowMgmtDbClient::VrfFlowHandlerState::deleted_

Definition at line 81 of file flow_mgmt_dbclient.h.

DBTableBase::ListenerId FlowMgmtDbClient::VrfFlowHandlerState::inet6_listener_id_

Definition at line 79 of file flow_mgmt_dbclient.h.

DBTableBase::ListenerId FlowMgmtDbClient::VrfFlowHandlerState::inet_listener_id_

Definition at line 78 of file flow_mgmt_dbclient.h.


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