#include <session_stats_collector.h>
|
| | SessionStatsReq (Event ev, const FlowEntryPtr &flow, uint64_t time) |
| |
| | SessionStatsReq (Event ev, const FlowEntryPtr &flow, uint64_t time, const RevFlowDepParams &p) |
| |
| | SessionStatsReq (Event event, const FlowEntryPtr &flow, uint32_t bytes, uint32_t packets, uint32_t oflow_bytes, const boost::uuids::uuid &u) |
| |
| | ~SessionStatsReq () |
| |
| Event | event () const |
| |
| FlowEntry * | flow () const |
| |
| FlowEntry * | reverse_flow () const |
| |
| uint64_t | time () const |
| |
| const RevFlowDepParams & | params () const |
| |
| uint32_t | bytes () const |
| |
| uint32_t | packets () const |
| |
| uint32_t | oflow_bytes () const |
| |
| boost::uuids::uuid | uuid () const |
| |
Definition at line 421 of file session_stats_collector.h.
◆ Event
◆ SessionStatsReq() [1/3]
| SessionStatsReq::SessionStatsReq |
( |
Event |
ev, |
|
|
const FlowEntryPtr & |
flow, |
|
|
uint64_t |
time |
|
) |
| |
|
inline |
◆ SessionStatsReq() [2/3]
◆ SessionStatsReq() [3/3]
◆ ~SessionStatsReq()
| SessionStatsReq::~SessionStatsReq |
( |
| ) |
|
|
inline |
◆ bytes()
| uint32_t SessionStatsReq::bytes |
( |
| ) |
const |
|
inline |
◆ DISALLOW_COPY_AND_ASSIGN()
◆ event()
| Event SessionStatsReq::event |
( |
| ) |
const |
|
inline |
◆ flow()
◆ oflow_bytes()
| uint32_t SessionStatsReq::oflow_bytes |
( |
| ) |
const |
|
inline |
◆ packets()
| uint32_t SessionStatsReq::packets |
( |
| ) |
const |
|
inline |
◆ params()
◆ reverse_flow()
| FlowEntry * SessionStatsReq::reverse_flow |
( |
| ) |
const |
◆ time()
| uint64_t SessionStatsReq::time |
( |
| ) |
const |
|
inline |
◆ uuid()
| boost::uuids::uuid SessionStatsReq::uuid |
( |
| ) |
const |
|
inline |
◆ bytes_
| uint32_t SessionStatsReq::bytes_ |
|
private |
◆ event_
| Event SessionStatsReq::event_ |
|
private |
◆ flow_
◆ oflow_bytes_
| uint32_t SessionStatsReq::oflow_bytes_ |
|
private |
◆ packets_
| uint32_t SessionStatsReq::packets_ |
|
private |
◆ params_
◆ time_
| uint64_t SessionStatsReq::time_ |
|
private |
◆ uuid_
The documentation for this class was generated from the following files: