OpenSDN source code
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
AgentInit Class Referenceabstract

#include <agent_init.h>

Inheritance diagram for AgentInit:
Collaboration diagram for AgentInit:

Public Member Functions

 AgentInit ()
 
virtual ~AgentInit ()
 
Agentagent () const
 
AgentParamagent_param () const
 
void set_agent_param (AgentParam *param)
 
virtual void ProcessOptions (const std::string &config_file, const std::string &program_name)
 
void InitPlatform ()
 
virtual int Start ()
 
virtual void FactoryInit ()=0
 
virtual std::string InstanceId ()
 
virtual std::string ModuleName ()
 
virtual int ModuleType ()
 
virtual std::string AgentName ()
 
virtual bool InitBase ()
 
virtual bool Init ()
 
virtual void InitLoggingBase ()
 
virtual void InitLogging ()
 
virtual void InitCollectorBase ()
 
virtual void InitCollector ()
 
virtual void CreateModulesBase ()
 
virtual void CreateModules ()
 
virtual void CreateDBTablesBase ()
 
virtual void CreateDBTables ()
 
virtual void RegisterDBClientsBase ()
 
virtual void RegisterDBClients ()
 
virtual void InitModulesBase ()
 
virtual void InitModules ()
 
virtual void CreatePeersBase ()
 
virtual void CreatePeers ()
 
virtual void CreateVrfBase ()
 
virtual void CreateVrf ()
 
virtual void CreateNextHopsBase ()
 
virtual void CreateNextHops ()
 
virtual void CreateInterfacesBase ()
 
virtual void CreateInterfaces ()
 
virtual void ConnectToControllerBase ()
 
virtual void ConnectToController ()
 
virtual void InitDoneBase ()
 
virtual void InitDone ()
 
void CreateResourceManager ()
 
void SetResourceManagerReady ()
 
virtual void Shutdown ()
 
void IoShutdownBase ()
 
virtual void IoShutdown ()
 
virtual void FlushFlowsBase ()
 
virtual void FlushFlows ()
 
virtual void VgwShutdownBase ()
 
virtual void VgwShutdown ()
 
virtual void DeleteRoutesBase ()
 
virtual void DeleteRoutes ()
 
virtual void DeleteDBEntriesBase ()
 
virtual void DeleteDBEntries ()
 
virtual void ServicesShutdownBase ()
 
virtual void ServicesShutdown ()
 
virtual void PktShutdownBase ()
 
virtual void PktShutdown ()
 
virtual void ProfileShutdownBase ()
 
virtual void ModulesShutdownBase ()
 
virtual void ModulesShutdown ()
 
virtual void UveShutdownBase ()
 
virtual void UveShutdown ()
 
virtual void StatsCollectorShutdownBase ()
 
virtual void StatsCollectorShutdown ()
 
virtual void FlowStatsCollectorShutdownBase ()
 
virtual void FlowStatsCollectorShutdown ()
 
virtual void KSyncShutdownBase ()
 
virtual void KSyncShutdown ()
 
virtual void WaitForIdle ()=0
 
void WaitForDBEmpty ()
 
void DeleteVhost ()
 

Private Member Functions

 DISALLOW_COPY_AND_ASSIGN (AgentInit)
 

Private Attributes

std::unique_ptr< Agentagent_
 
AgentParamagent_param_
 
tbb::mutex init_mutex_
 
std::unique_ptr< TaskTriggertrigger_
 
std::unique_ptr< AgentStatsstats_
 
std::unique_ptr< AgentConfigcfg_
 
std::unique_ptr< OperDBoper_
 
bool enable_controller_
 
std::unique_ptr< VNControllercontroller_
 
std::unique_ptr< ResourceManagerresource_manager_
 
std::unique_ptr< EventNotifierevent_notifier_
 

Detailed Description

Definition at line 21 of file agent_init.h.

Constructor & Destructor Documentation

AgentInit::AgentInit ( )

Definition at line 32 of file agent_init.cc.

AgentInit::~AgentInit ( )
virtual

Definition at line 37 of file agent_init.cc.

Member Function Documentation

Agent* AgentInit::agent ( ) const
inline

Definition at line 26 of file agent_init.h.

AgentParam* AgentInit::agent_param ( ) const
inline

Definition at line 28 of file agent_init.h.

string AgentInit::AgentName ( )
virtual

Definition at line 65 of file agent_init.cc.

Here is the call graph for this function:

virtual void AgentInit::ConnectToController ( )
inlinevirtual

Reimplemented in TorAgentInit, and LinuxVxlanAgentInit.

Definition at line 99 of file agent_init.h.

void AgentInit::ConnectToControllerBase ( )
virtual

Definition at line 324 of file agent_init.cc.

Here is the call graph for this function:

virtual void AgentInit::CreateDBTables ( )
inlinevirtual

Reimplemented in TorAgentInit.

Definition at line 69 of file agent_init.h.

void AgentInit::CreateDBTablesBase ( )
virtual

Definition at line 232 of file agent_init.cc.

Here is the call graph for this function:

virtual void AgentInit::CreateInterfaces ( )
inlinevirtual

Reimplemented in ContrailInitCommon.

Definition at line 94 of file agent_init.h.

void AgentInit::CreateInterfacesBase ( )
virtual

Definition at line 320 of file agent_init.cc.

Here is the call graph for this function:

virtual void AgentInit::CreateModules ( )
inlinevirtual

Reimplemented in TorAgentInit, ContrailAgentInit, LinuxVxlanAgentInit, and ContrailInitCommon.

Definition at line 65 of file agent_init.h.

void AgentInit::CreateModulesBase ( )
virtual

Definition at line 205 of file agent_init.cc.

Here is the call graph for this function:

virtual void AgentInit::CreateNextHops ( )
inlinevirtual

Definition at line 90 of file agent_init.h.

void AgentInit::CreateNextHopsBase ( )
virtual

Definition at line 316 of file agent_init.cc.

Here is the call graph for this function:

virtual void AgentInit::CreatePeers ( )
inlinevirtual

Reimplemented in TorAgentInit.

Definition at line 82 of file agent_init.h.

void AgentInit::CreatePeersBase ( )
virtual

Definition at line 197 of file agent_init.cc.

Here is the call graph for this function:

void AgentInit::CreateResourceManager ( )

Definition at line 227 of file agent_init.cc.

Here is the call graph for this function:

virtual void AgentInit::CreateVrf ( )
inlinevirtual

Reimplemented in ContrailInitCommon.

Definition at line 86 of file agent_init.h.

void AgentInit::CreateVrfBase ( )
virtual

Definition at line 288 of file agent_init.cc.

Here is the call graph for this function:

virtual void AgentInit::DeleteDBEntries ( )
inlinevirtual

Definition at line 129 of file agent_init.h.

void AgentInit::DeleteDBEntriesBase ( )
virtual

Definition at line 443 of file agent_init.cc.

Here is the call graph for this function:

virtual void AgentInit::DeleteRoutes ( )
inlinevirtual

Definition at line 125 of file agent_init.h.

void AgentInit::DeleteRoutesBase ( )
virtual

Definition at line 417 of file agent_init.cc.

Here is the call graph for this function:

void AgentInit::DeleteVhost ( )

Definition at line 433 of file agent_init.cc.

AgentInit::DISALLOW_COPY_AND_ASSIGN ( AgentInit  )
private
virtual void AgentInit::FactoryInit ( )
pure virtual
virtual void AgentInit::FlowStatsCollectorShutdown ( )
inlinevirtual

Reimplemented in ContrailAgentInit.

Definition at line 156 of file agent_init.h.

void AgentInit::FlowStatsCollectorShutdownBase ( )
virtual

Definition at line 563 of file agent_init.cc.

Here is the call graph for this function:

virtual void AgentInit::FlushFlows ( )
inlinevirtual

Reimplemented in ContrailInitCommon.

Definition at line 117 of file agent_init.h.

void AgentInit::FlushFlowsBase ( )
virtual

Definition at line 397 of file agent_init.cc.

Here is the call graph for this function:

virtual bool AgentInit::Init ( )
inlinevirtual

Definition at line 54 of file agent_init.h.

bool AgentInit::InitBase ( )
virtual

Definition at line 156 of file agent_init.cc.

Here is the call graph for this function:

virtual void AgentInit::InitCollector ( )
inlinevirtual

Definition at line 61 of file agent_init.h.

void AgentInit::InitCollectorBase ( )
virtual

Definition at line 191 of file agent_init.cc.

Here is the call graph for this function:

virtual void AgentInit::InitDone ( )
inlinevirtual

Reimplemented in ContrailInitCommon, and ContrailAgentInit.

Definition at line 102 of file agent_init.h.

void AgentInit::InitDoneBase ( )
virtual

Definition at line 340 of file agent_init.cc.

Here is the call graph for this function:

virtual void AgentInit::InitLogging ( )
inlinevirtual

Definition at line 57 of file agent_init.h.

void AgentInit::InitLoggingBase ( )
virtual

Definition at line 181 of file agent_init.cc.

Here is the call graph for this function:

virtual void AgentInit::InitModules ( )
inlinevirtual

Reimplemented in TorAgentInit, LinuxVxlanAgentInit, and ContrailInitCommon.

Definition at line 78 of file agent_init.h.

void AgentInit::InitModulesBase ( )
virtual

Definition at line 256 of file agent_init.cc.

Here is the call graph for this function:

void AgentInit::InitPlatform ( )

Definition at line 73 of file agent_init.cc.

Here is the call graph for this function:

string AgentInit::InstanceId ( )
virtual

Reimplemented in TorAgentInit.

Definition at line 69 of file agent_init.cc.

virtual void AgentInit::IoShutdown ( )
inlinevirtual

Reimplemented in ContrailInitCommon.

Definition at line 113 of file agent_init.h.

void AgentInit::IoShutdownBase ( )

Definition at line 386 of file agent_init.cc.

Here is the call graph for this function:

virtual void AgentInit::KSyncShutdown ( )
inlinevirtual

Reimplemented in LinuxVxlanAgentInit, and ContrailAgentInit.

Definition at line 160 of file agent_init.h.

void AgentInit::KSyncShutdownBase ( )
virtual

Definition at line 583 of file agent_init.cc.

Here is the call graph for this function:

string AgentInit::ModuleName ( )
virtual

Definition at line 60 of file agent_init.cc.

Here is the call graph for this function:

virtual void AgentInit::ModulesShutdown ( )
inlinevirtual

Reimplemented in ContrailInitCommon, and ContrailAgentInit.

Definition at line 144 of file agent_init.h.

void AgentInit::ModulesShutdownBase ( )
virtual

Definition at line 536 of file agent_init.cc.

Here is the call graph for this function:

int AgentInit::ModuleType ( )
virtual

Reimplemented in TorAgentInit.

Definition at line 56 of file agent_init.cc.

virtual void AgentInit::PktShutdown ( )
inlinevirtual

Reimplemented in ContrailInitCommon.

Definition at line 137 of file agent_init.h.

void AgentInit::PktShutdownBase ( )
virtual

Definition at line 515 of file agent_init.cc.

Here is the call graph for this function:

void AgentInit::ProcessOptions ( const std::string &  config_file,
const std::string &  program_name 
)
virtual

Reimplemented in TorAgentInit, ContrailAgentInit, LinuxVxlanAgentInit, and ContrailInitCommon.

Definition at line 52 of file agent_init.cc.

void AgentInit::ProfileShutdownBase ( )
virtual

Definition at line 525 of file agent_init.cc.

virtual void AgentInit::RegisterDBClients ( )
inlinevirtual

Reimplemented in TorAgentInit, LinuxVxlanAgentInit, and ContrailInitCommon.

Definition at line 73 of file agent_init.h.

void AgentInit::RegisterDBClientsBase ( )
virtual

Definition at line 244 of file agent_init.cc.

Here is the call graph for this function:

virtual void AgentInit::ServicesShutdown ( )
inlinevirtual

Reimplemented in ContrailInitCommon.

Definition at line 133 of file agent_init.h.

void AgentInit::ServicesShutdownBase ( )
virtual

Definition at line 505 of file agent_init.cc.

Here is the call graph for this function:

void AgentInit::set_agent_param ( AgentParam param)
inline

Definition at line 29 of file agent_init.h.

void AgentInit::SetResourceManagerReady ( )

Definition at line 165 of file agent_init.cc.

Here is the call graph for this function:

void AgentInit::Shutdown ( )
virtual

Definition at line 593 of file agent_init.cc.

Here is the call graph for this function:

int AgentInit::Start ( )
virtual

Reimplemented in TorAgentInit, LinuxVxlanAgentInit, and ContrailInitCommon.

Definition at line 93 of file agent_init.cc.

Here is the call graph for this function:

virtual void AgentInit::StatsCollectorShutdown ( )
inlinevirtual

Reimplemented in ContrailAgentInit.

Definition at line 152 of file agent_init.h.

void AgentInit::StatsCollectorShutdownBase ( )
virtual

Definition at line 558 of file agent_init.cc.

Here is the call graph for this function:

virtual void AgentInit::UveShutdown ( )
inlinevirtual

Reimplemented in TorAgentInit, LinuxVxlanAgentInit, and ContrailAgentInit.

Definition at line 148 of file agent_init.h.

void AgentInit::UveShutdownBase ( )
virtual

Definition at line 553 of file agent_init.cc.

Here is the call graph for this function:

virtual void AgentInit::VgwShutdown ( )
inlinevirtual

Definition at line 121 of file agent_init.h.

void AgentInit::VgwShutdownBase ( )
virtual

Definition at line 407 of file agent_init.cc.

Here is the call graph for this function:

void AgentInit::WaitForDBEmpty ( )

Definition at line 494 of file agent_init.cc.

Here is the call graph for this function:

virtual void AgentInit::WaitForIdle ( )
pure virtual

Member Data Documentation

std::unique_ptr<Agent> AgentInit::agent_
private

Definition at line 168 of file agent_init.h.

AgentParam* AgentInit::agent_param_
private

Definition at line 169 of file agent_init.h.

std::unique_ptr<AgentConfig> AgentInit::cfg_
private

Definition at line 175 of file agent_init.h.

std::unique_ptr<VNController> AgentInit::controller_
private

Definition at line 179 of file agent_init.h.

bool AgentInit::enable_controller_
private

Definition at line 178 of file agent_init.h.

std::unique_ptr<EventNotifier> AgentInit::event_notifier_
private

Definition at line 181 of file agent_init.h.

tbb::mutex AgentInit::init_mutex_
private

Definition at line 171 of file agent_init.h.

std::unique_ptr<OperDB> AgentInit::oper_
private

Definition at line 176 of file agent_init.h.

std::unique_ptr<ResourceManager> AgentInit::resource_manager_
private

Definition at line 180 of file agent_init.h.

std::unique_ptr<AgentStats> AgentInit::stats_
private

Definition at line 174 of file agent_init.h.

std::unique_ptr<TaskTrigger> AgentInit::trigger_
private

Definition at line 172 of file agent_init.h.


The documentation for this class was generated from the following files: