OpenSDN source code
|
#include <agent_stats_sandesh_context.h>
Public Member Functions | |
AgentStatsSandeshContext (Agent *agent, bool check_marker) | |
virtual | ~AgentStatsSandeshContext () |
Agent * | agent () const |
int | marker_id () const |
void | set_marker_id (int id) |
void | set_response_code (int value) |
bool | MoreData () const |
virtual void | IfMsgHandler (vr_interface_req *req) |
virtual void | NHMsgHandler (vr_nexthop_req *req) |
virtual void | RouteMsgHandler (vr_route_req *req) |
virtual void | MplsMsgHandler (vr_mpls_req *req) |
virtual void | MirrorMsgHandler (vr_mirror_req *req) |
virtual void | VrfAssignMsgHandler (vr_vrf_assign_req *req) |
virtual void | VrfMsgHandler (vr_vrf_req *req) |
virtual void | VxLanMsgHandler (vr_vxlan_req *req) |
virtual void | ForwardingClassMsgHandler (vr_fc_map_req *req) |
virtual void | QosConfigMsgHandler (vr_qos_map_req *req) |
virtual void | VrfStatsMsgHandler (vr_vrf_stats_req *req) |
virtual void | DropStatsMsgHandler (vr_drop_stats_req *req) |
virtual int | VrResponseMsgHandler (vr_response *r) |
virtual void | FlowMsgHandler (vr_flow_req *req) |
virtual void | VrouterOpsMsgHandler (vrouter_ops *req) |
StatsManager::InterfaceStats * | IdToStats (int id) const |
bool | check_marker () const |
![]() | |
AgentSandeshContext () | |
virtual | ~AgentSandeshContext () |
virtual void | FlowResponseHandler (vr_flow_response *req) |
virtual void | FlowTableInfoHandler (vr_flow_table_data *r) |
virtual void | BridgeTableInfoHandler (vr_bridge_table_data *r) |
virtual void | VrouterHugePageHandler (vr_hugepage_config *req) |
virtual void | SetErrno (int err) |
int | GetErrno () const |
void | set_ksync_io_ctx (const KSyncIoContext *ioc) |
const KSyncIoContext * | ksync_io_ctx () const |
![]() | |
virtual | ~SandeshContext () |
Static Public Attributes | |
static const int | kInvalidIndex = -1 |
Private Member Functions | |
DISALLOW_COPY_AND_ASSIGN (AgentStatsSandeshContext) | |
Private Attributes | |
Agent * | agent_ |
StatsManager * | stats_ |
int | marker_id_ |
int | response_code_ |
bool | check_marker_ |
Additional Inherited Members | |
![]() | |
SandeshContext () | |
Definition at line 24 of file agent_stats_sandesh_context.h.
AgentStatsSandeshContext::AgentStatsSandeshContext | ( | Agent * | agent, |
bool | check_marker | ||
) |
Definition at line 14 of file agent_stats_sandesh_context.cc.
|
virtual |
Definition at line 20 of file agent_stats_sandesh_context.cc.
|
inline |
Definition at line 30 of file agent_stats_sandesh_context.h.
|
inline |
Definition at line 77 of file agent_stats_sandesh_context.h.
|
private |
|
virtual |
Implements AgentSandeshContext.
Definition at line 214 of file agent_stats_sandesh_context.cc.
|
inlinevirtual |
Implements AgentSandeshContext.
Definition at line 72 of file agent_stats_sandesh_context.h.
|
inlinevirtual |
Implements AgentSandeshContext.
Definition at line 58 of file agent_stats_sandesh_context.h.
StatsManager::InterfaceStats * AgentStatsSandeshContext::IdToStats | ( | int | id | ) | const |
Definition at line 48 of file agent_stats_sandesh_context.cc.
|
virtual |
Implements AgentSandeshContext.
Definition at line 58 of file agent_stats_sandesh_context.cc.
|
inline |
Definition at line 31 of file agent_stats_sandesh_context.h.
|
inlinevirtual |
Implements AgentSandeshContext.
Definition at line 46 of file agent_stats_sandesh_context.h.
bool AgentStatsSandeshContext::MoreData | ( | ) | const |
Definition at line 23 of file agent_stats_sandesh_context.cc.
|
inlinevirtual |
Implements AgentSandeshContext.
Definition at line 43 of file agent_stats_sandesh_context.h.
|
inlinevirtual |
Implements AgentSandeshContext.
Definition at line 37 of file agent_stats_sandesh_context.h.
|
inlinevirtual |
Implements AgentSandeshContext.
Definition at line 61 of file agent_stats_sandesh_context.h.
|
inlinevirtual |
Implements AgentSandeshContext.
Definition at line 40 of file agent_stats_sandesh_context.h.
|
inline |
Definition at line 32 of file agent_stats_sandesh_context.h.
|
inline |
Definition at line 33 of file agent_stats_sandesh_context.h.
|
inlinevirtual |
Implements AgentSandeshContext.
Definition at line 49 of file agent_stats_sandesh_context.h.
|
inlinevirtual |
Implements AgentSandeshContext.
Definition at line 52 of file agent_stats_sandesh_context.h.
|
virtual |
Implements AgentSandeshContext.
Definition at line 89 of file agent_stats_sandesh_context.cc.
|
inlinevirtual |
Implements AgentSandeshContext.
Definition at line 75 of file agent_stats_sandesh_context.h.
|
virtual |
Implements AgentSandeshContext.
Definition at line 27 of file agent_stats_sandesh_context.cc.
|
inlinevirtual |
Implements AgentSandeshContext.
Definition at line 55 of file agent_stats_sandesh_context.h.
|
private |
Definition at line 79 of file agent_stats_sandesh_context.h.
|
private |
Definition at line 83 of file agent_stats_sandesh_context.h.
|
static |
Definition at line 26 of file agent_stats_sandesh_context.h.
|
private |
Definition at line 81 of file agent_stats_sandesh_context.h.
|
private |
Definition at line 82 of file agent_stats_sandesh_context.h.
|
private |
Definition at line 80 of file agent_stats_sandesh_context.h.