#include <flow_mgmt_request.h>
|
enum | Event {
INVALID
, ADD_FLOW
, DELETE_FLOW
, UPDATE_FLOW
,
ADD_DBENTRY
, CHANGE_DBENTRY
, DELETE_DBENTRY
, RETRY_DELETE_VRF
,
DELETE_BGP_AAS_FLOWS
, UPDATE_FLOW_STATS
, IMPLICIT_ROUTE_DELETE
, DELETE_LAYER2_FLOW
,
DUMMY
} |
|
|
| FlowMgmtRequest (Event event, FlowEntry *flow) |
|
| FlowMgmtRequest (Event event, FlowEntry *flow, const RevFlowDepParams ¶ms) |
|
| FlowMgmtRequest (Event event, FlowEntry *flow, uint32_t bytes, uint32_t packets, uint32_t oflow_bytes, const boost::uuids::uuid &u) |
|
| FlowMgmtRequest (Event event, const DBEntry *db_entry, uint32_t gen_id) |
|
| FlowMgmtRequest (Event event) |
|
virtual | ~FlowMgmtRequest () |
|
FlowEvent::Event | GetResponseEvent () const |
|
Event | event () const |
|
FlowEntryPtr & | flow () |
|
void | set_flow (FlowEntry *flow) |
|
const DBEntry * | db_entry () const |
|
void | set_db_entry (const DBEntry *db_entry) |
|
uint32_t | vrf_id () const |
|
uint32_t | gen_id () const |
|
uint32_t | bytes () const |
|
uint32_t | packets () const |
|
uint32_t | oflow_bytes () const |
|
const RevFlowDepParams & | params () const |
|
void | set_params (const RevFlowDepParams ¶ms) |
|
boost::uuids::uuid | flow_uuid () const |
|
Definition at line 13 of file flow_mgmt_request.h.
◆ Event
Enumerator |
---|
INVALID | |
ADD_FLOW | |
DELETE_FLOW | |
UPDATE_FLOW | |
ADD_DBENTRY | |
CHANGE_DBENTRY | |
DELETE_DBENTRY | |
RETRY_DELETE_VRF | |
DELETE_BGP_AAS_FLOWS | |
UPDATE_FLOW_STATS | |
IMPLICIT_ROUTE_DELETE | |
DELETE_LAYER2_FLOW | |
DUMMY | |
Definition at line 15 of file flow_mgmt_request.h.
◆ FlowMgmtRequest() [1/5]
◆ FlowMgmtRequest() [2/5]
◆ FlowMgmtRequest() [3/5]
◆ FlowMgmtRequest() [4/5]
FlowMgmtRequest::FlowMgmtRequest |
( |
Event |
event, |
|
|
const DBEntry * |
db_entry, |
|
|
uint32_t |
gen_id |
|
) |
| |
|
inline |
◆ FlowMgmtRequest() [5/5]
FlowMgmtRequest::FlowMgmtRequest |
( |
Event |
event | ) |
|
|
inline |
◆ ~FlowMgmtRequest()
virtual FlowMgmtRequest::~FlowMgmtRequest |
( |
| ) |
|
|
inlinevirtual |
◆ bytes()
uint32_t FlowMgmtRequest::bytes |
( |
| ) |
const |
|
inline |
◆ db_entry()
const DBEntry* FlowMgmtRequest::db_entry |
( |
| ) |
const |
|
inline |
◆ DISALLOW_COPY_AND_ASSIGN()
◆ event()
Event FlowMgmtRequest::event |
( |
| ) |
const |
|
inline |
◆ flow()
◆ flow_uuid()
◆ gen_id()
uint32_t FlowMgmtRequest::gen_id |
( |
| ) |
const |
|
inline |
◆ GetResponseEvent()
◆ oflow_bytes()
uint32_t FlowMgmtRequest::oflow_bytes |
( |
| ) |
const |
|
inline |
◆ packets()
uint32_t FlowMgmtRequest::packets |
( |
| ) |
const |
|
inline |
◆ params()
◆ set_db_entry()
void FlowMgmtRequest::set_db_entry |
( |
const DBEntry * |
db_entry | ) |
|
|
inline |
◆ set_flow()
void FlowMgmtRequest::set_flow |
( |
FlowEntry * |
flow | ) |
|
|
inline |
◆ set_params()
◆ vrf_id()
uint32_t FlowMgmtRequest::vrf_id |
( |
| ) |
const |
|
inline |
◆ bytes_
uint32_t FlowMgmtRequest::bytes_ |
|
private |
◆ db_entry_
const DBEntry* FlowMgmtRequest::db_entry_ |
|
private |
◆ event_
Event FlowMgmtRequest::event_ |
|
private |
◆ flow_
◆ flow_uuid_
◆ gen_id_
uint32_t FlowMgmtRequest::gen_id_ |
|
private |
◆ oflow_bytes_
uint32_t FlowMgmtRequest::oflow_bytes_ |
|
private |
◆ packets_
uint32_t FlowMgmtRequest::packets_ |
|
private |
◆ params_
◆ vrf_id_
uint32_t FlowMgmtRequest::vrf_id_ |
|
private |
The documentation for this class was generated from the following file: