#include <flow_mgmt_dbclient.h>
|
void | AddEvent (const DBEntry *entry, FlowMgmtState *state) |
|
void | DeleteEvent (const DBEntry *entry, FlowMgmtState *state) |
|
void | DeleteAllFlow (const DBEntry *entry, FlowMgmtState *state) |
|
void | ChangeEvent (const DBEntry *entry, FlowMgmtState *state) |
|
void | RouteNHChangeEvent (const DBEntry *entry, FlowMgmtState *state) |
|
void | FreeInterfaceState (Interface *intf, uint32_t gen_id) |
|
void | InterfaceNotify (DBTablePartBase *part, DBEntryBase *e) |
|
void | FreeVnState (VnEntry *vn, uint32_t gen_id) |
|
void | VnNotify (DBTablePartBase *part, DBEntryBase *e) |
|
void | FreeAclState (AclDBEntry *acl, uint32_t gen_id) |
|
void | AclNotify (DBTablePartBase *part, DBEntryBase *e) |
|
void | FreeNhState (NextHop *nh, uint32_t gen_id) |
|
void | NhNotify (DBTablePartBase *part, DBEntryBase *e) |
|
void | VrfNotify (DBTablePartBase *part, DBEntryBase *e) |
|
void | TraceMsg (AgentRoute *entry, const AgentPath *path, const SecurityGroupList &sg_list, bool deleted) |
|
void | FreeRouteState (AgentRoute *route, uint32_t gen_id) |
|
void | RouteNotify (VrfFlowHandlerState *vrf_state, Agent::RouteTableType type, DBTablePartBase *partition, DBEntryBase *e) |
|
bool | HandleTrackingIpChange (const AgentRoute *rt, RouteFlowHandlerState *state) |
|
| DISALLOW_COPY_AND_ASSIGN (FlowMgmtDbClient) |
|
Definition at line 13 of file flow_mgmt_dbclient.h.
FlowMgmtDbClient::~FlowMgmtDbClient |
( |
| ) |
|
|
virtual |
void FlowMgmtDbClient::FreeAclState |
( |
AclDBEntry * |
acl, |
|
|
uint32_t |
gen_id |
|
) |
| |
|
private |
bool FlowMgmtDbClient::FreeDBState |
( |
const DBEntry * |
entry, |
|
|
uint32_t |
gen_id |
|
) |
| |
void FlowMgmtDbClient::FreeInterfaceState |
( |
Interface * |
intf, |
|
|
uint32_t |
gen_id |
|
) |
| |
|
private |
void FlowMgmtDbClient::FreeNhState |
( |
NextHop * |
nh, |
|
|
uint32_t |
gen_id |
|
) |
| |
|
private |
void FlowMgmtDbClient::FreeRouteState |
( |
AgentRoute * |
route, |
|
|
uint32_t |
gen_id |
|
) |
| |
|
private |
void FlowMgmtDbClient::FreeVnState |
( |
VnEntry * |
vn, |
|
|
uint32_t |
gen_id |
|
) |
| |
|
private |
void FlowMgmtDbClient::FreeVrfState |
( |
VrfEntry * |
vrf, |
|
|
uint32_t |
gen_id |
|
) |
| |
void FlowMgmtDbClient::Init |
( |
| ) |
|
void FlowMgmtDbClient::Shutdown |
( |
| ) |
|
friend class FlowMgmtRouteTest |
|
friend |
Agent* FlowMgmtDbClient::agent_ |
|
private |
The documentation for this class was generated from the following files: