OpenSDN source code
|
#include <agent_sandesh.h>
Classes | |
struct | PageRequest |
Public Member Functions | |
AgentSandeshManager (Agent *agent) | |
~AgentSandeshManager () | |
void | Init () |
void | Shutdown () |
void | AddPageRequest (const std::string &key, const std::string &context) |
bool | Run (PageRequest req) |
Private Member Functions | |
DISALLOW_COPY_AND_ASSIGN (AgentSandeshManager) | |
Private Attributes | |
Agent * | agent_ |
WorkQueue< PageRequest > | page_request_queue_ |
Definition at line 50 of file agent_sandesh.h.
AgentSandeshManager::AgentSandeshManager | ( | Agent * | agent | ) |
Definition at line 803 of file agent_sandesh.cc.
AgentSandeshManager::~AgentSandeshManager | ( | ) |
Definition at line 810 of file agent_sandesh.cc.
void AgentSandeshManager::AddPageRequest | ( | const std::string & | key, |
const std::string & | context | ||
) |
Definition at line 820 of file agent_sandesh.cc.
|
private |
void AgentSandeshManager::Init | ( | ) |
Definition at line 813 of file agent_sandesh.cc.
bool AgentSandeshManager::Run | ( | PageRequest | req | ) |
void AgentSandeshManager::Shutdown | ( | ) |
Definition at line 816 of file agent_sandesh.cc.
|
private |
Definition at line 74 of file agent_sandesh.h.
|
private |
Definition at line 75 of file agent_sandesh.h.