#include <pkt_sandesh_flow.h>
|
| | PktSandeshFlowStats (Agent *agent, FlowStatsCollectorRecordsResp *obj, std::string resp_ctx, std::string key) |
| |
| virtual | ~PktSandeshFlowStats () |
| |
| bool | SetProtoKey (std::string key) |
| |
| virtual bool | Run () |
| | Code to execute. Returns true if task is completed. Return false to reschedule the task. More...
|
| |
| bool | SetProto (std::string &key) |
| |
Public Member Functions inherited from PktSandeshFlow |
| | PktSandeshFlow (Agent *agent, FlowRecordsResp *obj, std::string resp_ctx, std::string key) |
| |
| virtual | ~PktSandeshFlow () |
| |
| void | SendResponse (SandeshResponse *resp) |
| |
| bool | SetFlowKey (std::string key) |
| |
| std::string | Description () const |
| |
| void | SetSandeshFlowData (std::vector< SandeshFlowData > &list, FlowEntry *fe, const FlowExportInfo *info) |
| |
| void | set_delete_op (bool delete_op) |
| |
| | Task (int task_id, int task_instance) |
| |
| | Task (int task_id) |
| |
| virtual | ~Task () |
| |
| virtual void | OnTaskCancel () |
| | Called on task exit, if it is marked for cancellation. If the user wants to do any cleanup on task cancellation, then he/she can overload this function. More...
|
| |
| State | GetState () const |
| |
| int | GetTaskId () const |
| |
| int | GetTaskInstance () const |
| |
| uint64_t | GetSeqno () const |
| |
| bool | task_cancelled () const |
| |
| uint64_t | enqueue_time () const |
| |
| uint64_t | schedule_time () const |
| |
| uint32_t | execute_delay () const |
| |
| uint32_t | schedule_delay () const |
| |
Definition at line 45 of file pkt_sandesh_flow.h.
◆ PktSandeshFlowStats()
| PktSandeshFlowStats::PktSandeshFlowStats |
( |
Agent * |
agent, |
|
|
FlowStatsCollectorRecordsResp * |
obj, |
|
|
std::string |
resp_ctx, |
|
|
std::string |
key |
|
) |
| |
◆ ~PktSandeshFlowStats()
| virtual PktSandeshFlowStats::~PktSandeshFlowStats |
( |
| ) |
|
|
inlinevirtual |
◆ DISALLOW_COPY_AND_ASSIGN()
◆ Run()
| bool PktSandeshFlowStats::Run |
( |
| ) |
|
|
virtual |
◆ SetProto()
| bool PktSandeshFlowStats::SetProto |
( |
std::string & |
key | ) |
|
◆ SetProtoKey()
| bool PktSandeshFlowStats::SetProtoKey |
( |
std::string |
key | ) |
|
◆ port_
| uint32_t PktSandeshFlowStats::port_ |
|
private |
◆ proto_
| uint32_t PktSandeshFlowStats::proto_ |
|
private |
◆ resp_
| FlowStatsCollectorRecordsResp* PktSandeshFlowStats::resp_ |
|
private |
The documentation for this class was generated from the following files: